NetTalk Central

Author Topic: How to use PROGRESS control in Browse  (Read 2445 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 266
    • View Profile
    • Email
How to use PROGRESS control in Browse
« on: February 21, 2018, 04:40:56 AM »
Hi All,
NT 10.15 C8.
I have a browse and each line has a button for Processing.  The Process button submits info to a Web Client and fetches info from the web and returns and updates the Browse line.  Web Client has window hidden.  Web Client has p_web parameters added to procedure.\
I tried opening a form with a progress button on it but that did not work.
So, questions:
1. Where is the best place to locate the Progress indicator?  On the Browse= where.  On a separate form?
2. Conceptually, will the Web Client use the p_web object to update the Progress ( right now the progress is on a separate form and does not update and GPF
's)
Any insight will be appreciated.
TIA,
Ron Jolda

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: How to use PROGRESS control in Browse
« Reply #1 on: February 26, 2018, 01:30:06 AM »
>> 1. Where is the best place to locate the Progress indicator?  On the Browse= where.  On a separate form?

on a form, browses don't currently support progress bars on button clicks.

>> 2. Conceptually, will the Web Client use the p_web object to update the Progress

yes.

Cheers
Bruce