NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on February 04, 2014, 10:47:24 PM

Title: Browse lookups not working
Post by: terryd on February 04, 2014, 10:47:24 PM
Clarion9 Nettalk 7.31
On 2 separate occasions I have compiled applications (more than 1 different application) and found that using a lookup on another browse does not work.
I mean that the lookup browse displays but the select just returns the user to the same lookup browse, not back to the calling form.
I solved this problem by reinstalling Nettalk after which compiling the lookups worked as expected.
Just a heads up to anyone who may have the same issue.
Title: Re: Browse lookups not working
Post by: hkalmbach on April 26, 2014, 04:23:42 AM
Hi,
I also get this behaviour from time to time. I am not sure, but I guess that this happens if I change something in the WebServer procedure itself.
The only way to get back the normal behaviour was to use a backup of my web app and do all the work again...
I had this behaviour with NetTalk6 and NetTalk7, also with all browsers.

Regards
Heinz
Title: Re: Browse lookups not working
Post by: terryd on April 26, 2014, 10:35:17 PM
As I mentioned its probably easier (and less hassle) to reinstal Nettalk itself. Doesn't affect any current apps and I don't have to redo any work since the last backup.
Title: Re: Browse lookups not working
Post by: jari@softmade.fi on April 27, 2014, 09:01:43 PM
Same here. I removed the the browse procedure and let the wizard do it again.
NT 8.06

Jari
Title: Re: Browse lookups not working
Post by: Bruce on April 27, 2014, 11:45:20 PM
If you get this effect it would be helpful to see the "before" and "after" versions of the code. Even the CLW module with the procedure would probably do it.

All that re-generating a procedure from scratch does is bypass the mistake you made with the first one. So you learn nothing with this approach, unless you have a before-after snapshot to tell you (or me) what is different.

cheers
Bruce