Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Junk Data
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00729405
Message ID:
00729412
Views:
19
Bill, one option (perhaps the only one if you're binding your control sources directly to the base table) is to put the following in the init:
go bottom
if ! eof()
   skip
endif
this.refresh()
This will move the record pointer past the last record in the table and should have the bound controls disabled and blank.

Cheers,

Andrew

>I noticed that the data that is being displayed in the form is the first record of the table that the form is based on. How do I stop this from happening.
>
>Thanks Bill


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform