Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. .QIF .IIF format downloader from web site

.QIF .IIF format downloader from web site

Scheduled Pinned Locked Moved Visual Basic
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bemahesh
    wrote on last edited by
    #1

    hi, All I have a web page that displays report (or it may not). I have export option (a button) that exports that report in excel format and dialog box appears that will let them save it to the disk as report.xls format. Now, I have been asked to create same kind of thing to generate .QIF / .IFF file format that is basically quicbooks related format. I need to do this very urgently. Any fast response would be really helpful here is my same code for excel format i need something for .qif or .iff format 'sb.Append(vbCrLf) 'Response.Clear() '' Response.ContentType = "Application/x-msexcel" 'Response.ContentType = "Application/x-msword" ''Response.OutputStream.Write(sb, 0, sb.Length) 'Response.AppendHeader("content-disposition", "attachment; filename=""" & filename & """") ''Write the file directly to the HTTP output stream. 'Response.AppendHeader("content-length", sb.Length) 'Response.Write(sb.ToString) 'Response.End() 'Response.Clear() Thanks in advance Needy

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups