Answer posted by santhanam on 2005-05-19 16:01:20: yes Ans : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.
Latest Answer : Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab index. ...
Latest Answer : 3 types of combo style1- Dropdown Combo : A new item can be written into it. List is not always shown2- Simple combo : All List items are always shown. To see them the control shd be dragged enough3- Dropdown list : Cannot contain a list value other than ...
Latest Answer : AbsolutePosition ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Latest Answer : forward-only cursor is the default for server-side curso adLockReadOnly ...
Latest Answer : Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt") If Not hfile.AtEndOfStream Then Do While Not hfile.AtEndOfStream msgvalue = hfile.ReadLine ...
Latest Answer : Yes we can edit the tdata through flexgrid. ...
Latest Answer : please refer my answer for previous question ...
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.