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,873
- Last Active
- Roles
- Member
Comments
-
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.
-
Why '5 different SRP DirectConnect controls on the same window'
-
This is a bit different to that. The directconnect control is on the mainmenu (mdi) . There are 2 windows open. One window sends message (to the directconnect control on the mainmenu) for the other window to 'pickup'. The other window is not pickin…
-
>>HTTP parameters. Meant HREFxxxxx
-
OK, thanks
-
>> can continue to offer my advice if you wish, but it would only serve to explain a best practice approach from a RESTful point of view YES PLEASE!!!
-
Mark, One day I will ask you about this!!! HREFNames := 'timecard' : @FM HREFRels := 'Details for timecard ':ItemID : @FM HREFURIs := SelfURL : '/' : ItemID : @FM HREFMethods := "GET" : @FM btw: Not sure why the other pos…
-
OK guys, Looks like I am not using the concept properly (as usual) I will do /16333P?transno=123
-
Don, >>Second, my expectation is that NextSegment would have 123 instead of 16333P That is what I was expecting too, but then I needed the 16333P also, so looks like it works better this way. I know I should have passed it as /16333P~123 as I…
-
Mark, that is spot on, I knew it was 'wrong' but not sure why. I will never (Mmm should never say never) need extras, but, I will implement your method for at least it would give me the code should I ever need to do something as per your example in…
-
It all works, I get all the values!
-
NextSegment has 16333P in it
-
Yes it is in RemainingURL, I did a debug which is why I knew where to find it. I do have the insert included in the compile.
-
sorry I couldn't think of it at the time 'enhanced basic+' - I notice all your new examples have now used this. ssp is HTTP_funeralvaluables_Services i have done this but not sure if it is foolproof or recommended. TransNo='' if index(RemainingU…
-
Great, thank you Aaron
-
Don, Do you know any more about Service-O-matic, it loads as a 15 day trial but when you go to attempt to purchase it says not able to be purchased and the developer site link does'nt work.
-
Don, Thank you so much for your informative and comprehensive response. I would be looking at the RESTful approach. This helps me a lot in affirmation of my thinking.
-
Window 1 and window 2 are different 'collector' windows. Window 1 'releases' a record that then shows up on window 2s record list. Other uses can have window 2 open, and they do get updated.
-
...also there is now no more 'crashes'
-
....it is the 'onmessage' that is not getting received on the 1 menu setup.
-
All working well. But(there is always a but) Not sure if this is supposed to work like this, or it is just the "nature of the beast". Senario: The MDI menu has a srpdirectconnect on it with an ole event that does an post_event omnievent on 'onmes…
-
I can get it to crash after a number of broadcast messages in the one session from a screen that also has the srpdirectconnect on it. Maybe I have found a bug. I am going to remove and do Aarons method. btw: this is how I setup the ole control. Is…
-
Aaaron, Thank you, that gives me a starting point and method verification. Thanks heaps.
-
Aaron. The srpdirectconnect on the MENU is the one doing the 'broadcast' the others are just 'listening' Each window would send to the menu a broadcast rest for it's own ID , not 6 times with the same ID, and anyway it would be only when user saved…