Access this solution immediately by signing up as a member of FoxproAnswers.com--it’s quick, easy, and secure. We will return you to this solution, unlocked, when you’re done.
Dear Experts,
I have developed an inventory program in vfp6. I accept Goods Received Note transactions through the grid. I would like to populate master codes in a different form by clicking the column where master code is entered. I have used earlier combo control in the column by loading a cursor. Dobule click method seems to be faster compared to combo.
The method I follow;
Create a cursor for the required fields
fill all the rows with required fields to the grid
calculate the columns in AfterRowColChange
Ask the user for updates
append the cursor to main database
my master file have ;
itemcode
itemname
uom
daybal
I would like to double click on the itemcode column in the grid in each row, select the requried item, fill temname,uom next column
Help me.
Swamy
Access this solution immediately by signing up as a member of FoxproAnswers.com--it’s quick, easy, and secure. We will return you to this solution, unlocked, when you’re done.
Posted on 2005-12-22 at 02:31:08ID: 26245088
All comments and solutions are available to Premium Service Members only. Sign up to view the solution to this question. Already a member? Log in to view this solution.