akanawa
Posts: 1
|
Posted: 02/12/2007, 6:58 PM |
|
I need to create a simple customer and contact web app
table 1, customers
only has 3 fields
custid
custcode
custname
table 2, contacts
only has 6 fields
contactid
custid
last
name
email
phone
table one should be a record detail, table 2 should be an editable grid
I looked at the samples on: http://examples.codecharge.com/ExamplePack/OrderEntry/O....php?order_id=2
this would also work, but i've spent several days trying to understand how to do this and i am failing miserably.
can anybody help me?
|
 |
 |
peterr
Posts: 5971
|
Posted: 02/13/2007, 1:10 AM |
|
Hi,
You are in a wrong forum. This forum is for posting your Tips for others, not for asking questions. It is also related to an older product, not CodeCharge Studio.
I recommend posting your question to the general CCS forum at http://forums.codecharge.com/forum.php?forum_id=2 , or to any of the programming language forums at http://forums.codecharge.com/index.php (ASP, PHP, .NET). You may also want to provide additional information about possible problems you're encountering, or what specifically you need help with.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|