Brian, See the WP New command. You pass it a blob field where your 4D Write document it stored. It returns a 4D Write Pro object with the converted document.
You could add an object field to the table with your 4D Write documents and do something like this to convert them: READ WRITE([Table]) ALL RECORDS([Table]) APPLY TO SELECTION([Table];[Table]Pro_object:=WP New([Table]Old_blob)) John DeSoi, Ph.D. > On Sep 13, 2016, at 10:30 AM, BrianW <[email protected]> wrote: > > Not sure if this is the appropriate place to place this question. If not, my > apologies, and please point me to the right forum, or other info. > > I have a 4DV13 DB with an existing 4D write area (currently saves to a blob > field containing text and imbedded pics. I am upgrading the DB to 4D V15 R4 > (64 bit preview). I want to migrate the data to a 4d Write Pro area. I > created a write pro area ( I used an object field - this may or may not be > right) )but am getting hung up on how to create a method to walk through the > records to copy. I even tried opening both and copy/paste the content. The > text did copy but not the pics. Even if it worked, one of my DBs would have > too many records to do it in this fashion anyway. > > Any help would be greatly appreciated, as I seem to be chasing my tail. > Thanks in advance! ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

