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
-
Yes, it is ok using oipi.net but this is ignored as it just prints raw rtf. set_printer2("ENABLERTF",1) So, definitely steering well clear of oipi.net, always been waring due to issues reported.
-
using imagemagick to strip the transparency works
-
Are you using OIPI Classic or OIPI.Net? Have you tried the other OIPI to see if you get the same results? OIPI Classic, not tried OIPI.Net (need to see what i need to do to just do for this and not global) Also, how are you stripping out the CR/LF…
-
Whoops, take that back, I forgot that I had a test file in there as a .bmp If I save the .png that is created, as a .bmp it works .png -> Stripping out crlf$ still black printing
-
Spot on, your my man!!
-
It is a signature area on a web 'form' that gets sent back as part of the 'form's data
-
Correct
-
Are you sure CntrlID contains a control name?
-
Well, who is supposed to see the message part of the status code return if it is not the user?
-
Thanks Kevin. I just thought if it was shorter would be better, plus I was curious :) It is a process that is not run very often, and it works, so as they say..'if it ain't broke....'
-
Ok, no problem, I understand.
-
Sorry, 'SRP_BreadcrumbBar utility' sounded like something that was downloadable and a search on srp wiki didn't find it. Also I didnt know what a breadcrumb bar was, so thanks for the link.
-
Don, Sorry to intrude, but what is the SRP_BreadcrumbBar utility?
-
All working, thanks Matt, again.
-
Whoops, seen I missed Memory_Services('SetValue', ServiceKeyID, AMvGroupDef)
-
Matt, Not tested yet, but does this look right? BuildAMvGroupDef: ServiceKeyID = Service : '*' : SRP_Hash(TableName : 'AMvGroupDef', 'SHA-1', 'BASE32') AMvGroupDef = Memory_Services('GetValue', ServiceKeyID) If Len(AMvGroupDef) EQ …
-
OK, I see I just need to pull some of the code from that routine and create my own build.
-
Matt, where AMvGroupDef is a structure that defines your AMv groups. AMvGroupDef< 1> is a list of group names (eg 'cars'), and AMvGroupDef< 2> is an aligned list of field names (SVM delimited) for each group. Do I have to build AMvGrou…
-
Matt, thanks Don: "cars": [ { "cars_address": "17 Tarrawanna Avenue Corrimal", "cars_date": "25/08/2010", "cars_duration": "1", "cars_time": "03:00PM" }, { "cars_address": "the church", "cars…
-
I wasn't sure what I would be 'seeing' after it has gone through the json routines stuff', I know it wont look like “cars”:[] , so what am I looking for.
-
an amv group
-
The web developer wants to POSTwith this array to clear the mv fields associated with the amv. “cars”:[] How can I implement this generically.
-
Thank you
-
that works call mortuary_funeral_directconnect_onmessage(MAINMENU,Param2) Thank you so much
-
Your suggestion is noted and will try that. two instances of the application (i.e., two OpenInsight sessions on the same PC)? Yes Are you saying that for correct implementation, that each window should have a directconnect ole and the onmessage s…
-
If so, does this control lives on your MDI Frame? Yes How exactly does the "one window" send the broadcast? Are you invoking the Broadcast method of the SRP DirectConnect control that is on the MDI Frame Yes rv= Send_Message(MAINMENU:".OLE_DIREC…
-
Looks like I did post it and was unresolved. https://forum.srpcs.com/discussion/569/oi-crashes-on-a-network-system/p2 Aarons suggestion was here at the bottom: https://forum.srpcs.com/discussion/569/oi-crashes-on-a-network-system/p1
-
That is what I was thinking. I must have misunderstood the Ideas that were suggested. If you do understand my senario, how do you suggest this should be setup. In the meantime I will see if I can find the posting re how to do (I think it might have …
-
>>Are you sure that each control is connecting to the SRP SyncServer? Are you qualifying each control to listen for the OnMessage event? '..each control', yes, ....you mean the directconnect(of which there is only 1)? There is only 1 control…
-
Sorry, correction, it does not work if another copy of the mainmenu is open on the same PC, only if open on another PC on the network.