Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
MARTINDRENOVAC
About
- Username
- MARTINDRENOVAC
- Joined
- Visits
- 7
- Last Active
- Roles
- Member
Comments
-
ok, what's the following comment all about - and release when? " Don't forget to release your SRP Hash Table handles. Always."? i am looking to create a hashtable or 7 and keep them in memory until i want to log out of OI. do i keep the handle in /…
-
Cheers Kevin
-
ok, no worries. seems when you take off smart indent, it goes away ok, point taken on colon at end of gosub, but i don't like "GoSub" - anyway!!!! thank you Kevin (love your work)
-
Kevin -BEAUTIFUL! I did say, i like the new features and with this kludge, you won't be hearing from me again (today).! One more smallish item (for you next fix) : If 'return' is on the last line and I do a global replace to Uppercase RETURN, the …
-
cheers barry - the new editor is 2.9.1 and that option no longer exists in the dropdown.
-
ok, sorry about that, hate to be wordy, however, you're right well, that's exactly what i'm expecting when i select uppercase all, that they all uppercase. intrusive - you've made the editor 'intrude' upon me, by finishing my sentences and it's no…
-
Customize tab / Uppercase All / Apply / OK exit Customize tab / Uppercase All / Apply / OK -> keywords are all SRP case...
-
Very familiar with that, but I don't see a new option: Which new options / check box allows me to stop the editor auto-creating a 'end' when i write "IF x THEN"? or at least as i say making the 'end' an 'END'?
-
one more little fix to the editor, not a biggie though if i do a global change of Return to RETURN - all works except when the last physical line is Return if the last line is blank, it works.
-
BARRY for president!
-
Don, colouring is made via: Database Manager, Window Forms settings I am not editing anything manually, am not that clever. I have other OI systems that work perfectly with F1, this one fails F1 is giving me grief. If it's something you guys can …
-
here you go: login into sysprog Removed by system administrator
-
the boxes being coloured is likely because i have my environment set to crazy colours so that i can tell when i'm in one vs the other. I will double-check all, but i've had this issue for years with previous versions and have just put up with it. If…
-
these are the same code, albeit two slightly out of sync copies the OI editor++ in the working system - F1 works and gets help in the non-working system, when a piece of text is selected and i press F1 or use the menu - it does nothing, however it d…
-
ok, done. Nothing's changed - one system inserts F1 as per prior notes. including when I press F1 on the HELP/HELP
-
The rc3 has the issue
-
Hi Don, I think Colin may be referring to cells that have the CellMultilined property set. When in edit mode, these cells have a gripper in the bottom right corner that allows the cell to be stretched. Don
-
I just took the new SRPControls.ocx beta for a test drive of the EditTable OnKeyNavigationDone event while CellEditMode is set to EDIT. In my testing it works if you're using the ENTER or TAB keys, but if you navigate vertically in a column using th…
-
Are there any plans to have the OnKeyNavigationDone event fire when cells CellEditMode property's Edit Mode is set to "Edit"? See above discussion. For example when the code below is implemented, it does not appear to fire. Set_Property(Ctrl, "OLE.…
-
Thanks Kevin. Sorry about the parameter comments, I was mistakenly looking at the OnKeyNavigationDone documentation's PosChanged example. Don
-
Hi Kevin, In doing some testing with the new OnKeyNavigationDone event, it appears that this event does not fire if you are navigating and the CellEditMode property's Edit Mode is set to "Edit". That is, it seems to only work when the cell's behavi…
-
Great news! That will go a long way to make large EditTables more efficient. Thanks Kevin.
-
It's easy enough to program around if need be, and I agree that it's not an issue that requires any attention. It was more of a curiosity question than anything. Understanding why it happens helps. Thanks for the explanation. Don
-
I should have also mentioned that this is easy to reproduce on the test form by manually resizing the form by grabbing the bottom of the form with the mouse an changing its vertical size. Play with it enough and the anomaly should manifest itself.
-
I should have mentioned above that the OnChar event also sets the EditText and CellText properties.
-
I do follow the rules of thumb you outlined above. There are times when I update hidden cells that are dependent on visible cells during the PosChanged event, but this does not effect the cells in question. Something seems to sneak in between the Be…
-
Hi Don, After qualifying the EditTable generally as Asynchronous, I have discovered that qualifying only the EditTable "before" events as synchronous is not sufficient to guarantee the EditTable will behave as expected. You must also qualify the "a…
-
I have a few more questions: * Somewhere along the line, I got the impression that the SRP Picture control should be qualified Synchronously. Is this still true? * If the EditTable control is set Asynchronously, except for the "Before" events, m…
-
I had assumed as much from your comments on the other thread, but I just wanted to make sure before I started making changes. Thanks Don for clarifying that. Don
-
Don, Well, it was more common sense than technical sense. Once I eliminated anything unique to my application, I focused on the SRP forms that were run from the OI IDE. There weren't many of them. Those that caused a lockup (such as Frame Manager) …