Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,147
- Last Active
- Roles
- Member
Comments
-
Hi Don, I think your suggestion may have kind of been the way I resolved it, ie I moved the editor to a second higher resolution monitor and manually restored the height. I believe though the original cause was something as simple as a compile thou…
-
I experienced the same problem. Unfortunately I can't remember what I did to rectify it. Same as I can't remember how it happened in the first place. So the little I can offer is, you can get it back to normal with some sequence of steps. Maybe try …
-
A few years back, I couldn't for the life of me get tool tips to work. I think I was trying with the subclass rather than an edittable but themethod was the same. I gave up and took a different approach. I think I changed to prompts instead of tool…
-
Have you considered? Just using the same table but have the extra data in adjacent hidden columns? That way when the hyperlink is clicked you can just extract the data from the same row but the next column or three along and the user will never be a…
-
I would second that suggestion and I suspect once you get started on the popup, like many of the other controls, the ideas and potential uses for it will start to flow. Add to that, the fact you can throw on your own icons and or combine it with the…
-
On the system in front of me at the moment using Windows 7 Enterprise SP1 and SRP Edittable 3.0.0 I don't get the issue. This code Config = null$ thisCol = Field(param1, ';', 1, 1) thisrow = Field(param1, ';', 2, 1) Convert ';' to @fm in para…
-
It seems we crossed over whilst posting. Don, it's probably enough just to know that it doesn't apply to all changes. It only now leaves me curious as to how I'm getting the final result without ever resetting the draw property to true. Must be s…
-
After further investigation, I think a more accurate description would be that certain properties force a redraw regardless and what also seems to be the case at the moment is that on those occasions where a particular property forces a redraw, not …
-
Actually I was talking to Davo this arvo during smoko and he was telling me bout this yobbo trying to start his barbie with kero that he got from the servo. I said "Fair Go! What a drongo!" Davo said he wasn't going to do it at first but his mates s…
-
Its an Aussie thing. We shorten and append "o" to everything. My mates Robbo, Johnno and Dicko will attest to that. Doesn't help with the redraw or delete but it might answer your last question Donno.
-
Ssshhh! I won't tell if you don't. :-D
-
I said I couldn't remember the details. :-P Yes, removing and then re-adding the controls before re-saving the form made the difference. On your side note, yes, just like in the article by using the control part property. I think its about the on…
-
Hi Matt, I don't have a qualified answer but have you tried re-saving the form in the new version? I can't remember the details but I know this has worked for me in the past. Another alternative, admittedly far more time consuming, but in many pla…
-
Don, we have both kinds; country and western, I mean traditional and GUI sensitive. The GUI one's are often wrappers around the traditional ones that just mean all conversions are the same be they in code, dicts or GUI but the GUI can also manage er…
-
Just thinking out loud here without attempting to try this in the lab (because this is way too dangerous to do this at home! ), but what if you allowed a single period to pass through your validation logic (BeforeUpdate) and then in your AfterUpdate…
-
Actually just realised the validation concept doesn't work on the beforeupdate either simply because I get the validation error, click ok, it returns me back to the cell but then I just have to click in another cell to evade the validation. I guess …
-
Good point on the poschanged equating to a gotfocus for an editline. I hadn't thought of it that way. :-/ Unfortunately the beforeupdate is not quite working for me as yet. The validation process I'm sure would be fine but I have some promoted even…
-
Thanks Don. Using the poschanging for validation we don't actually clear the data out but the user is essentially confined to the cell until such time as they enter something valid or clear it out. This has worked to date and was so much better tha…
-
I've had mixed results with embedding forms in the shortcutbar in the past but its probably more just about finding the right tool for the job. You're spot on with the improvement to the user experience though.
-
Colin, Other than the vomit, great use of the available tools. By the looks of it, you seem to have successfully embedded OI forms into the shortcutbar? I havent' tried it for a while but do you find it works nicely for you?
-
Don, I've had this in the back of my head as a to do one day thing, just to combat the data binding objections. Didn't realise it was out there already. I use the SRP edittable whenever data binding is not a requirement and as Dan said non users a…
-
Hi Adam, just sprouting the first thoughts that came into my head without testing/checking anything but it might help. Are you changing the colour of the cell before or after it is populated or before or after the remaining cells are populated. I …
-
Ok, couldn't leave it at that. The problem from my end was the widths variable, not the visibility variable. By passing in the widths as a vm array, the subsequent putting all the pieces together created extra columns I didn't need nor did I know t…
-
Again, thanks for being my sounding board gentlemen and enabling me to find the problems with my own code :-) I can't give you the exact specifics but the general issue was this. I have one routine to initalise all reporttables and I just pass in c…
-
Thank you Gentlemen, That was the kind of prompts I was really looking for. (I tried the standing on one leg thing and it didn't fix it). Don, Not sure whether I 100% followed what you meant but I did this. Initialised both reporttables the same …
-
Hey Dan, According to this https://wiki.srpcs.com/display/ActiveX/Version+History That was fixed in the latest version released in the last day or two. Have you downloaded and registered that version? I haven't tried it, just remembered reading t…
-
Hi Colin, This probably doesn't help you directly but it looks to me like not so much that the values are changing to zero but perhaps just the formatting of the display is changing. Each of the entries that are changed to zero may just be "displa…
-
Whoops! Yes indeed the ColumnCheckboxAlignment property works. By my own copy/paste screwup I found that it also works for images, so where you want to align an image within a column, use ColumnCheckboxAlignment . However, ColumnAlignment doesn't …
-
Thanks Kev
-
More than happy to provide you with a screenshot or I could re-read and actually try what you suggested. Seems that works too. Nothing to see here... Move along.