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
- 332
- Last Active
- Roles
- Member
Comments
-
Don, thank you. I am going to go play with this right now :)
-
We need a dropdown (combobox) with a large number of items, filling an regular combobox takes an age, yours is instantaneous.
-
Understood and understood. I was asking to make sure no issues occurred if it wasn't the first item in the list. FYI the customer has been playing with it and just said "I figured it out and it works tremendously! "
-
Got it, thanks.
-
With turned off via options, If I type "If" it autocompletes with "end"
-
I am almost certain that this was a OINSIGHT.exe stuck in memory
-
I have asked the user for more information. Screenshot of SYSLOGINS records and also a screenshot of a Dialog from our software that shows the SYSLOGINS records.
-
As a way of displaying data only. No drag and drop etc. We are using it as an alternate way of displaying schedules created using my product.
-
I think what happened is in my testing of the code I had placed a debug before the SRP_Zip_Close and not called it, subsequent tests of the code then gave this error due to the lock being place. Thanks for the help.
-
Cool perfect.
-
BTW it says they will expire 8/29/2013, what happens on that date, do all the controls stop working?
-
It's a bug of some kind in SRP OLE Info.exe, SRP_ActiveX_Info.exe reports the correct information.
-
I am getting errors when I run SRP OLE Info.exe, each control says licensed to use version 2.0 or less. SRPLicense.dll 28 KB Application Extension 8/29/2012 8:37 AM -a--- C:\Back SRPLicense.dll 28 KB Application Extension 8/29/2012 8:37 AM -a--- C…
-
OK that sounds good I'll modify my nsis script accordingly.
-
I am now using FindWindow as declared in DLL_USER32 to find the Window via the Class. Too many thing can change the Window title.
-
In SYSPROCS DLL_USER32 added HANDLE STDCALL FindWindowA(LPVOID, LPCHAR) as FindWindowTitle Ran Declare_FCNS "DLL_USER32" Can then call Declare Function FindWindowTitle RetVal = FindWindowTitle(0, "OpenEngine":\00\) RetVal is non zero if OpenEn…
-
Very cool, that looks perfect. Thank you.
-
I think so yes, how would I detect it based on specific caption?
-
size of (window frame x 2) + (6*2) always have a six pizel border between mdi frame and edge of main window SizeDiff = (GetSystemMetrics(SM_CXSIZEFRAME$) *2) + 12 but by using CLIENTSIZE it's not needed. The following works Declare Function Get_Pr…
-
Your comment made me think why don't I just change the size. This fixes the problem on my machine. EQU SizeDiff To 28 ! get mdiframe size MdiSize = Get_Property("MAIN_TACTIC.MDICLIENT", "SIZE") ! get main window size MainSize = Get_Property("MAI…
-
Runtime.
-
When I change the form to cover two monitors the mdi frame does not fill the form it size remains fixed at the size of the primary monitor.
-
From Carl Pates "I believe that internally the XOInstance code uses SQLConnect() which expects the name of a DSN file, rather than SQLDriverConnect() which doesn't, hence I don't think you can get away without defining the ODBC connection on the loc…
-
OK, I'll try that. Moving to ADO seems like it might be a lot of work. What advantages would ADO have? Is it faster?
-
Got it working, error in my code. I was reading SQL passwords etc from a new file. The name of the data connection was being converted to uppercase in the old code but not the new code.
-
OK, that gives me something to look at. I just noticed I had made a few minor changes to my code maybe that is the source of the problem.
-
I fixed the focus issue by adding Call Set_Property("SYSTEM", "FOCUS", "IMAGE") to the OnClick event.
-
That fixes the zoom issue.
-
On Andy's machine using a Logitech mouse (Microsoft driver) he sees the same behavior as I do, that is the wheel does not zoom.
-
Hmmm maybe it's the Logitech driver