dustin
Posts: 6
|
| Posted: 06/22/2005, 2:33 PM |
|
Quick question... I'm working with the employee directory sample project and am trying to figure out how to display data from the database on the EmpsDetail.php page. Right now there are a few fields that are displayed and I am trying to figure out how to display additional fields.
As you can tell I don't have much experience with CCS, so please forgive the newbie question!
Thanks, Dustin
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 06/22/2005, 4:05 PM |
|
Forgivven.
What do you mean by 'additional fields'?
Fields to be displayed from the Employee table or other tables?
Check the help file 'Quick Start Tutorials'Examples and Techniques.
This should do the trick } else{
come back
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
dustin
Posts: 6
|
| Posted: 06/22/2005, 7:56 PM |
|
Yes, I want to display data from the employee table. I'll check the tutorials again. Thank you...
|
 |
 |
Nicole
Posts: 586
|
| Posted: 06/23/2005, 2:28 AM |
|
Dustin,
The standard procedure is to add a new table column/row, locale CCS control in a new cell (Label, Textbox,Listbox, etc.) and select necessary table field as its Control Source. Then fill other control settings like Name, Data Type, etc.
_________________
Regards,
Nicole |
 |
 |
dustin
Posts: 6
|
| Posted: 06/23/2005, 11:50 PM |
|
Problem solved. Thanks for the help!
|
 |
 |
|