Trying to look ahead, etc....  If you had one generic note form and used
that form based off a temp table and used that throughout your db and only
had a brief showing of notes (perhaps the last entry shown) on the main
client screen.  Network traffic would be reduced. 

You could of course use the same form and just base your temp table off
another table and use the same form for other notes in the same db.  This is
an act of recycling for me ok.  And you can bet whose form I am going to
recycle :)

Any problems that I am not seeing yet?   

Sincerely,
Paul 









-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak
Memon
Sent: Sunday, July 05, 2009 12:12 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Sample Application: Managing NOTE/VARCHAR Data Using
BLOBEditor

Sunday, July 5, 2009

To All Users of R:BASE 7.6 and Turbo V-8 for Windows:

A sample application to manage NOTE/VARCHAR Data using BLOB Editor
is now available.

-- Supported Versions:
    . R:BASE 7.6 for Windows (Build: 7.6.7.30701 or higher)
    . R:BASE Turbo V-8 for Windows (Build: 8.0.21.30701 or higher)
      http://www.rupdates.com

This specific sample application demonstrates the newly introduced
PROPERTY commands related to R:BASE BLOB Editor when managing NOTE
and VARCHAR data.

-- Example 01 (DB Memo Control):
    PROPERTY <DBMemoControlCompID> SET_FOCUS 'TRUE'
    PROPERTY <DBMemoControlCompID> SHOW_EDITOR 'LASTCHAR'
    RETURN

-- Example 02 (DB Rich Text Control):
    PROPERTY <DBRichTextControlCompID> SET_FOCUS 'TRUE'
    PROPERTY <DBRichTextControlCompID> SHOW_EDITOR 'LASTCHAR'
    RETURN

In addition, this sample application also demonstrates the use of
R:SpellChecker!

-- Sample Application:
    Managing NOTE/VARCHAR Data Using R:BASE BLOB Editor
    http://www.razzak.com/sampleapplications

-- Databases (7.6 and Turbo V-8):
    . MNVCDUBE
-- Related Forms:
    . MNVCDUBE_MainMenu
    . ManageCallNotes
    . Customers
    . MNVCDUBE_HelpAbout
-- Application Startup File:
    . ManagingNOTEandVARCHARDataUsingBLOBEditor.dat

For your viewing pleasure ...

. http://www.razzak.com/sampleapplications/ManagingNoteVarCharData_01.png
. http://www.razzak.com/sampleapplications/ManagingNoteVarCharData_02.png
. http://www.razzak.com/sampleapplications/ManagingNoteVarCharData_03.png
. http://www.razzak.com/sampleapplications/ManagingNoteVarCharData_04.png

Very Best R:egards,

Razzak.


Reply via email to