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
-
ALSO. When you add an olecontrol to a form I see this in the selection: Is this a problem that I need to resolve?
-
@KevinFournier @DonBakke Found the cause, but not why. Maybe you can check it out at your end. This is in the create event of the MDI form. Comment out and all OK //https://wiki.srpcs.com/display/SubclassControl/MdiTheme // Subclass my MDICLIENT…
-
@KevinFournier On a seperate PC ran same application but older version of OI10 - Ran OK Installed new SRP Controsls and Utilities Ran again and it crashed (Also see above posts from 1pm)
-
Yes, but application copies to local folder and registers when 'run as admin', so just needed to check that I have to now remove srputil.
-
This is the latest OI10 upgrade also
-
If I start_mdichild from the mdi menu it crashes - does not execute any commuter module code. If I run the form from the IDE it runs ok, no crash. what .log file should I create to try and trace?
-
No, still crash. Licensing is ok and 'active'
-
So, what SRP controls should we now be registering?
-
Is that DLL the same for OI10?
-
IMHO again Therefore I assume the formatting of the keys list uses the dict format. A rebuild would only be be required if the format change of the key field affected the search. i.e. using alpha search of numeric data. (or some such) I will now b…
-
IMHO >>Does changing the justification of an indexed column automatically rebuild the index? No It is up to you to schedule a rebuild
-
Ok, thanks. havent seen that anywhere
-
@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)