Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

grid-column-text1

Status
Not open for further replies.

meeramydeen

Programmer
Joined
Feb 24, 2002
Messages
2
Location
SA
Could someone can help me

In my form i have a grid with 6 columns
While i am trying to write procedure i am getting
"syntax error" or "unknown member text1" error
Here is my procedure
Proce form1.grig1.column3.text1.InterActiveChange()
may i know where am i doing the mistake
rgds
meera

 
Hi
form1.grig1.column3.text1.InterActiveChange()

may be some spelling is wrong...
is it grig1 or grid1.. ?
:-) ramani :-)
(Subramanian.G),FoxAcc, ramani_g@yahoo.com
 
Another way is to
in the designer mode (The Property Window), Click on the Drop Down, and Goto the TextBox field Under Column one, and then, Goto Methods, and you will see all the methods for this particular textbox...

(it will ensure that you have the right proc, in the event you change the textbox name!)


Let me know if this has helped you! Tekno
Wireless Toyz
Ypsilanti, Michigan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top