I had actually thought this one had been completely shut down. Fred
----- Original Message ----- From: "David Huyck" <[EMAIL PROTECTED]> To: "Fusebox" <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 1:41 PM Subject: Re: Submitting Forms with XFA > You may want to subscribe to [EMAIL PROTECTED] instead of here at > houseoffusion.com... not many people are still listening over here... > > David Huyck > [EMAIL PROTECTED] > > ----- Original Message ----- > From: "Charles Kline" <[EMAIL PROTECTED]> > To: "Fusebox" <[EMAIL PROTECTED]> > Sent: Tuesday, March 19, 2002 11:54 AM > Subject: Submitting Forms with XFA > > > | This is a multi-part message in MIME format. > | > | ------_=_NextPart_001_01C1CF6F.255F82A2 > | Content-Type: text/plain; > | charset="us-ascii" > | Content-Transfer-Encoding: quoted-printable > | > | I'm new to Fusebox, 2 weeks and learning. I successfully submitted a > | form in Fusebox 2.0 (ex. Index.cfm?fuseaction=3DaddUser), but I can't > | successfully submit a form with #XFA.submitForm# in Fusebox 3.0. I've > | copied the example in the Fusebox 3.0 Spec, but I don't understand how > | FBX_Switch.cfm knows what the value is in the <cfswitch > | expression=3D"#Fusebox.fuseaction#"> statement. Can someone show me an > | example or point me to documentation of how to do this?=20 > | =20 > | Thanks, Chad=20 > | > | ------_=_NextPart_001_01C1CF6F.255F82A2 > | Content-Type: text/html; > | charset="us-ascii" > | Content-Transfer-Encoding: quoted-printable > | > | <html xmlns:o=3D"urn:schemas-microsoft-com:office:office" = > | xmlns:w=3D"urn:schemas-microsoft-com:office:word" = > | xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" = > | xmlns=3D"http://www.w3.org/TR/REC-html40"> > | > | <head> > | <meta http-equiv=3DContent-Type content=3D"text/html; = > | charset=3Dus-ascii"> > | <meta name=3DProgId content=3DWord.Document> > | <meta name=3DGenerator content=3D"Microsoft Word 10"> > | <meta name=3DOriginator content=3D"Microsoft Word 10"> > | <link rel=3DFile-List href=3D"cid:[EMAIL PROTECTED]"> > | <o:SmartTagType = > | namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" > | name=3D"country-region"/> > | <o:SmartTagType = > | namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" > | name=3D"place"/> > | <!--[if gte mso 9]><xml> > | <o:OfficeDocumentSettings> > | <o:DoNotRelyOnCSS/> > | </o:OfficeDocumentSettings> > | </xml><![endif]--><!--[if gte mso 9]><xml> > | <w:WordDocument> > | <w:SpellingState>Clean</w:SpellingState> > | <w:GrammarState>Clean</w:GrammarState> > | <w:DocumentKind>DocumentEmail</w:DocumentKind> > | <w:EnvelopeVis/> > | <w:Compatibility> > | <w:BreakWrappedTables/> > | <w:SnapToGridInCell/> > | <w:WrapTextWithPunct/> > | <w:UseAsianBreakRules/> > | </w:Compatibility> > | <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> > | </w:WordDocument> > | </xml><![endif]--><!--[if !mso]> > | <style> > | st1\:*{behavior:url(#default#ieooui) } > | </style> > | <![endif]--> > | <style> > | <!-- > | /* Style Definitions */ > | p.MsoNormal, li.MsoNormal, div.MsoNormal > | {mso-style-parent:""; > | margin:0in; > | margin-bottom:.0001pt; > | mso-pagination:widow-orphan; > | font-size:12.0pt; > | font-family:"Times New Roman"; > | mso-fareast-font-family:"Times New Roman";} > | a:link, span.MsoHyperlink > | {color:blue; > | text-decoration:underline; > | text-underline:single;} > | a:visited, span.MsoHyperlinkFollowed > | {color:purple; > | text-decoration:underline; > | text-underline:single;} > | span.EmailStyle17 > | {mso-style-type:personal-compose; > | mso-style-noshow:yes; > | mso-ansi-font-size:10.0pt; > | mso-bidi-font-size:10.0pt; > | font-family:Arial; > | mso-ascii-font-family:Arial; > | mso-hansi-font-family:Arial; > | mso-bidi-font-family:Arial; > | color:windowtext;} > | span.SpellE > | {mso-style-name:""; > | mso-spl-e:yes;} > | span.GramE > | {mso-style-name:""; > | mso-gram-e:yes;} > | @page Section1 > | {size:8.5in 11.0in; > | margin:1.0in 1.25in 1.0in 1.25in; > | mso-header-margin:.5in; > | mso-footer-margin:.5in; > | mso-paper-source:0;} > | div.Section1 > | {page:Section1;} > | --> > | </style> > | <!--[if gte mso 10]> > | <style> > | /* Style Definitions */=20 > | table.MsoNormalTable > | {mso-style-name:"Table Normal"; > | mso-tstyle-rowband-size:0; > | mso-tstyle-colband-size:0; > | mso-style-noshow:yes; > | mso-style-parent:""; > | mso-padding-alt:0in 5.4pt 0in 5.4pt; > | mso-para-margin:0in; > | mso-para-margin-bottom:.0001pt; > | mso-pagination:widow-orphan; > | font-size:10.0pt; > | font-family:"Times New Roman";} > | </style> > | <![endif]--> > | </head> > | > | <body lang=3DEN-US link=3Dblue vlink=3Dpurple = > | style=3D'tab-interval:.5in'> > | > | <div class=3DSection1> > | > | <p class=3DMsoNormal><font size=3D2 face=3DArial><span = > | style=3D'font-size:10.0pt; > | font-family:Arial'>I’m new to Fusebox, 2 weeks and learning.<span > | style=3D'mso-spacerun:yes'> </span>I successfully submitted a form = > | in Fusebox > | 2.0 (ex. Index.cfm<span class=3DGramE>?fuseaction</span>=3DaddUser), but = > | I can’t > | successfully submit a form with #XFA.submitForm# in Fusebox 3.0.<span > | style=3D'mso-spacerun:yes'> </span>I’ve copied the example = > | in the Fusebox > | 3.0 Spec, but I don’t understand how FBX_Switch.cfm knows what the = > | value > | is in the <cfswitch = > | expression=3D”#Fusebox.fuseaction#”> > | statement.<span style=3D'mso-spacerun:yes'> </span>Can someone = > | show me an > | example or point me to documentation of how to do this? = > | <o:p></o:p></span></font></p> > | > | <p class=3DMsoNormal><font size=3D2 face=3DArial><span = > | style=3D'font-size:10.0pt; > | font-family:Arial'><o:p> </o:p></span></font></p> > | > | <p class=3DMsoNormal><font size=3D2 face=3DArial><span = > | style=3D'font-size:10.0pt; > | font-family:Arial'>Thanks, = > | </span></font><st1:country-region><st1:place><font > | size=3D2 face=3DArial><span = > | style=3D'font-size:10.0pt;font-family:Arial'>Chad</span></font></st1:plac= > | e></st1:country-region><font > | size=3D2 face=3DArial><span = > | style=3D'font-size:10.0pt;font-family:Arial'> = > | <o:p></o:p></span></font></p> > | > | </div> > | > | </body> > | > | </html> > | =00 > | ------_=_NextPart_001_01C1CF6F.255F82A2-- > | > | Archives: http://www.mail-archive.com/[email protected]/ > | Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists > | > | > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
