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
-
Function InRange(InData, StartValue, EndValue) ********************************************** * Don Bakke, SRP * * 6/10/08 * * visim jrv 2-28-09 * * check for n…
-
Not sure what was wrong but I just installed 2.0.1 and that fixed the issue.
-
That should be SRPUTILITIESAPI_DYNAMICARRAYINSERT
-
Just hit an error. Calling SRP_FastArray sys1000 Error loading program SRPUTITIESAPI_DYNAMICARRAYINSERT Code that fails is Call SRP_FastArray("Insert", New_Load, -1, 0, 0, Inx) "Create" and "Match" seemed to work and are called prior to the above …
-
Nevermind, I just looked the docs it supports -1 for appending.
-
Kevin, I tried using the functions defined and aliased above, they don't seem to work. I get a return value of zero from the function but the help file does not open.
-
OK, thanks let me try this and I'll get back to you. Kevin, yes I jump to topics... Don, what is the online help? Is this something that is built into OI? How easy would it be to take an existing chm file and port to "online help"?
-
Just as background, the only thing I use this function for is to call into the chm file RetVal = SRP_Editor_HtmlHelp_Pointer(Handle, Help_File, HH_HELP_CONTEXT, AddData) AddData being a numeric value for the location in the chm file.
-
Any time frame? Or for that matter can I call the WIn API directly to do this?
-
Cool, thanks Don.
-
I thought so but actually did not. I thought my shortcut to cmd.exe (I actually use different command shell from JP Software) used had run as admin checked, but it did not. Problem solved, thanks for the quick response Don.
-
Indeed it was eons ago :) I'' use trackingsize.
-
No questions... That works absolutely perfectly, thanks Don.
-
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.