At 09:53 PM 7/15/2004 -0400, Dennis Fleming wrote:
In a form on a DB image, when I double click I get the Note/Blob field viewer. But, on a Variable memo for a Note column, I don't. How can I do the same thing?
Dennis,
Note/BLOB Field Viewer/Editor is specific to R:BASE "DB Controls" with data type NOTE, VARCHAR & VARBIT when used as DB Memo, DB Rich Edit and DB Image. It knows exactly how to read & then write the data back and save in a column.
Now if you need to edit outside data, such as image, or RTF file from within a form using the same Note/BLOB Field Viewer/Editor, you will need to create an EEP to call R:BASE BLOB Editor (RBBE) to update the specific file as follows:
Example 01 (To update an image, such as MyPhoto.GIF):
RBBEDIT MyPhoto.GIF RETURN
Example 02 (To update RTF file, such as MyFile.RTF):
RBBEDIT MyFile.RTF RETURN
Hope that helps!
Very Best R:egards,
Razzak.
