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,975
- Last Active
- Roles
- Member
Comments
-
@KevinFournier I sent you an email with the source code that creates the form so that you can check to see if everything is done in the right sequence, even though the code - created by Chris Meyer & Mark Boorman - (so I might be able to answer…
-
a further further update to 'result issue 2. removing this code avoids the blue section bit. ClientSize = Get_Property(@Window, "CLIENTSIZE") StatusBarSize = Get_Property(@Window:".OLE_STATUS", "SIZE") Size = "" Size<1> = 0 Size&…
-
a further update to 'Result issue 2:' if i remove the auto run of the invoice_hours form, I still get the blue section at the top and the only way i can get rid of it is to click on the top right restore button, running and closing a form does not …
-
Ok, testing results: BTW forgot to tell you I am running 10.2.4 (update - tried with 10,2,3 same results) The flashing is fixed. BUT 2 issues that were fixed in v4.2.6.8 have come back. here is the code change where the ole.MDISIZE was not beein…
-
Thank you I will test and report back
-
Summary to-date The flasher: When you select a menu item where the form’s visible property is set as 'normal' , then when it is then run from mdi_child the mdi client area resizes to the top of the monitor showing the form and then sizes back to …
-
Hopefully I can explain an issue with this upgrade. A form's design visible property is set as 'normal' , then when it is then run from mdi_child the mdi client area resizes to the top of the monitor showing the form and then sizes back to normal…
-
Ooops, sorry
-
I told Kevin to always left justify text controls
-
May I ask why does the tab control have to make those changes. Could it made a global option.
-
Equ Tab$ To \09\ Equ wdFormatText to -4158 ReadCount=0 WriteCount=0 PhoneCount=0 Stopped=0 SkipCount=0 err=null$ CallCentreInputFile=Field(AllFiles,@rm,1) If not( dir(CallCentreInputFile)<1> gt 0 ) Then Msg(@Window,"Call…
-
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.