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
-
@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.
-
ALSO. When you add an olecontrol to a form I see this in the selection: Is this a problem that I need to resolve?
-
@KevinFournier @DonBakke Found the cause, but not why. Maybe you can check it out at your end. This is in the create event of the MDI form. Comment out and all OK //https://wiki.srpcs.com/display/SubclassControl/MdiTheme // Subclass my MDICLIENT…
-
@KevinFournier On a seperate PC ran same application but older version of OI10 - Ran OK Installed new SRP Controsls and Utilities Ran again and it crashed (Also see above posts from 1pm)
-
Yes, but application copies to local folder and registers when 'run as admin', so just needed to check that I have to now remove srputil.
-
This is the latest OI10 upgrade also
-
If I start_mdichild from the mdi menu it crashes - does not execute any commuter module code. If I run the form from the IDE it runs ok, no crash. what .log file should I create to try and trace?
-
No, still crash. Licensing is ok and 'active'
-
So, what SRP controls should we now be registering?
-
Is that DLL the same for OI10?
-
IMHO again Therefore I assume the formatting of the keys list uses the dict format. A rebuild would only be be required if the format change of the key field affected the search. i.e. using alpha search of numeric data. (or some such) I will now b…
-
IMHO >>Does changing the justification of an indexed column automatically rebuild the index? No It is up to you to schedule a rebuild
-
Ok, thanks. havent seen that anywhere