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,867
- Last Active
- Roles
- Member
Comments
-
Ok, need Rnd((NumberTo-(NumberFrom-1))-1)+NumberFrom
-
Same as you in OI9. InitRnd Time(): Date() n = 9999999 NumberFrom = 1001 NumberTo = 3456 Min = NumberTo Max = NumberFrom For i = 1 to n R = Rnd(NumberTo-(NumberFrom-1))+NumberFrom If r < min then min = r …
-
I didn't test, I just assumed as documented in OI9 as per your srp link. How did you test?
-
🤣🤷♂️
-
@DonBakke Thanks. Can you check me on this 'formulae' NumberFrom = 1001 NumberTo = 3456 Result = Rnd(NumberTo-(NumberFrom-1))+NumberFrom
-
....ALSO: if you launch MDI Ribbon menu for the first time (OI9.4.6) the ribbon tooltips do not respond while hovering over the ribbon until you click on an icon.
-
Similar /Same issue here. (My testing is in OI10) Running Form from MDI with SRP RIBBON control. Have to wait a while before you can use the mouse to move between fields. You CAN [TAB] between fields, so therefore, they are NOT disabled. If you …
-
Ok, found an issue. If a function or subroutine is not declared, the error message is: OI10 compiler gives the expected error messages
-
Thank you. That works btw: What is 'Added Hook and Unhook TCL commands'
-
Great, thanks. From your create_table link:
-
Thank you
-
Has anyone done a 'resize' on a number of selected tables and the values don't line up with the Framesize and Threshold 'defaults'
-
I will leave Chris to follow up this. Thank you.
-
I am also trying to help Chris with this, so pardon me for butting in. Is the code you present to the compiler the actual code that we see or do you parse it to somewhere then compile it. Where is that code stored and can we get access to it, and ma…
-
deleted
-
beta issue tracking 125
-
Looks like there is some sort of bug in the OI10 rdk.If you create a view and select 'All applications' and sect a sp that is not in the current application, (in PBC) the resulting deployment puts it in the current application (DEALER). Am I correc…
-
OI10 passwords are required SYSPROG/SYSPROG which I suppose is a trap for the OI9 habits
-
Thanks - won my argument. (hate for you to have thought it was MY habit)
-
Yes it does. But in OI10 if you dont have /HE=0, then the engine is still running! Have you seen this?
-
OMG, i then had a minutes one further down: MM = SRP_DateTime("Minute", DateTime()) Ooopsy
-
RTI_DistinctList Function Description Creates a distinct list of delimited values using passed values. Syntax newList = RTI_DistinctList( inList, inDelimiter) Parameters The function has the following parameters: Parameter Description in…
-
From a VERY old version of the RDK install that I have, I see the following that may help. If there is a serous error and the install cant continue, there is a Set_FSError(TRUE$) At the end of all the processes there is Set_Status(FALSE$) No stat…
-
Yep, that fixed it. Thanks
-
Yes I see them. Thanks, I will check it out
-
@ausMarkB I also found this and forwarded it on.
-
>>just lose your favorites one time after upgrading? Yes
-
Yes.
-
Computer\HKEY_CURRENT_USER\SOFTWARE\SRP\SRPEditor Is this still where favorites are stored - under each account name I can see where they should be getting picked up, but are not. I had to 'reinstall' srp_editor as I appeared to have lost it - may…
-
Thanks