Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,960
- Last Active
- Roles
- Member
Comments
-
Don Regarding the IP address question, were none of the responses provided to you on the Rev forum helpful? Posted here before I saw it.
-
*If I need to dynamically change IPAddress, can I find ip address from OI.?
-
I do : cmd="magick convert ":MagickPath:" -resize 621x798> ": Convtargetfile call SRP_Run_Command(CMD) There was some chatter about convert.exe being replaced by 'convert' as a command to magick (as above) from Imagemagick 7 , I wonder if that m…
-
Ah, didn't think of that. Thanks.
-
I could possibly be wrong, but I would suspect a promoted event did not come across. You might have to discuss with developer ways to get it and set it up. It could be in the sysprog and he may also have a copy_promoted_events routine to install it…
-
>>and also on a dialog_box and also for when on a dialog_box
-
How do I calculate the bottom left corner position of an editline that is on a mdichild screen and also on a dialog_box.
-
Thanks. I was hoping an srp subclass would do it. I will test out your suggestion.
-
Thanks. My head was spinning before I got that far
-
The level of confidence in the hash depends on the algorithm used and its collision resistance.
-
Thanks Don. The reason I was asking this strange question was in relation to this section in the doc. I was thinking if there was a minor (1 character) change it might not get picked up. Of course, as usual, I am probably misunderstanding this The …
-
if i change t to tt it works
-
Love smart indent
-
fyi, here is a link to the original forum error reporting. revelation.com/o4wtrs/oecgi3.exe/O4W_RUN_FORM?INQID=WORKS_READ&SUMMARY=1&KEY=17789.80052*B4F43F3291CAB989890A506B5
-
* V4.0.0.2
-
Anton, You need the patched version of OECGI4.exe from Bryan Shumsky, email him at info@revelation.com with a request OR If you have the OI10 beta you can grab it from there - V4.0.02 (or above)
-
note to self - dont upgrade - I HATE the autocomplete
-
V2.8 : Tools->options->General 'Autocomplete' select 'Enabled - Service Metadata Only'
-
LOL
-
...or do you mean change it in the API end point service which is the one returning the json by changing it in the json.!
-
>>just do the swap in the API end point service. But it would not get the key because of the intial problem reported. The HTTP_Resource_Services would need to be changed to change the hyperlink that is created with the */~ substitution.
-
Do you have in SYSPROG the old source for Popup_Sub (1997), it builds the edittable on the fly, you might be able to work out how it does it(good luck)
-
Try @stm or @tm
-
Yep, thanks.
-
I seem to remember seeing somewhere, some code that sets the maximum a window can be resized to, so, I was wondering if you could, in a promoted create event(maybe), somehow calculate the 'visible' mdi space dimensions and set the maximise limited t…
-
Kevin, Is the format of the set_property correct? Should it not be: Set_Property(MyRibbonCtrl, "OLE.LabelText[":@Window:";MY_LABEL":"]", "Hello World!")
-
Brilliant, it worked. Still cant work out how you are supposed to know to do that. But, hey it works and saved me headaches.
-
Awsome. I will let you know the result of the testing.
-
I am having trouble getting the members of an object array, probably because I don't fully understand the terminologies yet. here is an extract of my json: "quote_type_id": "PN ADULT NSNA", "quoteitems": [ { "item_code": "0251…
-
Matt, I think the POST changed would need to be in http_resource_services