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
-
If so, do you mean it never displayed inherited entities Yes!
-
"Entities in Current Application" Never seen that work - unchecked (implied all applications)
-
Thanks, just arming myself before onsite.
-
all good there. I will add the to the tracker as that might be an obvious question they might ask.
-
Cool, thanks. That was the only way I could think it would work. I will check that, by some mishap, that there is no ATTACH_PBC_DATABASE in DEALER
-
in OI10 you can: BUTTONS property (RadioGroup) Description Provides indexed access to the individual RADIOBUTTON controls, or direct access to the entire button structure as an array. Property Value When used without an index the BUTTONS prop…
-
I see that beta 4 is release, so I will, just out of curiosity test that non-working code I mentioned. I will let you know if it now works.
-
Ah, Ok thanks
-
4.2.2.8 fixes the ribbon issue.
-
I am a big confused about these version numbers you are stating, as what I believe is the current version is 4.2.1.6. Have I missed something with the 4.2.2 series? I will now install the 4.2.2.8 and see if that fixes the major MDI issue , which wa…
-
same as reported before, issue still there
-
STOP PRESS I just noticed that the .ocx was not registered, so I will test again. But in the meantime there is another issue with this version.
-
This all testing using the OLD code. Update. Running from the formdes now works, BUT ONLY if the MDI-ribbon has not been run. Running from the MDI does not work.
-
No, the problem still exists
-
Code tracing to find any issues that seemed out of place showed me the the SAVEWARN was not being set by the system when databound controls were updated. Not sure why the registration of the new srpcontrols had this affect. Anyway, I changed the cod…
-
...in OI10 run from the form designer also has same issue with 4.2.1.6
-
@KevinFourner Are you sure the changes that were done in the 32bit ocx also went into the 64bit ocx, probably ribbon related somehow as the issue is a strange one. OI9 Version 4.2.1.1 issue occurs, but not not now in 4.2.1.6 OI10 issue occurs in 4.…
-
If you hover on the official download link, it popups up 4.2.1.6 Pretty hard to find forum released one amongst all the postings. I would be interested in a link to 4.2.1.6
-
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'