Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

wwHtmlHelpers

$
0
0
wwHtmlHelpers
Web Connection 5.0
wwHtmlHelpers
03/06/2012
12:40:32 AM
3G601G80Z Show this entire thread in new window
Gratar Image based on email address
From:
To:
All 
Attachments:
None
I have downloaded the attach file wwHtmlHelpers.prg. then i add into my project.
set procedure to wwHtmlHelpers additive

put below coding on html:
<%= HtmlListBox("lstCustomers","","TT_Cust","Trim(Company)",;
"Company + [(] + Careof + [)]","","--- Select a Company") %>

<!-- Always explicitly assign lnSelectedPk -->
<%= HtmlListBox("lstCustomers",TRANS(lnSelectedPk) + ":FORCED","TT_Cust","Trim(Company)",;
"Company + [(] + Careof + [)]","","--- Select a Company") %>


the result come out:
< % ERROR: = HtmlListBox("lstCustomers","","TT_Cust","Trim(Company)",; "Company + [(] + Careof + [)]","","--- Select a Company") % > > < % ERROR: = HtmlListBox("lstCustomers",TRANS(lnSelectedPk) + ":FORCED","TT_Cust","Trim(Company)",; "Company + [(] + Careof + [)]","","--- Select a Company") % >

How do make it work?



Viewing all articles
Browse latest Browse all 10393

Trending Articles