NetTalk Central

Author Topic: Progress Field type - feature request  (Read 3136 times)

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Progress Field type - feature request
« 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
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Progress Field type - feature request
« Reply #1 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
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Progress Field type - feature request
« Reply #2 on: February 23, 2015, 06:21:23 AM »
Or better still
p_web.SetProgress(loc:ProgressName,100,'')
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186