close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Creating the Dynamic Array / text or data

Thread began 11/15/2009 12:33 pm by brunodarwin371999 | Last modified 1/08/2011 7:15 pm by brunodarwin371999 | 7040 views | 9 replies

MR.gabriel

Creating Dynamic Array Proplem GSG...

My issue is similar in that I'm going throught the GSG for Dynamic Dropdown and on page 7 at point "5. From the Parent ID field menu, choose the ParentID column."

Once I've chosen the "Child table" (from point #4) It doesn't give me the option to select the Parent ID for the "Parent ID field:". Only the ChildID (that was established by my record sed) shows.

I've checked my DB (phpMyAdmin) and the foreign key was created and the Parent and Child tables are related. I am stuck.

Help Please!
===============================
-- Table structure for table `Child`
--

CREATE TABLE `Child` (
`ChildID` int(20) NOT NULL auto_increment,
`ChildText` text NOT NULL,
PRIMARY KEY (`ChildID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `Child`
--


--
-- Constraints for dumped tables
--

--
-- Constraints for table `Child`
--
ALTER TABLE `Child`
ADD CONSTRAINT `Child_ibfk_1` FOREIGN KEY (`ChildID`) REFERENCES `Parent` (`ParentID`) ON DELETE CASCADE ON UPDATE CASCADE;

===================================

-- Table structure for table `Parent`
--

CREATE TABLE `Parent` (
`ParentID` int(20) NOT NULL auto_increment,
`ParentText` text NOT NULL,
PRIMARY KEY (`ParentID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `Parent`
--

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...