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,000
- Last Active
- Roles
- Member
Comments
-
Have been a bit too busy to sort this out but I will try and organise a copy of a system and example for you this weekend. Due to the issue referred to in another thread, re the OI msg disabling windows and not re-enabling them, the new version turn…
-
I was hoping you were onto something re tab order so made the tab the first control. Alas no luck. I didn't really need to do anything to test it this time. I just opened the form on the second monitor and when it appeared in front of the window I a…
-
Excellent! A new release....
-
Hey Kev, Thanks. 4.2.2.2 has fixed this issue. Woohoo! Unfortunately, it led me to stumble over a different one. This new one was introduced somewhere between 4.2.1.1 and this one 4.2.2.2. In other words, it wasn't 4.2.2.2 explicitly. I know this …
-
Sorry Kev, Still happening and yes, OI9.4.4
-
Appreciate the effort Kevin. TBH, I'm not convinced there's any control that really fits the bill as more client requirements come to hand, but the scheduler is the one that seems to offer the closest fit. We'll push forward with that.
-
:) 4.2.1.1
-
9.4.4
-
Same scale. Same problem. .... just more in my face :D
-
Yes. 125% for laptop and 100% for secondary monitor
-
I've just updated to 4.2.1.1 and haven't yet tried any of the releases linked in this thread so maybe this has been addressed already but... This is a second monitor issue. If I open a form with a tabcontrol on my primary (laptop) monitor, then eve…
-
We're trying to let the users make changes at their own discretion, eg move an appointment. The problem with that is, we don't know when they've finished moving it. You could argue, they change the appointment and we retrieve the new start/end datet…
-
-
Sorry I don't have anything of an answer to offer other than to say this feels familiar. I've had clients before where a standard select would not pick up the records as expected and only a rebuild of the index would fix the problem. Note, no change…
-
Thanks Kev. Works a treat.
-
so they do. :) I'm programatically adjusting the row height based on the number of multiline delimiters so the user can always see the entire contents of the cell. Of course, if there's wrapping, then my rowheight will be wrong anyway and I was obv…
-
Just thought I'd offer another example of differences between yours and OI's editors. In case it helped.
-
Thank you. no assistance required. The encodedCredentials verson has a carriage return linefeed on the end that I couldn't see.
-
Pretty much. It should be like this
-
It did but now it doesn't. :) Can another pair of eyes tell me the difference between these two headers? One was created using a variable HeaderList = "Authorization":vm$:"Basic ":encodedCredentialsThe other was a hardcoded string. The hardcoded s…
-
Should've checked this one before posting. Setting UseClientXMLHTTP to true$ got me past the 403. I now get the expected result when no authorisation is required. I get a 401 for the authorisation required requests. So that's probably me getting th…
-
I don't know if this has happened before but I've just noticed in OI9. The warning is correct in that both of those are unassigned variables. The first line number is wrong though. Both of those variables exist on the same line, 1155, and that's th…
-
When you're debugging a routine that is off, is that the routine you added a "debug" to, or is it a routine that you've stepped into after starting the debug in a calling routine? The lines can be off when debugging if the source code and object cod…
-
as long as we are only discussing the registering of OLE events. When interacting with properties or calling methods, we consider prepending with "OLE." to be best practice. That be what I mean, Yes. :) We tried using only the eventname but then t…
-
You don't need the "OLE.". Just use the eventname.
-
@KevinFournier
-
It is a valid syntax variant that does something obscure it would appear you don't know about. I give you the Subclass Control
-
Have you checked that table.fld is changed to what you expect it to be before the writev? I mean, I can't see any reason why it wouldn't be, but was thinking just maybe, the writev is working but you're writing away a different value to what you're …
-
Memory like an elephant Kevin. I couldn't get it to break until reading the other post. Had to do a "Find Next", "Replace", "Replace All" as per Vince's example.
-
Is that in OI10? I've used replace all, extensively without issue. But I haven't played with 10.