A_Radiolog_inFoxPro
IS-IT--Management
Dear All ,
please bare with me , I am very very new to FoxPro (out of necessity)
to update a super old program ,
I am running FoxPro 6
So I have a DB file and at the end I am having this code
select <db>
SET ORDER TO <the field> DESCENDING
SET FILTER TO <a given expression>
**BROWSE FIELDS **<-----(this is the part I am having trouble with)
so as the window pops up and shows what my filter produced ,
I would like to know how can I grab that record and store it to pass the values to another subroutine or do something with them in general ,
I know it sounds stupid but I am a complete noob ,
I hope you can help me ,
And sorry again (if I am wasting your time) :'(
Thank you in advance
AN_Idiot_inFoxPro
please bare with me , I am very very new to FoxPro (out of necessity)
to update a super old program ,
I am running FoxPro 6
So I have a DB file and at the end I am having this code
select <db>
SET ORDER TO <the field> DESCENDING
SET FILTER TO <a given expression>
**BROWSE FIELDS **<-----(this is the part I am having trouble with)
so as the window pops up and shows what my filter produced ,
I would like to know how can I grab that record and store it to pass the values to another subroutine or do something with them in general ,
I know it sounds stupid but I am a complete noob ,
I hope you can help me ,
And sorry again (if I am wasting your time) :'(
Thank you in advance
AN_Idiot_inFoxPro