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,938
Last Active
Roles
Member

Comments

  • 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
  • OK, this works: On BranchFound GoSub OLE,Changed,Click,Create,Delete,Gotfocus,Lostfocus,DropDown,Read,Write,Vscroll This does not: case cp="APPLY_BUTTON" gosub ClickApplyButton
  • Tried installing on laptop, same problem. I see that there is a message displayed in the status bar
  • No, still no good. No biggy, must be a PC/Setup/Options thingy. The other stuff works.
  • David, I have to agree with you. I find it very confusing at times(which is not hard to do)
  • I tried it using SRP_EditTable_Manager, same result Tried changing the style. I am using 'plastic code wrap' here are my options setting for formatting
  • on the line gosub MyLabel I highlight MyLabel then F12 or right+click and select goto source and nothing happens Combobox list selection is fine. Appears to be all cases
  • Sorry, missed any advise about blog article comments
  • this is showing as my http frameworks version: 2.1.0 04/11/2016 10:15PM
  • copy of %FIELDS% sent via email
  • This is a copy/paste from what I thought was the latest code from you. Can you send me the latest you have please and I will take a relook.
  • The following code extract is supposed to loop through all the dict fields and create a list of Master fields. This was not happening for me. I see the problem in here: Until Fields GT 0 OR (FieldPos EQ 0) …
  • Sorry, the change should be this: FieldPos -= 1 Until (FieldPos EQ 0) repeat