NetTalk Central

Author Topic: Problem downloading an export file using the progress control  (Read 2882 times)

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Problem downloading an export file using the progress control
« on: February 21, 2015, 05:13:14 AM »
I am creating an export file using a progress control.
I believe it is exactly the same as a working progress file creation I have but I must be doing something wrong since everything works in my standard application but not in this one.
The file is created but when the download link displays it is not underlined and I can't download the file.
I know the file name that is created is correct. The last line of debug.png shows the name of the file I nominate to create
The file is created. CreatedFile.png shows the file in the web folder. I can open the file.
I set the progress setting as in progressSettings.png where I specify create hyperlink
After the file creation I see aftercreating.png where the wording 'Click here to download file' displays but no underline and no download is possible.
I know this works since as I said above I have a version working in a another application but not in this one.
Can anyone give me an idea of what I am doing incorrectly? 


[attachment deleted by admin]
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Problem downloading an export file using the progress control
« Reply #1 on: February 22, 2015, 11:59:49 PM »
nothing jumps out....

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Problem downloading an export file using the progress control
« Reply #2 on: February 23, 2015, 04:57:06 AM »
OK found it
In this last  line in my make source file I had changed the table I was exporting to and didn't change the Global  Variable i.e. I had GLO:DataOutput and I should have had GLO:CSVExport
p_web.SetProgress(loc:ProgressName,100,GLO:DataOutput) 
So the wording displayed but there was no link to the actual created file.
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186