Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Andy #1
third time lucky :-)
Table Name: Price
Fields: Id (autonumber) UserID (number) ProductID (number) Price (currency)
How do i insert all of the productID's from a dropdown menu into the Price
table.
I also need to insert the UserID (from a session variable) at the same time.
The Price field has a default value and can be ignored.
I'm using acess 2000 & classic asp.
Andy
Andy Guest
-
CFMX7.0.1 Administrator date time issue showing 13hrsbehind server time
I am running a W2k SP4 box that has been upgraded from CFMX6 to CFMX7.0.1. The CFMX7.0.1 server is showing the date on the Server Settings >... -
Formatting a time field to 24 hour time (Military time) in the Datagrid
Anyone know how to do this? -
Access to UTC time with servers running in local time
There is an undocumented way of getting the server's utc time in seconds just like the time() system call on the server would return it: select... -
Access to UTC time with severs running in local time
I am running server under Linux. Can I get the UTC time in servers with SQL sentences ? The 'current' and 'today' options always return local... -
USA... lucky
I've seen lots of people state that the USA is cheaper for photographic equipment then us. But I haven't seen why this is so. eg... Canon Elan... -
Nancy Gill #2
Re: third time lucky :-)
> How do i insert all of the productID's from a dropdown menu into the
PriceOn your insert form, use the list/menu item in place of a text field ..> table.
populate that from a recordset that has ProductID's as values and Product
Names as labels.
time.> I also need to insert the UserID (from a session variable) at the sameCreate a hidden field within the form label it Session_User (or whatever)> The Price field has a default value and can be ignored.
and use the Session Variable object to populate it.
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
Nancy Gill Guest



Reply With Quote

