JeffAlisonVFP9
Programmer
I am a Visual FoxPro Version 9 user and I'm trying to create an appointment management system for our business. I have been using FoxPro for a while so I apologise if this question is easy for some (or if the answer is staring me in the face).
When you create a grid with fields from a table (dbf) it is populated with records from that table (e.g. A column showing a SURNAME, column showing a FORENAME etc but these are from the records in the table.
What I want to do is have the fields from a single record (e.g. FORENAME, SURNAME, APPTIME, APPTYPE etc) in that table vertically in a grid so its shows (as an example):
08:00 SURNAME FORENAME APPTYPE
08:15 SURNAME FORENAME APPTYPE
08:30 SURNAME FORENAME APPTYPE
and so on...
I suppose I am looking to do something similar to an Outlook Diary but my goal is to create this application so we can add, update, edit appointments. I have already set up a form with command buttons that allow a search for date, next record, previous record etc. I will also add a command to the grid (which I know how to do) so I can scroll down the list of the appointments in the grid then click on the command button so I can update the necessary appointments.
I would appreciate your guidance and comments.