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
-
OI10. If I comment out the call to the subroutine, the error goes away (but the code I need to run obviously does not execute). If I add the call back in I get the same error or similar, the exact message seems to vary, this time I got ENG0015: $…
-
Is this an issue with your OLE control, or do I need to re-ask this question on the Revelation forums?
-
Ret_Val = Send_Message(OleCtrlEntId, "QUALIFY_EVENT", "OnClick", 1)
-
Thanks to both of you, I have it working.
-
Thanks Kevin.
-
Ok, I got that working. however I also want to adjust the font for the header, I used OLE.HeaderFont[ALL;ALL]. This works but again the height is not adjusted, do we have a property for header height?
-
On the OI edittables we use we allow the user to set the font, I want to allow users to do the same thing on the SRP edittables we use.
-
Ha, OK let me play with this, we have a user that needs a bigger font.
-
Maybe, I assume the Autosized value would do the trick. If not I would somehow need to calculate the height of the font.
-
Kevin, Thank you, that fixed it.
-
I am certain it got updated, I am using the copy in c:\oi32, the other locations are just copies (backups) of oi32 Name Size Type Modified Attr Location SRPUTILITIES.DLL 1.54 MB App…
-
BTW I got the file to download, it was an issue with my internet connection.
-
I copied the DLL to my OI folder. Ran an RDKINSTALL from sysprog. Rebooted and still see the same error. In my OI install folder I have SRPUTILITY.DLL and SRPUTILITIES.DLL, could this be the source of the issue?
-
Nevermind I got it, my internet was being flaky.
-
I cannot get that file to download.
-
Tried changing COMP to COMPARE, the same result.
-
Both calls to SRP_MATH are returning null.
-
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.