Forum: ColdFusion Nov 4th, 2009 |
| Replies: 1 Views: 783 use this css property..
mso-page-orientation:landscape;
apply this to the body.
check this page (http://jira.atlassian.com/browse/JRA-7489) comment # 3. You can get a idea if u need a code... |
Forum: ColdFusion Dec 23rd, 2008 |
| Replies: 3 Views: 2,371 A CFC with 3 methods that can give you the companies,vendors,address
<cfform name="detailsForm">
<cfselect name="company" bind="cfc:myCFC.getCompanies()" bindonload="true">
<option... |