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
-
>>should be invisible by default Ah, of course
-
also in the example to add all the controls from a window, it shows that you do a NewWindow = Start_Window("MY_WINDOW") wont that open the window
-
Open 3 c opies of oi, 3 records in syslogins commented out the Update_SysLogins call and ran app (opens mainmenu MDI) 2 records in syslogins Must be me so it is back in my court, thanks anyway.
-
>>What network driver are you using? Universal driver 4.7
-
Well, at least I know now what the viewer is used for I have just opened 3 copies of OI and there are 3 records in syslogins. This is driving me crazy. ok, fine toothcomb logging now
-
>>BTW, If I open SYSLOGINS when the oi copy is opened (no app launch), my username is already in the record. It must 'update' when any app in the oi menu is opened. If I open the editor from one of the first copies, then is is SYSPROG. Sorry
-
OI9.4.0
-
BTW, If I open SYSLOGINS when the oi copy is opened (no app launch), my username is already in the record.
-
SRPEditor, TCL select, rti's editor
-
Ok, even I was confused by that sequence. Here it is mapped out Open copy 1 of dev system syslogins 1 record with pi=9292 launch app - runs routine syslogins with updated pi=9292 record open copy 2 of dev system syslogins 1 record with pi=9976 Reco…
-
Actually if the routine is not called the syslogins records are there, when the routine gets called the last login call deletes the record from the first login call and also deletes it own record i.e. there are no records in the file. Am I missing s…
-
....ooops sorry about the spelling errors, more haste less speed.
-
Don, I have pinched and implemented your code for Update_SysLogins and I see it being updated on a sinle development system. But when in a liver multi user network environment there is ever only one record in the SYSLOGINS which is my login. Are t…
-
Thank you. That fixed it
-
Version shows 4.0.1.1 ran this in the folder(via command prompt - admin) regsvr32 SRPUtil.OCX /u regsvr32 SRPUtil.OCX Still the same
-
I installed the V2.7.1RC1 that I was given the link to for fixing another problem that I identified. Yes the SRPUtil.ocx is showing v4.0.0.
-
No it is all @Window. I copied the old ssp source from the working copy and the bloody thing works on the one button that was there before (I added more on the newer version.) Obviously stuffed something in the code. OK, have somewhere to look now…
-
SYSPROG*STPROCEXE**OBJ_CALL_EVENT
-
All above correct OLE event calling quickevent to the commuter module I saved the window under another name and the commuter module under the same name. no good. I will save and do OI Maint functions I have a copy from a few days ago, I will give…
-
Mmm, didn't realise you could do that!...tick...tick...tick.
-
Thank you, forgot to look at the online help, used the one I had - will fix that up.
-
Yep, that works, thanks
-
Ok, I see it is an RDKINSTALL
-
*Thank
-
Tank you. What is the procedure for installing this.
-
Yes I did, thanks
-
OK now! Works on GOTFOCUS, if I SUBCLASS it ;-) CtrlId = @Window:".DECEASED_RELATIONSHIP_TO_APPLICANT" Handle = Get_Property(CtrlId, "HANDLE") rv = Send_Message(@Window:".OLE_SUBCLASS", "OLE.Subclass", Handle, CtrlId) Config = "" Config<…
-
Ok, thanks I have compiled the PAGE event with return 0 for the time being, to stop it paging. See if the users complain then I will worry about it.
-
PageUp and Page down always changes page on a multi page form when run
-
The PageDown/PageUp keys won't change pages so you are okay there They do, (why wouldn't they)