|
Prev: How to create search function for local intranet andCD.
Next: Text doesn appear at top of a table in Firefox
From: whatalotofrubbish on 19 Jun 2008 07:03 I have a line in my program as follows: <td><%= DoNumber((Recordset1.Fields.Item("InvTotal").Value), 2, -2, -2, -2) %></td> It crashes every time when the DoNumber() function is applied from the bindings panel. Remove the DoNumber() function and all works fine - except the formatting is not applied. It is part of a repeat region. The data item "InvTotal" is a valid value and is stored in an access database. The error message is "Object expected" Can anyone explain what is happening?
From: Murray *ACE* on 19 Jun 2008 07:55 What is the definition of "DoNumber"? -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "whatalotofrubbish" <webforumsuser(a)macromedia.com> wrote in message news:g3deek$jsi$1(a)forums.macromedia.com... >I have a line in my program as follows: > > <td><%= DoNumber((Recordset1.Fields.Item("InvTotal").Value), > 2, -2, -2, > -2) %></td> > > It crashes every time when the DoNumber() function is applied from the > bindings panel. > Remove the DoNumber() function and all works fine - except the formatting > is > not applied. > It is part of a repeat region. The data item "InvTotal" is a valid value > and > is stored in an access database. > The error message is "Object expected" > Can anyone explain what is happening? >
From: Ted Dawson on 19 Jun 2008 07:40 >I have a line in my program as follows: > > <td><%= DoNumber((Recordset1.Fields.Item("InvTotal").Value), > 2, -2, -2, > -2) %></td> > > It crashes every time when the DoNumber() function is applied from the > bindings panel. > Remove the DoNumber() function and all works fine - except the formatting > is > not applied. > It is part of a repeat region. The data item "InvTotal" is a valid value > and > is stored in an access database. > The error message is "Object expected" > Can anyone explain what is happening? Does Dreamweaver crash, or are you getting an error message? What version Dreamweaver? Is DoNumber a custom function? What is the rest of the code for DoNumber? What datatype is InvTotal?
From: Murray *ACE* on 19 Jun 2008 09:34 Not when you spam these forums the way you do. Most people have already blocked your posts.... -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "DizzDizzy" <webforumsuser(a)macromedia.com> wrote in message news:g3dn6s$ac$1(a)forums.macromedia.com... > dear i am loking for some solution not for more confused question please > help me out
From: DizzDizzy on 19 Jun 2008 09:33 dear i am loking for some solution not for more confused question please help me out
|
Next
|
Last
Pages: 1 2 Prev: How to create search function for local intranet andCD. Next: Text doesn appear at top of a table in Firefox |