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 : All controls have a refresh property. This is not available in the properties window.Refresh property forces repaint of the control ...
Latest Answer : AbsolutePosition ...
Latest Answer : changing the order dynamically... ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
Latest Answer : Move Method For Example rsEmployee.Move 10 ...
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. ...
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.