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
-
@DonBakke and F12 does what?
-
Yes, that worked. Thanks
-
@CorbyNagel Strange, why is not SRPUtil64.ocx part of the SRP utilities install. Noway anyone would go looking for it that dropbox location.
-
Just googled and now I see you can register a .dll file also. So that solves my OI10 problem BUT, what should I be registering in OI9 - srputil.ocx or SRPUtilities.dll ?
-
@jimvaughan remove midi childs and replace with what?
-
The called subroutine creates a Progress msg
-
Just putting it out there - Could the action of a menu item create a contextmenu and thus being a submenu
-
in 'application properties', do you have 'maintain database columns in the repository' ticked?
-
Maybe a server issue with 'port' communication.
-
I was thinking along the same lines. I assume then that means you can view but not add\update.
-
Thank you for the confirmation.
-
Maybe this: OIVersion=Get_Property("SYSTEM", "VERSION")<2> is64Bit = if (field(OIVersion,'.',1)+0) > 9 then 1 else 0
-
@josh if you use a sequential number system for the reply records, then one of the relational index params is a sort sequence "DR" descending right justified - this will work for .
-
@josh here is an article related to Don's 'relational indexes in a different table' This principal applies also to OI9
-
Yep, what he said
-
CUSTOMER_NOTES has mv field CUSTOMER_NOTES_REPLIES_KEY CUSTOMER_NOTES_REPLIES has field CUSTOMER_NOTES_KEY A relational index setup will maintain keys in CUSTOMER_NOTES_REPLIES_KEY for all records created in CUSTOMER_NOTES_REPLIES relating to th…
-
try &&
-
@donbakke looks like Jim's post is only showing on 'last year by date' not 'all by date' (indexing still not right)
-
Try the tooltip in Srp editor
-
Jim, I think it is a parameter in one of the Srp util string type commands
-
@DonBakke - Awesome - will contact you soon for more details.
-
@DonBakke The latest HTTP Framework is installed
-
I would require help on HOW to implement it.
-
If you had an image, how would you calculate the size for the ole.size parameters? e.g. ToolTipHeading="Deceased Tab filled" ToolTip<1>=".\HelpImages\Funerals_ety-Deceased Tab.png" I might just create a form with a large picture control on …
-
If you had an image, how would you calculate the size for the ole.size parameters? e.g. ToolTipHeading="Deceased Tab filled" ToolTip<1>=".\HelpImages\Funerals_ety-Deceased Tab.png"
-
thanks Don, I will take a look
-
Yep, that was exactly as needed. Thank you
-
i worked this out: SRP_Run_Command("explorer ":MainPath,"DOS") but the dos window flashes up. Is there a neater way. (or another parameter/option)
-
this works: osread OcxFile from 'SRPControls.OCX' then oswrite OcxFile to ControlsOCXFolder:"\SRPControls.OCX" end
-
@AusMarkB how do you copy your files in the startup app?