Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Space(0) with error
Message
From
19/10/2007 04:51:54
 
 
To
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:
01262076
Views:
13
Issam

What are you saying? Is it not working? What happens/does not happen?

.grid1.RecordSourceType = 1 && alias ????

Terry (with 2 "r"s like yours has 2 "s" :-)

>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
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Reply
Map
View

Click here to load this message in the networking platform