About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
Question Hi Markish,
Actually i developed too much small software in one screen. now i want to see one screen scroll items like up and down from dbf file. how to do it ? actuall i have one dbf and it has 400 nos. of records and i want to see one screen with up and down scroll. pls help me.... or if possible then please send me this scroll up down software.. can u please i want to develop one software with up and down and select software..... please sir help me....
parvez
Answer Hi Parvez,
You have missed to mention the version of FoxPro you use. If you are in VFP, the task is quite simple. Put an grid control in the form and assign the recordsource to your table, you are done.
If you in DOS version, you need to do a bit of coding. 'scroll' command in the help file is the key