Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Space(0) with error
Message
De
18/10/2007 13:26:49
Issam Mansour
Jordan Business Machines
Amman, Jordanie
 
 
À
18/10/2007 12:48:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01261879
Message ID:
01261898
Vues:
17
tery,

I should have some thing misssing some where, her what i did:

I creat "lClearedRecSource" property

Then we add the following:-

Thisform.LockScreen=.T.

With Thisform
If Not .lClearedRecSource
.grid1.RecordSource= “”
.lClearedRecSource = .T.
Endif
Endwith

Select amaster
Go Top

With Thisform.grid1
.RecordSource=[AMASTER]
.column1.ControlSource=[AMASTER.ACCTNAME]
.column2.ControlSource=[AMASTER.ACCTNO]
.column3.ControlSource=[AMASTER.BORNDATE]
.column4.ControlSource=[AMASTER.BALANCE]
Endwith


With Thisform
If .lClearedRecSource
.lClearedRecSource = .F.
Endif
Endwith

Thisform.LockScreen=.F.


Thanks tery
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform