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
-
OK, I hope you are ready for this. I got the event viewer application logs sent to me by the support IT people. So I thought I would make it crash to compare logs. Opened both menus , saved changes quite a few times, NO CRASH. What change had I made…
-
I will work on putting a document to-gether with screen shots and code samples so you can check what I am doing. I have gone over my explanation and it worries me somewhat that you don't understand which sort of leads me to believe I am doing it wro…
-
>>OK we have now narrowed it down (I also had crashed under this situation) I did tell them not to do it, but they saw it as a quick way to test!! I am going to get their enginers to get what they can and send to microsoft to be analsed, or …
-
The routine I have written is called from the FUNERALS table mfs. The routine does a Send_Message(MAINMENU:".OLE_DIRECTCONNECT", "OLE.Broadcast", Message) the srpdiectconnects on the forms have tis in the commuter ole event: OLE: begin case case …
-
OK we have now narrowed it down (I also had crashed under this situation), I really hope I can explain this. There is a shortcut that opens MAINMENU there is another shortcut that opens MORTUARY_MENU, both menus have srpdirectconnect. If you open bo…
-
But I need the window (matching the key loaded), to do internal processing like refreshing the data and highliting changes, which is why it just seemed so easy the have srpdicrectconnect on the scree. Gets message, Oh am I funerals_ety, yes I am, Ok…
-
But then you need to find all the open forms to to see if any of them match your target form 'update'. Can you then do a send_event'CALCULATE" to a form, outside of that form. Is this sounding right
-
I could try removing it, I dont think the 'datafield' update live, is a big deal.
-
Multi user application. A change can be made on another screen is a seperate system, same OI, that affects the data being viewd on this screen.
-
All the screens that are opened can receive a message and update the data on the screen. Why, is there another way to do it. How does the screen know to receive a message and process it if srpdirectconnect is not on that screen. Sounds like I have m…
-
....as start_mdichild
-
FUNERALS_ETY is opened from MAINMENU
-
The MAINMENU has a SRP DirectControl control Form FUNERALS_ETY has SRP DirectControl control of which mutiple copies of that form can be opened.
-
No. The 1 form that isopened (can be multiple times) have the direct connect control as well as the MAINMENU. Sorry I am not explaining well.
-
Because they are the same form, each form opened will have a ole control with SRP.DirectConnect.1 on it.
-
menu option opens a form for data enquiry/entry they can then open the same form again for a different ID and therefore have the same form open twice or as many copies as they like.
-
...and yes
-
Yes I did, yesterday.
-
Thank you. and thanks again for your quick response.
-
>>Where did you get the SRP Utilities installer you have now? Did you not get it from here? Yes but could not remember which web site and which menu The one one I kept getting was the documentation.
-
>> chances are that the server has the DLL file locked. That will be it!! Thanks
-
Ok on my PC Ok on a test server of theirs But not on what we call the 'live' server. And I cant think if I had to do anything special. I did right+click 'run as administrator' I have administrator in the log-in name
-
Yes, on the server. The date of the download (when I downloade) is 3 feb 2017 btw. where do I get the current download
-
if you do this DepositArray<1>=oconv(DepositArray<1>,'D4/') then use ARRAY in the set_property, if you leave it out use INVALUE in the set_property.
-
But sorting on an oconv'ed date will not get you the date in date order! You will need to: for k = 1 to TotDeposits DepositArray<1,k> = InvestmentRec . . for k = 1 to TotInterest InterestArray<1,k> = InvestmentRec . . for …
-
>>Now you have me confused. Where in the docs does it still refer to 3? Sorry, the RTI oecgi setup docs.
-
>> Undo (Ctrl+Z) Great tip, thanks.Yes I do realise the complexity involved to fix.
-
I did a , what I thought was a kludge, but I see in http_contacts_services. this is what I had in my _service routines(from rev version). HAL = HTTP_Resource_Services('GetDatabaseItem', 'STOCK', SelfURL, ItemID,ColumnNames) I changed to this: …
-
the problem was that in http_services i missed changing this line from oecgi4 to oecgi3 (oecgi3 is actually a renamed oecgi4, but the docs still refer to 3 so I was confused enough as it was :) ) OECGIRegKey = 'HKLM\SOFTWARE\Wow6432Node\Revsoft\OEC…
-
Ok Now I am getting this response and I really dont know what I have done to cause it. Any ideas? { "URL": "http://localhost/api/funeral/16326P", "method": "GET", "phrase": "Unauthorized (RFC 7235)", "status": 401 }