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
-
@jimvaughan could you send me your complete modified script please. TIA barry@bsbsoft.com.au
-
Just to check there is nothing amiss further on. This is working for me. (OI9) ######################################################################################### # Settings #################################################################…
-
Oops, OK I see I am supposed to post it as code. Sorry, I forgot 13 mainline: 14 15 gosub doFuneralHomes 16 Msg(@window, MsgUp) 17 gosub DoContacts 18 Msg(@window, MsgUp) 19 20 gosub CleanUp 21 22 …
-
paste in a word doc and I get: 13 mainline: 14 15 gosub doFuneralHomes 16 Msg(@window, MsgUp) 17 gosub DoContacts 18 Msg(@window, MsgUp) 19 20 gosub CleanUp 21 22 23 return
-
Thank you
-
Thank you. No rush at this end.
-
select OI_WEB_GENERIC_LOG BY-DSND DATETIME
-
Bingo - now a 32bit one (or will that work for OI9 as well)
-
I did notice that, but assumed it was covered. Not been an issue in the past. Thanks
-
Ok, must be some issue at this end, cant think what, so will just leave it for now. Thanks for looking into this.
-
-
It is not stopping the controls from working in run mode or any message in dev mode form edit
-
OK
-
No, still the same (version shows as 4.1.18.2)
-
Sorry, stiil the same I took it from here:
-
That is where I did download it from. Ok I will try again assuming you just redidit.
-
Both the 32 and 64 in the install.exe have the wrong date stamped as it is showing the licences as expired. This was an issue that was picked up on the other thread and fix in 4.1.16.
-
Thanks, fyi This link is only the 32bit version
-
But here it is opposite
-
Sorry, OI10
-
I posted it here because it is the only way I can show a true image. Wish rev forum was as easy as yours.
-
The OI prints from my app and OI editor prints all worked ok. But, anyway I reran the clientsetup Tried again - same splash screen Then did print again and no splash screen or subsequent times. But if I exit OI and then back in and start the edito…
-
>>Instead of having RemoveForm destroy the window, what happens if you set that parameter to 0 and close the window yourself using End_Window? Yep, That worked. Do you want me to still see where the error is still, I assume srp_ole_controls?
-
Ok, I will try that. I found a copy on my laptop that works. OI 10.0.7 / Srp ole 4.1.2 ; utilities 2.1.0 I will upgrade each one to the lastest and test as I go to see if I can show up where the error is.
-
@KevidFournier It is all forms that aopened inside the panel control, not the for with the panel control. First time opened: Open Different form: Second Time opened:
-
If I put in a debug in the create event and then 'look' at the properties of OLE_SUBCLASS for the @window, I can see values and I can look at others BUT: if anorther window is opened (i.e. this one closed) and I 'reopen' this one and look at OLE_SU…
-
OleSubClass$ = @Window:".OLE_SUBCLASS"
-
-
>>BTW, since you already have the HTTP Framework, you would not be restricted from using it. Yes, but I am doing this research on behalf of another developer, so I cant use it, (I am not sure if he has it). I will check as I just now realise …
-
@DonBakke how would you call those web APIs from OI9. If you had the HTTP framework would it it be easier, or is that completely down the wrong path. What if you dont have the framework and just use what OI has, how would that be done (OI9)