NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Thys on March 14, 2019, 09:53:10 PM

Title: NetWebServiceMethod - parameter descriptions generated with two single quotes
Post by: Thys on March 14, 2019, 09:53:10 PM
Hi,

Where I've added a parameter description on a service method using single quotes, in the help generation of this parameter it doubles the quotes. How do I get this back to normal? See attached.

Using Clarion 11 and NT 11.07.

Thys
Title: NetWebServiceMethod - parameter descriptions generated with two single quotes
Post by: Thys on March 14, 2019, 10:03:26 PM
I even removed the descriptions (as well as deleting all existing CLW's, and the MAP and OBJ folder), it still persists in generating the old descriptions with two single quotes around them. Where does it remember this from?
Title: Re: NetWebServiceMethod - parameter descriptions generated with two single quotes
Post by: Thys on March 14, 2019, 11:25:39 PM
Installed NT 10 and problems solved for now.
Title: Re: NetWebServiceMethod - parameter descriptions generated with two single quotes
Post by: Bruce on March 17, 2019, 11:00:10 PM
It's hard to be sure without an example, but I think maybe you are entering one thing, but seeing something else.

From what I can see that description field comes from the local data declaration, description field (which is a clarion field, and so typically does not include quotes.)

The Description on the parameters list is used elsewhere.

cheers
Bruce