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

Re: wwHtmlHelpers

$
0
0
Re: wwHtmlHelpers
Web Connection 5.0
Re: wwHtmlHelpers
03/06/2012
01:15:40 PM
3G60SF993 Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None

Are you adding the prg file to your procedure stack with SET PROCEDURE TO wwHtmlHelpers.prg ADDITIVE?

FWIW, the file posted here was a pre-release version. You probably will want to get the actual release files from the Web Connection distribution.

+++ Rick ---



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?



Rick Strahl
West Wind Technologies

Making waves on the Web

from Maui, Hawaii


Viewing all articles
Browse latest Browse all 10393

Trending Articles