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 : AbsolutePosition ...
Latest Answer : Yes On Creating RelationShip, You Check the Option OnDeleteCascade. ...
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.
Latest Answer : A Data Form Wizard is the fastest way to develop database applications without writing a single line of code. The only drawback of using this wizard is it provides you limited functionality. Sometimes customizing wizard generated code could be harder ...