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,866
- Last Active
- Roles
- Member
Comments
-
From an OI proc I need to print(OIPI) to the printer with a 'silent' printer selection. i.e. Get the 'printer type' = RECEIPTS and retrieve the 'Name' to pass to set_printer INIT
-
What windows printer name has been assigned to the AREV printer name 'RECEIPTS'
-
Wow, that was weird, opened again and they are now value marks (same as your image) Thanks, sorry about that.
-
Looking at flds 13 & 14, what is that values separator character - srpeditor shows Chinese symbols!!!
-
Awesome, thanks heaps
-
We prefer to keep us, and our clients on an older stable version of the OI9 controls. An issue arose when doing a test install of OI10 on a client site and the the new OI9 one installed in the process and we had to recover VERY QUICKLY. Just want to…
-
Rev Wiki shows a posts - do a search and see if you can find later info. https://revelation.wiki/doku.php?id=commentary:forums_works:eea9c73437085848baf8d94ae2ef9450&s[]=rti&s[]=remaketable TableName = "CUSTOMERS" tablePa…
-
The form positioning to bottom right in mdi was fixed iv oi9 v4.2.1.10. The latest srpControls install appears to not now include that fix, so had to go back to the working version.
-
Fixed the OIPI 'Print' issue, but not the PDISK one
-
Ah, that was the problem. Thanks
-
Thinking of migration issues: If we were to change OI9 to use this method, then the app was migrated to OI10 still using this method, would that cause a problem.
-
Awesome, thanks, will check it out
-
@Opto_Will A trigger went off in my head regarding a data size limit patch but not sure if LH or OI9 related.
-
this is the version info from development app (with same code) that does not have this issue, so, something has changed in the upgrades to affect how the status bar is being setup however it is done.
-
does a vertical scrollbar appear on the MDICLIENT? No it doesnt. I also need a few goes to reproduce it. Anyway, at lease I know the cause. No user has ever said they encountered it as there would be no reason to have app open twice... then again…
-
Ok, thanks
-
dont seem to be able to duplicate in OI10.2.1 btw here is our version info:
-
....closed PBC now only DCT running. all forms behave the same (ones that dont call center-window are off further right and lower) exit completely out of DCT then back in - all working.
-
@KevinFournier While we are on the subject of 'minor' issues. 😜 In OI9 the form with an ole status bar sizes below the top of the taskbar or monitor if taskbar is 'auto hide' In oi10 this aligns perfectly.
-
Ah Yes, much more gooder!!!
-
That fixed OI10, but not OI9. fyi:- 64 version is 4.2.3.1 and 32 version is 4.2.3.0
-
Thank you, that has fixed the issue.
-
I knew I had this somewhere. Subroutine BS_Clean_Lists(void) pfxlist = "T,W,Q,B,TCL" Open "SYSLISTS" To slFv Else Return idate = date() - 2 Select slFv EOF = 0; knt = 0 Loop Readnext @ID Else EOF = 1 Until EOF if index(@id,'.',…
-
this might provide some insight for you
-
Ok, Thanks. crlf$ works
-
I am wanting to display next part of the message on a new line, so, I don't know what delimiter is allowed to be interpreted correctly by the html(I assume) display.
-
Great, thanks for the confirmation. Got the 'workaround' to execute with lesser delay!!: msgStruct<2> ="T.01" 😜
-
No, makes no difference. Are you able to reproduce it?
-
Have you done any sort of test in OI10 to see if maybe they have improved by checking if run in event context before doing any GUI stuff.
-
>>I can run all of this fine from a test sub. I know it works, was just seeing there was msg flash up to prove the issue.