NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on February 21, 2018, 04:40:56 AM

Title: How to use PROGRESS control in Browse
Post by: rjolda 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
Title: Re: How to use PROGRESS control in Browse
Post by: Bruce 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