Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,982
- Last Active
- Roles
- Member
Comments
-
"..Normally the web service would read the PDF file and return the data as binary." How would I do that using the HTTP_ functions at my disposal. Do I assume base64 encoding, then, how do I return it in the body, is there a header setting or the we…
-
Don, Thank you. Just running RTI_TASK_SUBMIT as is would be must simpler (Less to remember in the golive server setup). Yes, that's right, still not live, the web developer is 12 months behind.
-
The requests for the PDF creating (and emailing also) whould only happen say 5 times a day at the most. But of course in a web environment things need to happen fast. Would it be faster to load openinsight as a service and sent RTI_TASKMANAGER reque…
-
Thanks Don.
-
Oh dear, that is not what I wanted to hear. OIPI report is too complicated for me to learn BRW and rewrite in the short time I have. 1. How do I ensure that OI gets loaded on the web server as minimised as possible. 2. What is the best method to do…
-
Just had a thought, it is probably the path, it would still be local, it should be weby one.
-
Wow, thank you Sir.
-
Oh well, seeing that you asked then :) GetColumnDataTypes: TableName = Param1 ColumnNames = Param2 DataTypeSubsFrom = 'BOOL,CHAR,DATE,DECI,DOLL,FLOA,INTE,TEXT,TIME,VARB,VARC' DataTypeSubsTo = 'BOOLEAN,STRING,STRING,NUMBER,NUMBER,NUMBE…
-
WhooHoo!!!
-
OK, now creating GetColumnDataTypes in http_resource_services. Wish me luck.
-
Mmm, Type is empty and I dont see where it is being set!
-
I think that maybe the problem is here, the type param is not being passed when it is an array. HTTP_JSON_Services SetHALItem: . . . If SRP_JSON(hColumnArray, 'NEW', 'ARRAY') then NumValues = Count(Value, @VM) + (V…
-
Chris, Try putting a hidden ole for srp picture on the mdi window. Just something I found I had to do for srp popup use.
-
FYI: dbl+clk (highlited) F12 actually works on this line On Pos GoSub OMNIEVENT,CREATE, OLE, SelChanged, OnClick, CHANGED.COB_BUTTON_STYLES, OnHeaderHyperClick, OnOptionClick, PosChanged, BeforeUpdate, AfterUpdate, BeforeNewRecords,CLOSE,CHANGED
-
That works, thanks Also my fault for not reading the instructions carefully. Dont know where I got the idea that dbl+clk will goto. Actually dbl+clk then right+clk goto source works also for labels.
-
OK, done
-
I tried in a copy of OI that was not updated on my PC and I still have the same problem, so, the only thing I can think of is that it might be something in my options setting. Can you try using mine, attached. Wont allow me to attach, I will email t…
-
Don, I think confusion could arise in the documentation then, * Force this window to update its system colors SRP_SysColorChange(@Window) Funny thing though, both SRP_SysColorChange and SRP_Set_SysColorChange seemed to run ok for me in a call tes…
-
and if you change to: SRP_Set_SysColorChange('NDW_LOGIN')
-
Don, F1 is not working in his other sections of the OI system. So the MENU.HELP must be corrupted somewhere.
-
Great, thank you. Exactly what I need to confirm.
-
Yes, because the loop was exited without a ReadyState being returned. If UseAsynchronous then StartTime = GetTickCount() TimeoutDuration = 100 ;*HTTPClient_Services('GetTimeoutDuration') Tim…
-
..sorry should have said that the debug showed it did execute the Error_Services('Add', Error)
-
tried POST, same hang problem, which is actually in the httpclient_services @ line 170 (could be out with my debugs) = If UseAsynchronous then........ Timeout value was 1800 changed to hardcoded 100 to exit quicker. on the loop exit got to here: li…
-
Paul, did UseXMLHTTP =No$ (agree, misunderstood the use) processing for ages, had to abort (Editor - compile and run) tried UseAsynchronous=no$ immediate with nothing in any get values I will run again with UseAsynchronous=yes$ and see if it 'r…
-
changed to: Header='' Header<-1> = "Content-Type" : @VM : "text/xml" Header<-1> = "Content-Length" : @VM : Len(Payload) Header<-1> = "operation" : @VM : "LodgeDRS" same error
-
Don, That must have been the forum formatting as this is the line: URL = "https://lifelinkuat.bdm.nsw.gov.au/lifelink/b2b/LodgeDRS.wsdl"
-
Paul, Do you think that could be an issue with the original code, even though it been working(well sort of I suppose) Here is how it is used in process_xml_soap If Header then // First transmit any header information NumHeaders = Count…
-
The crash always, without exception, happens in the form designer Is DEP disabled Is this an old form, - i.e. has the stylesheet reference been removed
-
Have you confirmed that "ClickApplyButton" appears in the dropdown at the top? This is a good way of verifying whether or not the SRP Editor sees the label at all. Kevin, Yes it does