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
-
Ok=CopyOSFile('c:\temp\New Text Document.txt', ControlsOCXFolder, 1) Fail Ok, back to what I have been doing for years. (Yes have UAC - exclude etc etc)
-
Different PC, same error Will try a completely different file
-
Yes and I can manually copy/paste
-
Ok, thanks, I never picked up on the relevancy of the points being made in some of those. Requiring non elevation is my takeaway from this and @AusMarkB method
-
>>Current best practice is to not install OCX files in the OpenInsight folder for multi-user systems but rather in local paths on each client Never heard of that before. Mine have always been from the server oi folder, registered in the menu …
-
>>but sometimes it is easier to manually register files. I thought that was negating the applauncher registering. Ok, so if each workstation has the 'applauncher' shortcut, then , if the controls need to be registered (eg. First Time install)…
-
@DonBakke what response can you give me re my last question?
-
Have you tried renaming it manually in windows, to see what error it gives, if any.
-
Yep, that was the trick. Thanks
-
I renamed it to the exact case sensitive key that it uses, but it is not getting picked up. No, another key is not being created -(i saw the key it was creating and deleted that and renamed the original to the exact name it was using). Is there one …
-
Ooops, well it was 2 years ago :)
-
>>If DPI support is a priority, you need to consider moving to OI X But wont there still be a problem if DPI is enabled as Srp controls dont support it?
-
Sorry, should have thought you guys deal in OLEs. You answered my question, but was referring to the use in this example: rv = OLECallMethod(Object, "Send", Payload) Status = OleStatus() If Status then
-
Have you tried removing all their cookies, then try again.
-
Thanks. >>you just need to press the 3 dots OMG, how obscure is that!!
-
Yep, that is good
-
Also should srp_clean_array be srp_array - plus all associated redundants btw: Has that just been defaulted to 'pagetree' or did I accidentally change some setting (preferred the old style)
-
Ok, got it. Hence, it always pays to ask 'is there something that will do something'
-
@DonBakke Ok, thanks. Sorry I must have missed the announcement.
-
@DonBakke is there an official write-up on Database_Services
-
>>Anyway, we now have a solution that is 100% correct. Which is?
-
found I use this code function bsbs_get_lock_owner(Filename, Key) Declare Function rti_lock_owner owner = RTI_Lock_Owner( Filename ,Key ) if index(owner,'*',1) then PcId=field(Owner,'*',2,2)[1,'_'] end else PcId=owner end SysloginsRec=…
-
Awesome, works a treat.
-
Cool, thanks. Did not pick Firstmonth as being the relevant property.
-
< deleted post >
-
The example seems to show it is as simple as: / Set the selection to today's date Set_Property(@Window:".OLE_DATEPICKER", "OLE.Selection", Date())
-
Looks like I must also be changing the month and year, somewhere?? because if the date is in this month it is highlighted. If previous month the shows in previous month if I arrow to it.
-
default = 18776 How do you know when to use asynchronous or synchronous ? I just have that setup for all the qualify events . what should the value in Qualify<4> be for asynchronous . Is asynchronous a better default. I just copied the Qu…
-
>>that I loop through the fields and do the same thing just on a field by field basis << Start from the end and loop backwards until a cell value. < snippet > EditTableList = get_property(CtrlEntId,"ARRAY") vColCnt = count(Ed…
-
The new locks list routine I showed you shows a table of locks - what file/key/who