Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
jimvaughan
About
- Username
- jimvaughan
- Joined
- Visits
- 353
- Last Active
- Roles
- Member
Comments
-
Upgrading to ocx 4.1.4 seems to have fixed the problem.
-
In which directory would this file be found? I just ran it and did not get a file created. SRP controls show version 4.1.5 test as being installed.
-
I will send this to them tomorrow, many thanks for your help on this.
-
Kevin sounds good. On a Windows 10 system, I use NSIS to install the control into $SYSDIR, I assume I can just replace C:\Windows\SysWOW64\SRPControls.ocx with the new debug control, correct?
-
I ran the following code on two systems, on one system it worked (Working.txt) and one it did not work (Not working.txt). It worked when the user used remote desktop to remote into a client computer, it did not work when the user ran the code direct…
-
Let's see the results of the code you suggested I write, they are going to test that tomorrow. If that looks correct on the client, then I will do whatever you suggest to resolve this.
-
Carl just replied to my post on the Works forum.
-
Kevin, I have sent the code to one of my co-workers and they are going to get them to run the code on the server and on one of the problematic clients. It may take a few days as they have to get IT people involved. As soon as I hear back, I'll post…
-
The Works Forum. https://www.revelation.com/revweb/oecgi4p.php/O4W_RUN_REPORT?RPTTYPE=LY&NOSELECT=&REPORTID=WORKS_BOARD_2#/section/breadcrumb/DATATABLE/Select
-
Yes, this is on my system which works fine.
-
This is what I get on my system, I will let you know what they see.
-
FYI Subroutine Test_Unicode(Null) ********************************************************************** * Write Unicode test string to Text.txt in root of Tactic install * * visim jrv 11-6-19 * *…
-
Kevin, Str_Unicode does not seem to be in the help file. Do you know what parameters I pass? Thank you.
-
FYI I posted the following on the OI forum We are using SRPs edittable and when I set the Column headings using OLE.TitleList everything gets stuck into the first column heading. Delimiters and all, the OLE control is expecting a @VM delimited list…
-
OK, I will do both of these. I let you know the results. Thank you.
-
The server is 2012 server I think. It fails from all different client machines, we have tested on. All client machines are Windows (not sure what OS). If the user uses Remote Desktop to remote into the server everything works as expected. Only when…
-
Re-install did not fix the problem, but I do have some more information. Everything works if OI is run on the server. It fails when run from a client. If I use Call Set_Property(Obj,"OLE.TitleList",Col_Text) to put a @VM delimited list of say 10…
-
Just checked, no we do not call SetNoOfDelimiters or set that property. Thanks for the suggestion, I'm thinking it has to be corruption. Hopefully, I re-install fixes it.
-
Ha, sorry, thank you Kevin :)
-
So they must have changed something in how the client (or maybe server) is configured? Or as you say something is corrupt. At least two of the client machines are exhibiting this (we only checked two), however, the UTF8.DLL is on the server unless…
-
Now the user is saying that the popup control (we allow the user to hover and popup information) is popping up but is blank. Any ideas? BTW SRPControls.ocx is installed into $sysdir on the client using NSIS.
-
Thanks, Don, I knew there had to be a way :)
-
That's some interesting ideas, let me ask the customer if any of those are true.
-
Yes, we can not reproduce it. It works every time manually.
-
Test_Die is terminated with a "\" The strange thing is this code works on every install we have and only intermittently fails on this one machine.
-
I am also unsure what to do at this point. If I go back to my 10.0.0.3 backup, what do I do then? Wait for a fix, upgrade to 10.0.0.4 but do not edit menus...
-
Ugh, I know. OI 10 is buggy.
-
The form designer has broken all my menus on my main form. I guess I go back to a backup.
-
Now I have broken something in the menu events on the form and the form will not compile (see rev forum) . This is frustrating, I don't seem to be getting anything done.
-
I seem to have it fixed by changing the OLE event code. I moved the call to Repository from subroutine called from the event to the event itself, so it runs after the subroutine completes.