• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

fnExportToCSV() function not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • fnExportToCSV() function not working

    Hi,

    Is there any (known) reason why the "Download to CSV" and "Download to PDF" buttons are not working anymore under valence 3 FINAL for code generated with autocode option under valence version 3 BETA 1.

    The error i receive is "opt is not defined" in the "fnExportToCSV()" function.

    src: 'vvcall.pgm?sid='+sid+'&opt='+opt+'&pgm=CMRFCMNT&a ction=getCSV&limit='+tb.pageSize+'&start='+tb.curs or+
    '&sort='+sortFld+'&dir='+sortDir
    +'&search='+Ext.getCmp('search').getValue()

  • #2
    Yes, change
    Code:
    &opt='+opt
    to
    Code:
    &app='+app

    Comment


    • #3
      Problem solved, thanks Sean.

      Comment

      Working...
      X