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,867
- Last Active
- Roles
- Member
Comments
-
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)
-
@AusMarkB webserver api
-
@DonBakke have you looked into fingerprint scanners at all. Is there any white paper out there as to how you should implement in an application.
-
@ausMarkB Were you calling the scanner API from OI Did you write the API from an SDK Did you create an 'ISO fingerprint template' Do you know if an 'ISO fingerprint template' is always the same regardless of the camparing fingerprint orientation, m…
-
It must be ok, as the stopwatch is being execute in the 'then' path
-
Is this the exact code as the following doesn't make sense to ME. ColumnList=Get_Property(TableControl,"OLE.ColumnList") ColCount=DCOUNT(ColumnList,@FM) This tells me that there are @fm in ColumnList ColName=ColumnList therefore Colname contain…
-
Yes, there was a missing component , I ran the 'vcredist_x64.exe ' and that did a full install , not just a repair. Problem now fixed. Thank you so very much, I was a bit out of my depth there. Also they at least now have a legal version of windows…
-
Ah, now I understand - thanks
-
@KevinFournier I thought I would have a go on my 'working' PC and this is what I see. Do i have a hidden problem?
-
@Kevin - Great, thanks I will give it a go and let you know the results.
-
@donbakke Just did a test of SRP_Controls_Install.exe on my PC and selected an OI9 system and it copied and registered both controls, 32 and 64. FYI: From googling my issue a number of times I have seen where if 64 bit op system and 32 bit .ocx (o…
-
Waiting to get client system access
-
Is there any VB runtime stuff that would need to be installed
-
Windows 10 Pro
-
>>If you have access to the file, try manually registering it to see if that works. Also, copy the file elsewhere and try to register it. Tried all locations, same error. >>Have you tried testing to see if this works for a copy of OI 9…
-
Thanks. Confirmed now OK
-
>>...code that is causing the crash Any form that is subsequently loaded into the MDICLIENT causes srpcontrols64.ocx to crash.
-
Great and thanks for the clarification.
-
Ok, yes I do, thanks. Just making sure was not a clash and causes of my other issue reported elsewhere.