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,960
- Last Active
- Roles
- Member
Comments
-
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)
-
This is the bit I was referring to: "Automatic Registration" The SRP Application Launcher can automatically and silently register OCX and DLL files. This is especially useful for application updates or for users unfamiliar with the finer details o…
-
I have all the registrations in my 'startup' ssp.
-
FYI, it didn't happen with the previous version of the editor.
-
Did further testing and found it only happen if you launch from the IDE (/IDE) screen
-
*to load = re-open
-
as per your terminology: Reload Last Documents Getting back to work where you left off is now much easier. All of your open documents at the time you closed the SRP Editor are automatically re-opened the next time you launch it. Even the line numbe…
-
Ok, cool Thanks