Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Charles
About
- Username
- Charles
- Joined
- Visits
- 15
- Last Active
- Roles
- Member
Comments
-
This seems to be exactly what I need because I have tested it on a normal edit line, but since I am new to the srp ole controls I do not see where to add the validation. Can any of you point me into the proper direction?
-
Barry Are you saying that we already have a email validation subroutine?
-
Ken this is the snippet where I am setting all the options For EditCnt = 1 to NumCtrls EditCtrl = Field(EditCtrls, ',', EditCnt, 1) Handle = Get_Property(@Window : '.' : EditCtrl, 'HANDLE') Send_Message(Ctrl, 'OLE.Sub…
-
EditCtrl is the variable that contains the name of the control in question.
-
Sorry Kevin I misled you by showing you the example that was send to me. Here is the real line of code that I used Set_Property(@Window:".OLE_SUBCLASS", "OLE.OptionImage[":@Window : ';' : EditCtrl:"]", "f:\Shoes2000\bmps\chrome.jpg")
-
Thanks for all the help everything is working like a charm except the fact that I can not change the image for the option button. I wanted to show a globe noting that if you click the button it would open the webpage in question The command that I a…
-
Okay that means that I will add a button next to the edit line.