NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on February 23, 2015, 03:47:26 AM

Title: Progress Field type - feature request
Post by: terryd on February 23, 2015, 03:47:26 AM
Hi Bruce
I am using the progress Field type together with a start button to do some background processing.
Would it be possible on the Progress field Progress Tab the even though the Create Hyperlink when process completes is not checked that the text field be available. It would be nice if the text could then be changed something like 'Import complete' and then have that display after the called source procedure is complete
Title: Re: Progress Field type - feature request
Post by: terryd on February 23, 2015, 05:23:38 AM
Hi I realised I could do this by using the error I made in another topic

http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=6204.0

If I set Create hyperlink as checked and I put my message in the text and put  this as the last line in the make file
GLO:DataOutput = ''
p_web.SetProgress(loc:ProgressName,100,GLO:DataOutput)
then as long as the GLO:DataOutput does not point to a file then the text message appears without a hyperlink
Title: Re: Progress Field type - feature request
Post by: terryd on February 23, 2015, 06:21:23 AM
Or better still
p_web.SetProgress(loc:ProgressName,100,'')