NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: zdpl0a on July 07, 2010, 01:11:56 PM

Title: Bruce - Does This Make Sense ?
Post by: zdpl0a on July 07, 2010, 01:11:56 PM
Bruce,

I solved my browse problem - I think

Some of my address and customer data contained the '&' sign.

I load a memory table from the physical data that has changed once every 30 minutes.  Works fine.

I added a routine to convert the '&' to '+' and the browse now flows fine.

They had to have '&' in the data before. 

Thanks,
Dave
Title: Re: Bruce - Does This Make Sense ?
Post by: Bruce on July 07, 2010, 11:35:14 PM
If you have "allow xHtml" ticked on for the column, then it makes sense. If not, then the & should have been converted (to &) automatically for you.

cheers
Bruce
Title: Re: Bruce - Does This Make Sense ?
Post by: zdpl0a on July 09, 2010, 05:18:40 AM
The box was not checked for the column.  Tried checking it too - no go - the paging in the browse locks up.

Went ahead and compiled my customer app, which uses the same file, but was last compiled with PR17 - now it locks up on the file as I try to browse through the file

Add edthe substitute routine to the customer site and it removed & and replaced them with + and it works.

Dave
Title: Re: Bruce - Does This Make Sense ?
Post by: zdpl0a on July 10, 2010, 07:17:48 AM
Let me correct myself - I cheated the problem.

I went to example 31 - Accounts and modified a customer record that does not appear on the first page of the browse with the ampersand sign.  The browse will not go forward and open up the next set of records, with with the &.

Also, you can not page back because of the very first record in the cvustomer file. 

Dave
Title: Re: Bruce - Does This Make Sense ?
Post by: kevin plummer on July 12, 2010, 07:20:12 PM
I'm having the same problem with the & in a a desc field on a browse with the next\last buttons not responding.

Removing the & makes the problem go away.

Allowing xHTML in the column made no difference.
Title: Re: Bruce - Does This Make Sense ?
Post by: Bruce on July 13, 2010, 03:43:15 AM
fixed in PR 26
Title: Re: Bruce - Does This Make Sense ?
Post by: zdpl0a on July 13, 2010, 05:02:45 AM
Thanks a bunch Bruce,

This one was really going to be a problem with a few customers....

Dave