John

I did see the command and tried messing around with it with no luck.  Could
not find on 4D website specific examples of the conversion. I was over
thinking it and trying to figure out which records had info in the blob
etc...

Your example below is exactly what I needed and worked like a charm.  Also
first time using read write instead of walking through the records and
saving.

Wish I had stumbled on this forum earlier

Thank you very much!
Bri


John DeSoi wrote
> 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))





--
View this message in context: 
http://4d.1045681.n5.nabble.com/4D-Write-4D-Write-Pro-tp5742762p5747547.html
Sent from the 4D Tech mailing list archive at Nabble.com.
**********************************************************************
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]
**********************************************************************

Reply via email to