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,938
- Last Active
- Roles
- Member
Comments
-
Don, you are onto something there. IMHO the @vm are associated to each @vm in fld1 (Is that amv) Therefore this would make more sence FLD = {EXPDATE_IT1} convert @svm to '|' In FLD @ANS = FLD
-
try converting @vm to "|" to at least see what data is being produced FLD = {EXPDATE_IT1} swap @svm With \0D0A\ In FLD convert @vm to '|' In FLD @ANS = FLD
-
ColStyle = Send_Message(CTL%Edt_User_Info$, "COLSTYLE", 2) ColStyle = bitor(ColStyle, DTCS_CHECKBOX$) ColStyle = bitor(ColStyle, DTCS_CHECKBOXCENTER$) ColStyle = Send_Message(CTL%Edt_User_Info$, "COLSTYLE", 2, ColStyle)
-
Yep, fixed. Thank you
-
Thanks. Did a cache/files clear - all good now
-
Try using LINESTYLE and TEXTBOX combinations
-
Agreed
-
Ah, I notice you do have a few Oi10 notations and also some very usefull coding tips (forgot about those). So, in future I will do SHF1 as 2nd port of call!!
-
For OI10, I go to the RevelationWiki to get the updated commands 😉
-
...further I have restored the WebHelp folder, BUT F1 help does not appear to be working. Can you confirm at your end.
-
successfully changed my delimiter colors in my Theme 'Plastic Code Wrap' can confirm for OI10
-
The installers go into Admin mode automatically. That's what I thought
-
The issue was with registering the .ocx control programatically with admin rights (as you can see in the code above) Running the SRP_Controls_Install.exe (non admin) registered the control ok. I did then retry the manual registration again with sam…
-
I'm confused. Me too, but that is truely what happened. Obviously was not installed as the active x info issue (see latestest post) only worked after install. I would be interested to hear what happens for you whenyou come aross a clean win 11 …
-
installing the vcredist_x64.exe fixed this issue as well
-
Thank you. Log time since I setup a new PC. vcredist_x64.exe worked
-
Oops, yes I can: Fault bucket 1594770760425131368, type 4 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: SRP_ActiveX_Info.exe P2: 2.0.1.0 P3: 5fffa995 P4: KERNELBASE.dll P5: 10.0.26100.3775 P6: 6e2fc3bb P7: c000041d …
-
Nice try, but same error message.
-
I do wonder if you could resolve the problem using SRP_Run_Command instead. It allows you to set the working directory. Great idea, I will try that and report back.
-
Yes it does!!! So, from a proc how do I get around that? my code is: ControlsOCXFolder ="c:\revsoft\oiclient10" RTI_OS_Directory( "CREATE", ControlsOCXFolder) //PBC stuff// directory = "ocxfilesForPBC" ControlsToReg64 = RTI_OS_Dir…
-
FYI:- I tested in my proc where I was using \b and changed to \red and it did not change for me either.
-
>>He assures me his PC is a relatively new one Have the srp controls been registered? (What is 'PBC about' showing?) Has clientsetup been run?
-
Thanks. Where do I put it? Do I register it?
-
I have had no experience with the dual LH Sevice 5.2. So, does any of the setup instructions require a pointer to the OI9 system, if so, is that still correct location. Looks like to me that the client side LH exe is expecting to find it.
-
Barry - He is referring to the LH related DLLs. This was discussed earlier in this thread. I was thinking that was the issue - should NOT be copying any LH DLLs
-
I'm thinking to install 10 again and copy over DLL's What DLLs?
-
I would also still like to see you run with a revparam of serveronly=0, just for a login test.
-
Is that the oi10/oi9 $special UD or the OI10 freeby. what are the actual revparam values in your Oi10 and OI9
-
do you have a revparam in oi10 root folder with serveronly=0 and no revparams in your data folders?
-
👍