Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record Input in Grid
Message
From
02/04/2010 06:43:52
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
02/04/2010 04:32:15
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01458173
Message ID:
01458481
Views:
89
>Hi,
>I success created a record input control in a grid, but I want to set the edit textbox to enabled = .T. when press a
>MODIFY button. I have a code in the CLICK method of a modify button as follow:-
>
>but an error message prompt out that "Unknow member .txtItemNo"
>
>why ?
>please advise.
>
>
>WITH thisform.Pageframe_1.Page2.Grid1.column1.quo_control1
>	.txtItemNo.Enabled = .T.
>ENDWITH
>
>
>Thanks
>Derek Yim

How would I know:) That is not my form and control. Follow the message. It is saying that doesn't have a member called txtItemNo. You may have made a typing error in hierarchy or control's name. Do you see txtItemNo in intellisense dropdown if you put dot after:
thisform.Pageframe_1.Page2.Grid1.column1.quo_control1
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform