Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
prattspets
About
- Username
- prattspets
- Joined
- Visits
- 467
- Last Active
- Roles
- Member
Comments
-
I am doing the testing by communicating with an application called SocketTest. I ultimately will be communicating with a Verifone application.
-
Okay - makes sense now. Thanks!
-
The target gets one email as expected, but the smtp server shows that two relays were used. Does the evaluation version send another copy somewhere and use a second relay?
-
Thanks Kevin!
-
Okay - I found where I had not passed the MsgCode parameter correctly in my script event handler. The solution works great. Thanks for the help!
-
I have not worked with the SYSMSG event handler before, but I had attempted to do exactly what you suggested. I have no trouble trapping the event with a script event handler, but there is no indication on the parameters of the event which system m…
-
Okay - got it. Thanks for walking me through it.
-
I do still see the problem with the "show immediately" attribute only working on columns other than the first column.
-
Oh..... That's embarrassing.... :-/ I slipped it into my setup gosub and didn't notice that I put it in front of the Dimension property. Thanks!
-
I wanted to add that I find the same results when I set the CellType to "Option" also. All cells in the table get set to have an option button instead of the first column only.
-
That's the problem - I'm using SRPEditTable.ocx 3.0.6 - I'll upgrade the file. Thanks!
-
Okay - that makes sense. Thank you for the solution! Thanks Kevin.
-
The new version works correctly. Thank you! :-)
-
I have the ResetSelPos set to 0 and I have tested setting the ScrollPos with focus on the table and off the table and it still does not change the scroll position.
-
It looks like I prematurely put this post out there... I made a test form with another SRP Edit Table and found the methods to be working there, so I will see what I have done in my other form to cause the problems...
-
Great! Thank you Don!
-
Ok - thank you for clarifying that for me, and for the programming suggestions. It looks like I am running out of reasons to use the OpenInsight edit table. :-) Thanks, Dan
-
I was mostly thinking of using it to copy from one table to another, and I'm sure at some point I would want it to have the ability to paste to MS Excel and/or MS Word. I love some of the features that the SRP EditTable has to make it behave the way…
-
The printer is the same. I'll have to check and see what the ARev32 printer definition shows as the printer and make sure that matches up. I've just been passing null for the printer to use the default printer in the Direct_Print function, so I'll s…
-
Yes, ARev32 works correctly with all the escape codes.
-
Don, Thanks so much for the post! Great stuff! From your synopsis of indexing issue causes I was able to find quickly that I had some fields defined with too short of lengths for the data in them. They are working great once again! :-D
-
I've uninstalled all the files and re-installed the clientsetup.exe with no change in the workstation behavior. :-(
-
Don, The Sort Path in the Environment Settings is %TEMP% and the folder c:\Windows\TEMP is set as the local temp folder the the problematic workstation and indeed that folder exists. I found a Knowledge Base Article on the Revelation.com website t…
-
I checked to see that .NET was up to date and it had the latest components up to 4.5. I reinstalled the clientsetup.exe files again. I still have the same behavior. I noticed some other behavior that is wrong on that workstation only, so maybe the…
-
Thanks Don and Jared for the comments!
-
I added 20 yields and still have the same result. I did some testing and found the problem to be caused by the loop with yield rather than the request to the "out of process" engine. The SRP Controls do not behave properly during any tight loop with…
-
10 years old! And the information is still valid? That's rare in this industry... I am using the yield call in a loop. Will the TIMER event approach work better?
-
You understood correctly that I was working with multivalued variables and your solution is helpful to condense the amount of code to create the result that I need. Thank you!
-
I need to do both in different situations. Using Iconv is a great solution for converting each element in the array by a certain decimal points, so thank you for solving half of the mystery so far... Here is an example of needing to use arithmetic …
-
How do you see the logic used in the PrintSetup routine? I can only find the form in SYSPROG, but not the routine in the system editor.