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,145
- Last Active
- Roles
- Member
Comments
-
or just set an @window variable, firstly on the create, set to the default value and then upon the click, just compare the current selection to the @window variable and then update the @windowvar with the current value. No need to post an additiona…
-
@josh, yes. yes I could. @FrankTomeo Do you know how many times I've read that about the button and thought "I can't think of why anybody would want that"
-
Whilst I'm still not settled on whether I'll take this approach or not, here's where I've landed at the moment. Actually as a 'toggle' it doesn't work too bad once you realise they switch positions because you never need to move the mouse to switc…
-
You guys thought I wanted to use the tabcontrol as an actual tab. I thought you knew me better than that by now to think I was going to use something for what it was designed. Thanks for the suggestions/opinions and @DonBakke, I checked out the …
-
@josh, if you're wanting only a row selection as opposed to cell selection with a highlighted row, it might be worth reviewing fields 4 and 5 of the selectionstyle property. They can help in making the selected cell look the same as all the other ce…
-
In short. No. You need to set the visibility of the column to false for that effect but you can do that easily enough when initialising the table with columnList. The thing I find a little odd is that, what you're asking for is the default behaviou…
-
I think GroupRowContextMenuEnabled would give you the best chance at achieving this but you would have to forego the default "Expand All/Collapse All" context menu
-
I see except I must have an early version of clearSettings because there's no mention of flushing cache //---------------------------------------------------------------------------------------------------------------------- // ClearSettings // /…
-
Now that I think about it, I attach and detach dbs with each request and because they may be different it's probably safest to flush and garbagecollect each request anyway.
-
Hey Don, sorry for the confusion. Yes I have a clearSettings service. The mixed message was because I think (but I don't know) that the garbagecollect might be * extra overhead I don't want happening too often if I can avoid it and * may clea…
-
So how relevant is the images metadata to determining what to do with the image so far as the layout is concerned? I don't have the image handy from the screenshot above but the images I do have that weren't working have little to no metadata return…
-
Dates didn't work either. With or without a conversion value. 4.0.3 I can manage it with the beforeupdate event but curious that it doesn't seem to work for me. It doesn't look that difficult to implement
-
cellValidation = "MD24" cellConversion = null$ cellValidMsg = "Quantity must be a number" showMessage = false$ Set_Property(ole_itemTable$, "OLE.CellConv[":QtyCol$:"; All]", cellValidation:fm$:cellConversion:fm$:cellValidMsg:fm$:showMes…
-
@kevinfournier, did you manage to replicate this issue with the image I linked to above?
-
So I'm going to rework the window I'm working on to implement beforeUpdate and afterUpdate events instead of poschanging and see how that goes. If anyone can identify what I'm doing wrong with the cellconv property then I'll implement that too.
-
Thanks for the clarification, best practice guide @DonBakke. That helps greatly. With that guidance I revisited the cellconv and set it to skip the message and fire the OnInvalidData event so I could capture what it was working with. I assume I'm ov…
-
OnInvalidData - I've never used the cellconv property for some reason; a decision also made some time ago and just never revisited. Probably because much of the cell validation I do is validating against a list of keys and then if valid, populate ot…
-
-
There's a method; EnsureVisible
-
Thanks Kev. Brain was off yesterday.
-
It happens with both the autodisplay during onfiledrop or if you set the image during a read or if you set the image after clicking on the button under the picture there that says "Next Image". Not during "CREATE"
-
They're sneaky buggers!!!
-
Just had a client report the thumbnail not displaying as a thumbnail issue. Here's their screenshot The image I linked to above does the same thing, yet other images behave as expected.
-
Are you changing pages/vposition and are those buttons on all pages?
-
Former. Old - 2012 New - 2016
-
Thanks for the link. I had found other similar ones and pursued the same sorts of things to no avail. I was also a little reluctant to modify too many security based settings as that would be outside of our domain. However, I came onsite today and w…
-
1. set_property(ole_picture$, "OLE.Layout", "Thumbnail") Set_Property(ole_picture$, "OLE.Image", someimage)Try this pic 2. That makes sense thanks. 100%, 80%, 60%, 40%, 20%, gone...
-
When and how do you use your program? I encourage the IT depts. we deal with to add a script to the users logins so that every time they login to their machine, it copies the ocx from the server to a local drive, unregisters the old and registers th…
-
The response status was set to null, so nothing valid. No response headers. The dashboards are a third party - Geckoboard. As per your suggestion, I installed postman on the server and ran it from there. All good. Appropriate response and the dashbo…
-
Try the directconnect control