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,982
- Last Active
- Roles
- Member
Comments
-
>>but I assume that beforehand you.... the 'GetProperty' does it >>shouldn't the next line be Yep, saw the <1> when looking at code. the getproperty is mine, so I can use @ and ,
-
Thanks, like I said, I just forgot. Haven't used it for a while in a new system.
-
Ok, thanks. I will be sending you an email to get the latest version.
-
... or should I have just known as it was not a 'normal' event. OI10 has just sucked my brain
-
Where in the documentation should I have seen that I need to QUALIFY_EVENT
-
Yep, fixed
-
Thank you. No I am not.
-
I have the subclass on the mdi form now. Equ OleSubClass$ To @Window:".OLE_SUBCLASS" Still no OLE event. The ole event is set on the control to call the commuter module which is setup.
-
This is OI10
-
Oops, sorry Don, did not see you post
-
Do you have a value in window or should it be @window
-
BTW, if you look at the srp utilities reference table (on the right), srp_array does not appear there. srp_array missing from this table
-
No frame to click on to move it or resize it. Try it and see. PS: save any text in your title in case you need to put it back. Or, Better still, save a copy before you do it.
-
Cant move = Untick 'Title'
-
Window->Properties->Frame-Thin
-
Any hints on how to actually do this! (It talks about buffer pointer to call another WinApi)
-
This would be referring to the combo control, where the dropdown list will auto size.
-
Silly question, but I assume you have set the raw style bits.
-
FYI only, I don't need it working.
-
Ok, I see where utils has SRP_Set_SysColorChange , I must have been using an old version. Found what was using it and changed it.
-
The only reference in the help to it is in "What's New in OpenInsight 9.3" Email_Format has been modified to allow domains that start with numbers- e.g. mike@123.com >>I'm assuming EMAIL_FORMAT is a similar animal but I don't have source f…
-
Yes [EMAIL_FORMAT]
-
Email_Format validation
-
Chris. Aren't your apps heavily reliant on the SRP controls - so how are you able to yourtesting without a 64bit version of those controls.
-
Ditto
-
"...it will not return until the command completes execution"
-
Do you mean just the "end" for If or Autocomplete itself. To disable Autocomplete go to options under the General tab.
-
In the create event of your menu form run the FindandRegOCX file. Instruct clients to 'run as Admin' on any new PC setups.
-
would maybe in Create event do set_property(@Window,"REDRAW",0) forward_event() set_property(@Window,"REDRAW",1)
-
Thanks Matt. Now the initial login screen works!