Ask a Question related to Macromedia Director 3D, Design and Development.
-
binglee17@gmail.com #1
i want to display all the data in the database to the text field
Well, I have 5 data in the database list(gDatabase), i want to display
them all on the member("datafield").. when I used the repeat function,
it only give me the last data.. can someone help...Please....
on beginsprite me
test = gDatabase.count
repeat with i= 1 to test
member("datafield").text ="item# " && i && gDatabase[i]
end repeat
end
binglee17@gmail.com Guest
-
How can I display a Microsoft SQL database image field in a ColdFusion web page?
How can I display a Microsoft SQL database image field in a ColdFusion web page? Thanks and Happy New Year! -
format display from database field
:clock;:rose; The database saves the text from the textarea field of the form correctly. I can format the paragraph breaks okay that were entered... -
Display variable in text field
Here's the code: <input type="text" name="myDate" id="myDate" value="#strDate#"> Not sure why this doesn't work. Instead of the value of the... -
help with dynamic text field display
hi all i have a movie clip within my main timeline that is controlled by three buttons. each click on one of these three buttons, executes a... -
Display data from database in a scrollable data grid on an ASP Page
Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to...



Reply With Quote

