bluesauceuk
Programmer
Hello,
Just wondering if anyone knows how to make my application easier to code.
I have just looked at it and I have action pages for all the things I want to do. One for add, one for amend and another for deleting a record.
I've looked into fusebox - and I find it too dificult for now (given the timescale).
Could someone show me how to make a master form processor page for say a product detail page.
The table is
=================
productid (unqiue)
description
price
notes
keywords
dateadded
==================
I guess how you would do it is to... if there is no productid passed - this is a brand new entry, if there is an id then it's a amend - and if it is delete - "are you sure?" before the row is binned?
Could someone show me how it is done?
Kindest Regards
Mark
Just wondering if anyone knows how to make my application easier to code.
I have just looked at it and I have action pages for all the things I want to do. One for add, one for amend and another for deleting a record.
I've looked into fusebox - and I find it too dificult for now (given the timescale).
Could someone show me how to make a master form processor page for say a product detail page.
The table is
=================
productid (unqiue)
description
price
notes
keywords
dateadded
==================
I guess how you would do it is to... if there is no productid passed - this is a brand new entry, if there is an id then it's a amend - and if it is delete - "are you sure?" before the row is binned?
Could someone show me how it is done?
Kindest Regards
Mark