ColdFusion Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreColdFusion Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old September 4th, 2004, 01:29 PM
Alas's Avatar
Alas Alas is offline
Wickedwd.com
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Location: wickedwd.com
Posts: 186 Alas Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 17 h 20 m 36 sec
Reputation Power: 0
Printing dynamic textboxes

Im using flash mx 2004 and created a flash form with a print button at first it prints the form but not the dynamically filled textboxes. Then i put the textboxes as part of a movieclip and it print but it only exposes 1 variable out of 15 after inspection the only difference i found was that that ONE was multiline while the others were not. The textboxes get their info from a .cfm coldfusion page. here's the code ive got, a nudge in the right direction is appreciated.


SCRIPT TO GET Dynamic info from Database:

Code:
loadVariablesNum("mypage.cfm", 0);


SCRIPT FOR PRINT BUTTON:

Code:
on (release) {
	formPrint_pj = new PrintJob();
	formPrint_pj.start();
	formPrint_pj.addPage("form");
	formPrint_pj.send();
}
on (rollOver) {
	info = "click here to print";
}
on (rollOut) {
	info ="";
}
on (press) {
	info = 	info = "thanks, wait while i print...";
}
on (press) {
	movie.play(1);
}


PS. i know this is more a flash question, i asked over there as well

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreColdFusion Development > Printing dynamic textboxes


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway