Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,207
- Last Active
- Roles
- Member
Comments
-
@BarryStevens, looks like you're right on with the notExpired value. I read your post and took notExpired to represent a status but instead it seems to be an indication of intent. In other words, I thought "notExpired = true" meant this record has …
-
No apologies necessary. You've probably done a more thorough dig than I have
-
I'm sure you'll get a more definitive answer from the source but in case they've switched off for the evening, (yes, I know that never happens), my initial thoughts are this. * Setting notExpired to 0 is the same as setting expired to true. In ot…
-
-
Nice pickup
-
Another nugget to keep in mind is, if the index is the first/only index for that table, the create_index process will add the table to the dbt. If the table in question already has at least one index, then the new index gets created but no changes a…
-
Just realised, I'm not sure where I got the colstyle equates insert from. I was assuming it was a part of sysprog but it aint. Sorry about that. You could insert rti_style_equates instead and then use the "EditTable Column Styles" equates prefixed …
-
$Insert ColStyle_Equates *************** Set_The_Style: *************** OrigStyle = Send_Message(CtrlEntId, "COLSTYLE", 0, '') styles = OrigStyle For i = 1 To TotalColumns ColumnNo = ColumnList styles = bitor(styles, Styl…
-
Are you saying that if you dragged the editor back to your laptop screen, it would correct itself?
-
@BarryStevens STP Sending to or requesting data from external services
-
-
Aha. Ok. I have the same or similar problem with your zipped version. Nothing shows up. I can still open it using SnagIt and it looks the same as the originally posted one. I used the picture control metadata methods to see if there was any differe…
-
Probably the size and resolution of the original image I suspect. As you say, it does load but I think it's just difficult to see the content when it is shrunk to fit. Even if you resize it an image editing tool, it is still near impossible to see …
-
Do you have an srp_jsonX_Begin (or BeginString) for which you don't have a corresponding SRP_Jsonx_End?
-
This looks like a forest for the trees problem Baz. Have a rest and revisit with fresh eyes. Is there by doing this in my api: http_services("SetRequestHeaderField","TESTING","ThisIsATest") That doesn't happen and your image doesn't show it. That…
-
Ignore my previous. I misunderstood the question and thought your example was what you were sending and by optional you meant the value. I'm a little slow on the uptake but I've caught up.
-
From where I sit, that looks like it should work
-
When I replicate the same path Service = 'READ' * Key = 'HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion' Key = 'HKLM\SOFTWARE\Revsoft\OECGI4\ApiPBC' ClsID = Null$ * ValueName = 'ProductName' ValueName = 'ProcedureName' Window…
-
@BarryStevens if you click here on the ribbon you'll get to the About page. In the table, there's references to the ribbon and controls versions. Do you see anything there? If so, then srp_registry is working for you. Check "LoadVersionTable" i…
-
Disregard that suggestion. I just tested it myself and it worked both ways
-
I realise this question doesn't make much sense on the surface but have you tried using the abbreviations instead of the full name for the hive? "HKLM" instead of "HKEY_LOCAL_MACHINE"
-
Does the EXISTS service find it? Key = "HKEY_LOCAL_MACHINE\SOFTWARE\Revsoft\OECGI4" Exists = SRP_Registry("EXISTS", Key, ValueName, Value, Error)
-
Whenever I see that error it is indicative of the application not returning at all. It didn't return any headers because it didn't return at all. This happens most often under two scenarios: * The application is still processing. I recently post…
-
Barry, did an oengine start?
-
Could it just be that you need to resize manually via the top border splitter bar? I think I got caught out like that once before. I don't know how it got to that state but a manual resize and everything has been as expected since.
-
Have just done that but then realised it's not a good reference point. The keyboard navigation doesn't work exactly the same anyway because if we select a top level item, we set focus to a different control on the window so the keyboard navigation w…
-
There is a scrollbar before expanding. Keyboard navigation is displaying the same symptoms as the mousewheel. This is what the control looks like and for me, I only need hover over it to scroll. Never even need click. The offending control/system n…
-
-
Done
-
For clarification, the xml for the init statment is identical, so they do both have the "MDI2015_FAVOURITES" tab.