Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Continuing to write my first form
Message
From
14/07/1998 11:46:28
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00117181
Message ID:
00117184
Views:
11
>Thanks everyone. This instant messaging is great. I have a few more questions.
>
>1) The line of code that was causing trouble was in the Load of the Form when I said "thisform.txtname.setfocus. It said txtname was an unknown member.

Move it to Form.Init event. Whe you run Load event, all form objects don't exist yet.

>2) How do I clear the screen a:) when the form first comes up; b) after a record is written. I have a thisform.refresh but that doesn't seem to do anything.

If you use bound controls, then Form.Refresh will pick up values from tables according control(s) controlsources, i.e. you should set table pointer to appropriate record and fire Thisform.refresh

>3) Any suggestions for some reading material to help me get started. I'm a long-time Clipper programmer..
>
>Thanks.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform