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
-
Don, Not sure if I have missed this, but should not there be a mention somewhere that the services that are created need to be added in the code for HTTP_Entry_Point_Services.
-
Brilliant!
-
Ah, the cell height. Changed to 16 and it works. Windows OS=Win10 Cell Height=14 Font=Tahoma, 8, 400 thank you
-
CustomerId= HTTP_Services('GetQueryField', 'customer')
-
www.myapplication.com/api/invoices/1234?customer=5678
-
did you double check that the socket server script has the right and same path to your OI Application that you are expecting?
-
I have installed into another base development system, which I will use if a similar job comes up. Still in a client test environment. Not me delaying golive, the web front has not been completed satisfactorily yet. The big worry is GoLIve and I wi…
-
Not changin' nuffin. If it ain't broke don't fix it
-
What is Realm?
-
MarkB, dont forget there are 3 places in HTTP_Entry_Point_Services that you need to put the name of your service . . Case Service _EQC 'customers' . . HREFNames := 'customers':@fm . . HREFURIs := SelfURL : '/customers' :…
-
>> APIURL$ = xlate("HTTP_CONFIGURATION_FILE",1,1,"X") where the record is: http://localhost/api << This had nothing to do with code problems, just testing on different servers where the address were different so it was more convenient …
-
Don, I had to do this in http_service_setup APIURL$ = xlate("HTTP_CONFIGURATION_FILE",1,1,"X") where the record is: http://localhost/api log record in <2> shows: /funeral/16279P when I do: http://localhost/api/funeral/16279P I had to…
-
Mark, >>service of relevance in this address 'www.myapplication.com/api/customers/5678/invoices/1234' is 'customers'. the ssp name would be http_customers_services
-
You might have to loop, build new, remove old repeat until 0
-
To locate a value in an array and then substitute that value with a value from a substitution array list, you have to create 2 arrays and do a locate in the values array and then use the pos to pull the value from the substitution array. If you cou…
-
Yes Don, that fixed it
-
still the same loop while Values Value=values[1,@vm] values[1,col2()]=null$ ItemsFmPos+=1 if index(Value,@tm,1) then loop while Value WrapText=value[1,@tm] value[1,col2()]=null$ ItemsFmPos+=1 Items=Left:…
-
what is showing for the above
-
Here it is
-
OK, shall do
-
Thank you birthday boy!
-
Sorry Don about the shorthand. I put it back to SRPControl in my dev copy to try and sort out the problem. I dont regard putting back the old controls a fix.
-
here is my code warts and all that is exectued on the hover. ShowBalloonTip: // close the popup immediately Send_Message(@Window:".OLE_POPUP", "OLE.Close") SelPos=param2 swap ';' with @fm in SelPos Col=SelPos<1> Row=SelPos&…
-
I added 100 more pixels to the with and still get the X...
-
Yes, calculate the width dynamically based on some formula Unistalled the SRPControl.ocx and reinstalled the old controls and it works.
-
I have just checked my dev and I am getting the same thing. Was working last checked. The only difference between My PC, the user PC with error and Other PCs is that My PC and User error PC have both unregistered and registered the new SRPControls.…
-
Thank you mark, looks like I could be banging my head against a brick wall. One good outcome though from googling is that I found a solution to my notification 'hidden' icons not showing balloon tips: Press Win + R shortcut keys together on the keyb…
-
I have sent you my test. You show me yours and I'll show you mine
-
This is crazy, did all that, even took out the @tm. Not working!!!!!!!! Can you create a window with just the edittable and button that works, in SYSPROG and email me the deployment.
-
No, that didnt work. Created a new window. placed OLE control with SRP.EditTable.1 and named OLE_EDITTABLE placed a button with the click event executing: // Show a balloon tooltip in the first cell with an info icon and a 5 second time limit Con…