Explore the Request a Tutorial

Advanced

PHP, MySQL, Dreamweaver & Flash

Hi there, good morning ( here in Mexico is 9.05 a.m.), I'm requesting for a tutorial about how to use PHP, Dreamweaver, MySQL Databases and Flash ...

Read More
Advanced

Integrating Dreamweaver with a source safe / concurrent versioning system

As your sites and applications grow in size and scope, you may find the need to track and version your source code using any number of 'Source Control' or 'Concurrent Versions Systems'. Choosing the right solution can be tough, integrating it correctly with dreamweaver can be tougher. Read More
Advanced

Update 1 Table with up to 50 records at a time

Here is the layout: Property management database, where a single property may have up to 50 different and unique amenities. I would like the ability for the end user to first, create the main property details. Second, add the various amenties on one page with a dynamic table, using checkboxes to add that amenity.

Database Structure:
1st Table: TBLproperty (propID, prop(many other fields with address etc)
2nd table: TBLamenities (amenID, amendetails) only two fields
3rd Table: Join table between the above two. amenLIST (propID, amenID)

The form process to add a new property is multi-stepped. Formpage1.asp - Add the Main property details such as name, address, phone etc. Upon submit, get last recordID from database, and go to Formpage2.asp. Formpage2.asp retrieves the new record from the TBLproperty table, and sets the propID value to a hidden form element. TBLamenities is queried, and using a form checkbox tied to the value of "amenID", a repeat region is created on the table and a submit button placed at the bottom.

This is where my plan comes to a screeching halt!! Can anyone provide a good tutorial location, where I can figure this out?

Thanks in advance...

Read More
Advanced

DMXzone Recordset paging

I'd like to how you make the recordset paging look like this:

1-5 | 5-10 etc etc

Read More
Advanced

Print selected records

Hi
I have a repeat region of 50 per page, the user currently clicks on a checkbox to select records to view and print a report.  I would like to have a preview page displaying the checked records.  How do I do this?

Any help would be appreciated.

Thanks

Read More
Newer articles Older articles