NetTalk Central

Author Topic: Progress link does not show in NT6  (Read 2802 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Progress link does not show in NT6
« on: June 20, 2012, 11:02:51 AM »
Hi,
I´ve made the necesary changes to use a progress from 5 to 6.

b)  When the procedure starts make a note of the Progress Bar Name, and store this in a local variable
loc:ProgressName = p_web.GetValue('_ProgressName_')
loc:ProgressName is a STRING(200)

c) Put the following code when your procedure starts;
p_web.SetProgress(loc:ProgressName,1)

d) During the creation of the file update the progress by calling
p_web.SetProgress(loc:ProgressName,xxx)
where xxx is a number from 1 to 99.

e) when the file is completely generated, and ready for download call
p_web.SetProgress(loc:ProgressName,url)

But the link neves shows.
The progress bar appears an works ok, it hides at the end but the link does neves appear.
The "create hyperlink...." check is cheked (it is not documented) I´ve check with it on and off and no difference.

I even add a message in the Value::ExcellReport:Progress  Routine
to see the loc:url value and all is OK but then link never shows.

Any Idea? Any example to follow?

THanks
Albert
« Last Edit: June 20, 2012, 11:08:39 AM by michelis »
-----------
Regards
Alberto

Alberto

  • Hero Member
  • *****
  • Posts: 1873
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Progress link does not show in NT6
« Reply #1 on: June 20, 2012, 11:16:43 AM »
No matter...

You need a Text in the progress control for the link to be shown.

Regards
-----------
Regards
Alberto