Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
UpDating An Appointment List With Date And Text
Message
From
09/06/1998 02:56:04
 
 
To
08/06/1998 16:49:43
Zaraq Bari
Bari Studios Limited
Lahore, Pakistan
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00106070
Message ID:
00106197
Views:
33
>Hello All;
>I want to modify the example form 'Adding items from a textbox to a list' in the solutions directory of VFP.5.0.I can enter the text and press the return key and the text is pasted in the listbox.Now I have made a dete textbox and I want to save the date with the text as it is an appointment form.Furthermore I want to save both the text and date for future reviewing.And lastly if I edit an item in the listbox I want that item saved and then edit its contents , so I can see the history of the appointment.Thank You......
>
>Zaraq Bari malik

If i've understood, all you need is a listbox with 2 columns. When adding an item you can add the text value to one column and the date value to another one. You can do this trhough addlistitem() and access both values with list(1, 1) and list(1, 2). Hope this helps. Carlos
Saludos,
A.G.P.
---------
Previous
Reply
Map
View

Click here to load this message in the networking platform