Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with Grid
Message
From
12/12/2007 06:40:32
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Working with Grid
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01275070
Message ID:
01275070
Views:
62
Hi All

Can I use grid like working in excel. Means, if one row finish and on enter the cursor should go to second record and so on.

My tables structure is as follows:

Master File:

1. icode c(10)
2. Full_desc c(40)
3. ..
4. ..

and Transaction file:

1. icode c(10)
2. quantity N(10,3)
3. rate N(10,2)
4. Amount N(10,2)

And, I want to enter like:

Item code Full_desc Quantity Rate Amount
--------- ------------------------------ -------- ------ --------

Please note that after entering ItemCode it should skip to Quantity and entering it should calculate amount (Quantity*rate) and the cursor should come to second row and so on...

I hope I convey whatever I need, thanks in advance.

Saify
Next
Reply
Map
View

Click here to load this message in the networking platform