View Single Post
  #4  
Old 09-20-2011, 04:28 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Copy, paste, and build this step in Visual Build:

<step action='List Files'>
<HideOn type='11'>-1</HideOn>
<InclExt>cshtpav6.dll</InclExt>
<Log type='11'>-1</Log>
<Path>%WINSYSDIR%</Path>
<SysOn type='11'>-1</SysOn>
<indent type='3'>1</indent>
<name>List Files</name>
</step>

It should output v6.0.6030.1651. If not, try clearing your browser cache and re-downloading or downloading from ftp://ftp.kinook.com/VisBuildProEval.exe.

With the previous build and the attached project, I was getting (at the end of the output):

<H2>Query</H2>
<P><code></code>
<H2>Parsed values</H2>
<UL>
</UL>

but with the updated component above, I'm now getting:

<H2>Query</H2>
<P><code>Your_name=xyz&fruit=Apple</code>
<H2>Parsed values</H2>
<UL>
<LI>Your_name = xyz
<LI>fruit = Apple
</UL>
Attached Files
File Type: bld http_post.bld (777 Bytes, 2128 views)
Reply With Quote