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. C / C++ / MFC
  4. A bit miffed about the doc/view architecture...

A bit miffed about the doc/view architecture...

Scheduled Pinned Locked Moved C / C++ / MFC
c++htmldatabasearchitecturequestion
2 Posts 2 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.
  • F Offline
    F Offline
    funbag
    wrote on last edited by
    #1

    Hi there, Please forgive my ignorance, I'm a little new to MFC. I wish to create an MDI program that uses the CHTMLEditView, to create HTML documents. When the document has been created, and the user wishes to save the document, instead of saving the file out to the file system, I'd like to write it out to a database. I've thought that the way to go about this is to override the view's ID_FILE_SAVE and ID_FILE_SAVE_AS events. Given that an HTML document is media rich, into what type of variable would I read the document contents? I'm assuming that once read, the document content can be written to the database as a BLOB? Thanx for any input! skydiving....if at first you don't succeed, you're fecked!

    M 1 Reply Last reply
    0
    • F funbag

      Hi there, Please forgive my ignorance, I'm a little new to MFC. I wish to create an MDI program that uses the CHTMLEditView, to create HTML documents. When the document has been created, and the user wishes to save the document, instead of saving the file out to the file system, I'd like to write it out to a database. I've thought that the way to go about this is to override the view's ID_FILE_SAVE and ID_FILE_SAVE_AS events. Given that an HTML document is media rich, into what type of variable would I read the document contents? I'm assuming that once read, the document content can be written to the database as a BLOB? Thanx for any input! skydiving....if at first you don't succeed, you're fecked!

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      The HTML portion of the document can be saved in a string because HTML is basically an overblown text file. Any images or media that the document references will have to be parsed for and then the elements found be stored as a BLOB. Michael :-)

      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