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

Re: Autocomplete documentation error?

$
0
0
Re: Autocomplete documentation error?
Web Connection 5.0
Re: Autocomplete documentation error?
04/27/2012
01:49:58 AM
3HM03XFP5 Show this entire thread in new window
Gratar Image based on email address
From:
Rick Strahl
To:
Attachments:
None
Geoff,

Thanks for the feedback. What topic is this? I see it in Implementing Server Side AutoComplete functionality, but the code is correct and has loSer in there...

+++ Rick ---



I tried following the documentation for the new Autocomplete control, and got stuck. Trying to run this as a Process Class method, as it's just a simple lookup from a vendor table.

The help file says:

*** Manually serialize the data loSer = CREATEOBJECT("wwJsonSerializer") Response.ContentType = "application/json" Response.Write("cursor_rawarray:TStockSymbols2") Response.End()

Didn't work. But this did:

*** Manually serialize the data loSer = CREATEOBJECT("wwJsonSerializer") Response.ContentType = "application/json" Response.Write(loSer.writevalue("cursor_rawarray:TStockSymbols2")) Response.End()


It's a pretty cool feature. Thanks for creating this, Rick!

.. Geoff



Rick Strahl
West Wind Technologies

Making waves on the Web

from Maui, Hawaii

Viewing all articles
Browse latest Browse all 10393

Trending Articles