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
-
@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.
-
Did the table have a btree index. No msg if no index. I ran from test sub.
-
>>Delete_Index(TableToClear, "", 1) I bet there is some sort of GUI confirm msg which would explain your issue. Update: Looks like it is a progress message Ooops, OK I see that Don was alluding to that, which would definitely crash/halt th…
-
How is STATUS defined in the dictionary for DATANAV ?
-
OK, just humour me and change to: SELECT TABLE_NAME WITH STATUS EQ 'NEW' and TABLE_NAME is the actual name of the table? PLUS: Database_Services("Search_Index") - I assume this is a typo as the service name is SearchIndex
-
What is the full SELECT statement you used in TCL?
-
@DonBakke Great , thanks that worked for me. AfterOTimeDate =timedate() swap " " with @fm in AfterOTimeDate oDateTime = AfterOTimeDate<2> :" ": AfterOTimeDate<1> iDateTime = SRP_DateTime('Parse', oDateTime)
-
@AusMarkB not sure what option you are pointing me to. Maybe if I rephrase the question. How do I get this: to look like that:
-
Agree, yes?. Just wanted to test that theory. Issue 125
-
Nope - well that definitely is an issue. So, the beta issue post still stands.
-
Yes it does, as I said in my first post - the PBC one ATTACH_PBC_DATABASE deploys to the DEALER account. I might see if I edit that record and add PBC*ATTACH_PBC_DATABASE..... to <15> and <16> , create the deployment and see what it the…
-
@KevinFournier Looks like RDKVIEW is formatted differently and the ACCOUNT is now being stored as well - see field 16 Maybe you need to check-up on this. Green is the OI10 RDK created one. Red is what F6 added from PBC account. (Yes, I know, Dog …
-
Oh, OK, now I see it working as you are showing me. I must have missed something when I was looking (hope I was clicking the 'all Application Entries' again - ooops) Thank you, so I will remove that from the back of my mind. Probably what I thou…