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
-
Just to add a little more information, I upgraded to the latest build of SRPControls and I'm getting the same result. I noticed that the scroll bar on the right indicates with the shading that it is showing the bottom of the visible timeline, but w…
-
I was unaware of the NewRowCount property as an option. Thanks Don!
-
Okay - thanks for the clarification!
-
I have been using this program to open records in the editor, but recently tried to open a procedure and I keep getting a popup with a big red circle with a white "X" in it that says "Open failed". Here is the code I am using to test it. rv = SRP_…
-
The updated build works great, but I am now getting an invalid build date popup. I attached a screen pic of the popup. My SRP License is up to date. What can I do to stop the popup?
-
That was fast! Thanks!
-
Perfect! Thanks!
-
Thanks Don
-
The UI will be a web app using java. It don't have any specifics on it yet, because it is just a concept thus far. I am just trying to think it through to find out what I would want to plan for handling long requests that potentially could time ou…
-
Processing time is for running a RLIST statement in OI based on the input from the user.
-
The reports are user-driven. It would require some input from a user (i.e. date range, etc. ) and then generate a report according to that input. Report response would be in JSON. Worst case processing time would be a few minutes.
-
I did some debugging and found the error occurs on line 599 in the NDW_SECURITY_MANAGER_EVENTS. LoadUserCommands: Commands = {COMMANDS} CommandSettings = {COMMAND_SETTINGS} I checked the following System Variables @DICT = "DICT.MFS3RTP5…
-
Okay - I don't want to jump the gun on this. It looks like there might be something going on with my existing application promoted events that is causing this. When I open the FRAMEWORKS application, the links work properly. I am going to see if …
-
Just to clarify, NONE of the links are working, not just the sample forms.
-
Ok - thanks Kevin and Don. When I open FW_MAIN, the sample window links on the ribbon control are bunched together and none of the links are working. Attached is another screenshot. Any ideas on what is keeping the links from working?
-
Thanks Don for the workaround. Just to clarify, did you mean that there is a bug when the data is formatted as an ARRAY rather than a LIST? Setting <2, 11> to True means that the data is passed in LIST format rather than ARRAY. My curren…
-
Yes. Launch the OI Table Builder via SRP Editor command line. If you type into the SRP Editor command line "DICT TABLENAME" it will freeze and crash OI.
-
Hi bcameron, I determined that I received the file error you are experiencing when I would use RDP with my display settings lower than "Highest Quality (32 bit)". Once I set the display settings to the "Highest Quality" the screenshots would be sav…
-
I was able to stop the crashing by putting a "dummy" For Each statement at the very top of the function to make sure that the common statement occurred before any gosub branching.
-
I agree with you about empty fields. To illustrate my point, I should clarify my code and compare to how I would use a For, Next statement versus a For Each statement. // Field is @vm delimited Cnt = Dcount(Field, @vm) For I = 1 to Cnt Value …
-
No worries! I'm sure the additional features will be worth the wait! :)
-
Hi Kevin, Is that next version with the bug fixes available now?
-
Great! Thanks!
-
Got it - Thanks Kevin!
-
I did find that the application will lock up if BytesToRead is set to more bytes than the server has sent out as a response. I tested setting a loop to read one byte at a time, and once the whole response was received from the server, the next "REC…
-
Thanks for putting this additional functionality to this utility. It works great! The sample code you put in your last post needs to be revised to put the Handle as the first parameter and the command "RECEIVE" as the second parameter.
-
I currently use ChargeItPro and it works pretty good. There are still quite a few bugs they are working out with the current solution they have, so I am just looking at other options. When it comes to credit card rates, it's good to have options.
-
It appears that this is the only method that they have of communicating from the Point of Sale to the Verifone secure device that the credit card is swiped/dipped on. This is for credit/debit card present transactions. There are other gateways tha…
-
Does this utility have a way to read a response from the server?
-
That did it. It works wonderfully! Thanks!