I am putting in data to a patient file... (finally)
I am using a form with text box with a search for an Item Number to populate a grid.
Then selecting from the grid ...
Selecting the particular Item Number then using an Array.. appending from the Array and using INSERT INTO for certain other pieces of data.
and I get another line in the required dbf() (actually a table.. whoops sorry Olaf.. I myself am heritage)
So I get a complete new entry (I'm Happy)
ALL GOOD..
Is there some way that I can do this recursively (ie over and over) ie same form, search for yet another Item Number and add yet another line (with same INSERT INTO etc) over and over
I might have 5 additions to make
AND maybe, one time... I select an Item that don't like ... and I don't want to add THAT entry but I want to keep going select another Item Number....
etc etc
Until I click a button and it releases the form....
I gave it a shot ... but couldn't get recurrent action.
Appreciate a little guidance
Foxy
(now 12MN, bed)
Sydney, Australia
I am using a form with text box with a search for an Item Number to populate a grid.
Then selecting from the grid ...
Selecting the particular Item Number then using an Array.. appending from the Array and using INSERT INTO for certain other pieces of data.
and I get another line in the required dbf() (actually a table.. whoops sorry Olaf.. I myself am heritage)
So I get a complete new entry (I'm Happy)
ALL GOOD..
Is there some way that I can do this recursively (ie over and over) ie same form, search for yet another Item Number and add yet another line (with same INSERT INTO etc) over and over
I might have 5 additions to make
AND maybe, one time... I select an Item that don't like ... and I don't want to add THAT entry but I want to keep going select another Item Number....
etc etc
Until I click a button and it releases the form....
I gave it a shot ... but couldn't get recurrent action.
Appreciate a little guidance
Foxy
(now 12MN, bed)
Sydney, Australia