Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Junk Data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00729405
Message ID:
00729412
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform