Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Gm3512 #1
Dynamic Text ???
we have a table with repeating rows. there are about 20 feilds in the table.
however the table returns values that referncae another table.
We want this dynamic text field
<td><%=(rs_termdata.Fields.Item("termType").Value) %></td> to take the value 1
or 2 etc. from termdata table termType and populate the filed with the
description from termTypeDesc table. How does one accomplish this?
THanks
G
Gm3512 Guest
-
load external text to dynamic text field in levels
Dear Sir I found the Tech Noe Index #16238 is useful in creating dynamically loaded text from external text file. However, the method mentioned... -
Dynamic text box within dynamic movie clip
I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately... -
How to center text in dynamic HTML text field ???
In Flash MX 2004 I suddenly find myself comletely helpless trying to align all text to the center in my dynamic text field. I dont recall running... -
Dynamic text fields. Continuing text over columns
Hi I'm doing a mock up news paper article over 4 columns in flash mx and the text loads in dynamically. I have 4 dynamic text boxes sitting side... -
Dynamic Text Loaded from Text files -> Flash 5 <-
I was wondering how I can dynamically load text into a text box from a text file using Flash 5. I've seen plenty infos how to do it with Flash MX but... -
Paul Whitham TMM #2
Re: Dynamic Text ???
You need to write a SQL statement to join the two tables. The simplest way
to do this is to write a query in the database and then use that as the
source of your recordset rather than a table.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Gm3512" <webforumsuser@macromedia.com> wrote in message
news:d5140s$ddj$1@forums.macromedia.com...table.> we have a table with repeating rows. there are about 20 feilds in thevalue 1> however the table returns values that referncae another table.
>
> We want this dynamic text field
> <td><%=(rs_termdata.Fields.Item("termType").Value) %></td> to take the> or 2 etc. from termdata table termType and populate the filed with the
> description from termTypeDesc table. How does one accomplish this?
>
> THanks
> G
>
Paul Whitham TMM Guest



Reply With Quote

