NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on July 26, 2013, 01:13:38 PM

Title: what is best embed for building a browse on the fly
Post by: cwtart on July 26, 2013, 01:13:38 PM
NT 7.15

I have a browse that displays a table that is built each time the browse is refreshed. The browse is file loaded. Which embed should I use? I understand the browse procedure is called several times and I do not want to build the temp file any more times than necessary.

Chuck
Title: Re: what is best embed for building a browse on the fly
Post by: cwtart on July 26, 2013, 01:16:21 PM
Let me clarify that a bit - which embed in the browse should I call the source procedure that builds the table that the browse will display? I think the procedure setup embed would not be correct because I don't want to rebuild the table each time the browse procedure is called.

Chuck
Title: Re: what is best embed for building a browse on the fly
Post by: Bruce on July 28, 2013, 11:03:19 PM
probably the GenerateBrowse routine.

cheers
Bruce
Title: Re: what is best embed for building a browse on the fly
Post by: cwtart on July 29, 2013, 03:58:33 AM
Bruce,

This may sound a bit dumb but I cannot find any routine labeled "GenerateBrowse".

Chuck
Title: Re: what is best embed for building a browse on the fly
Post by: cwtart on July 29, 2013, 04:08:57 AM
Never mind - brain drain here - I found GenerateBrowse

Chuck