NetTalk Central

Author Topic: what is best embed for building a browse on the fly  (Read 2908 times)

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
what is best embed for building a browse on the fly
« 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

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: what is best embed for building a browse on the fly
« Reply #1 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: what is best embed for building a browse on the fly
« Reply #2 on: July 28, 2013, 11:03:19 PM »
probably the GenerateBrowse routine.

cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: what is best embed for building a browse on the fly
« Reply #3 on: July 29, 2013, 03:58:33 AM »
Bruce,

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

Chuck

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: what is best embed for building a browse on the fly
« Reply #4 on: July 29, 2013, 04:08:57 AM »
Never mind - brain drain here - I found GenerateBrowse

Chuck