A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
I wish you a happy new year and all the best in life ,
I have an issue.
I am trying to find a record in a table with 2 values for example :
Looking at the order number and order type.
this config Used to work at another program with a different table.
SELECT <arbitrary table name>
SET ORDER TO 2
seek orderno+ordertype
orderno = some variable that contained the order number
ordertype = contained the tape of order.
and I can't seem to make it work with this table.
if someone could explain to me how this set order to 2 works and what it needs to have in the background that would be great.
the program is un optimized , no formes exist.
Thanks
The _idiot
I wish you a happy new year and all the best in life ,
I have an issue.
I am trying to find a record in a table with 2 values for example :
Looking at the order number and order type.
this config Used to work at another program with a different table.
SELECT <arbitrary table name>
SET ORDER TO 2
seek orderno+ordertype
orderno = some variable that contained the order number
ordertype = contained the tape of order.
and I can't seem to make it work with this table.
if someone could explain to me how this set order to 2 works and what it needs to have in the background that would be great.
the program is un optimized , no formes exist.
Thanks
The _idiot