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