Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space(0) with error
Message
From
18/10/2007 13:26:49
Issam Mansour
Jordan Business Machines
Amman, Jordan
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01261879
Message ID:
01261898
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform