umar000
Posts: 16
|
| Posted: 12/18/2009, 11:52 PM |
|
I am using code charge studio form almost 3 years. but in desgin, record form show 4 options of processing " ADD", "DELETE", "SUBMIT" and "CANCEL". but after publishing the record form, its show only ADD & CANCEL. can anyone help me?
_________________
Umar |
 |
 |
damian
Posts: 838
|
| Posted: 12/19/2009, 4:37 AM |
|
you can only delete and submit if you are in an existing record
if you are in a new record you can add or cancel
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
umar000
Posts: 16
|
| Posted: 12/20/2009, 9:59 PM |
|
Dear damian thanks for ur answer.when we use Record form from builder then after ADDING record how we can gte this record in record form? when we use grid with record form then SUBMIT and DELTE options appear.but the problem is when we deelete one record, it delete all stored record. what is the solution?
_________________
Umar |
 |
 |
damian
Posts: 838
|
| Posted: 12/21/2009, 12:53 AM |
|
try creating a new page from your table and let it create both the grid and record forms. study the way they interact - add a few records and look at the links and try manually changing the url parameters and you will start to better understand how they work...
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
Oper
Posts: 1195
|
| Posted: 12/22/2009, 5:31 AM |
|
Quote umar000:
Dear damian thanks for ur answer.when we use Record form from builder then after ADDING record how we can gte this record in record form? when we use grid with record form then SUBMIT and DELTE options appear.but the problem is when we deelete one record, it delete all stored record. what is the solution?
if you press delete and all record are deleted then:
*) you did a custom change on the On delete event or somethign was changed manually
if not
Then Send support a Ticket.
IBL
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
Oper
Posts: 1195
|
| Posted: 12/22/2009, 5:38 AM |
|
Quote umar000:
Dear damian thanks for ur answer.when we use Record form from builder then after ADDING record how we can gte this record in record form? when we use grid with record form then SUBMIT and DELTE options appear.but the problem is when we deelete one record, it delete all stored record. what is the solution?
if you press delete and all record are deleted then:
*) you did a custom change on the On delete event or somethign was changed manually
if not
Then Send support a Ticket.
IBL
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
ckroon
Posts: 869
|
| Posted: 12/22/2009, 9:33 AM |
|
Be sure that on the record form there is a Where statement: ColumnKeyid = URLKeyID
Or else it updates/deletes all records in the table.
If you use the Grid and Record builder, it sets this up automatically.. but if you made the grid and record separately.. you have to add it by hand.
_________________
Walter Kempees...you are dearly missed. |
 |
 |