At 05:03 PM 9/22/2008, Javier Valencia wrote:
If you just want to use code, the commands would be:
OUTPUT FormName.FRM
UNLOAD DATA FOR SYS_FORMS3 WHERE SYS_FORM_NAME = 'FormName'
OUT SCREEN
Javier,
That scenario will only work for R:BASE 7.x, Turbo V-8, and
R:BASE eXtreme (version 9.0) "internal" (Variable as well
as Table/View related) forms.
If you have not yet explored the features, flexibility, and
portability of External Forms in R:BASE 7.6, Turbo V-8, and
R:BASE eXtreme (version 9.0) for Windows, take a look at the
two sample applications to demonstrate the use of External
Form Files:
Sample Applications:
http://www.razzak.com/sampleapplications
Application: Using External Form Files (RBG76/RBG8)
Preview: http://www.rbase.com/rbg76/RRBYW14_RBG76_EFF.jpg
http://www.rbase.com/rbg8/RRBYW14_RBG8_EFF.jpg
Steps to Install and Run External Form Files:
01. After successfully downloading the files, unzip the
contents in a temporary folder.
02. If using R:BASE 7.6 for Windows:
Copy the following two External Form Files in RRBYW14
sample application folder.
External Form Files:
. RRBYW14_RBG76_SplashScreen.rff
. RRBYW14_RBG76.rff
Folder: C:\RBTI\RBG76\Samples\RRBYW14
Start RBG76 and change the default folder to:
C:\RBTI\RBG76\Samples\RRBYW14
To run external form file:
Use Database Explorer, select External Forms and double
click on "RRBYW14_RBG76" form, or use the following
command at the R> prompt:
REFF RRBYW14_RBG76.rff
03. If using R:BASE Turbo V-8 for Windows:
Copy the following two External Form Files in RRBYW14
sample application folder.
External Form Files:
. RRBYW14_RBG8_SplashScreen.rff
. RRBYW14_RBG8.rff
Folder: C:\RBTI\RBG8\Samples\RRBYW14
Start RBG8 and change the default folder to:
C:\RBTI\RBG8\Samples\RRBYW14
To run external form file:
Use Database Explorer, select External Forms and double
click on "RRBYW14_RBG8" form, or use the following command
at the R> prompt:
REFF RRBYW14_RBG8.rff
04. If you wish to explore any of these external form files
in form designer, use the "Design External Form" option
of the Database Explorer or use the following command at
the R> prompt:
-- 7.6
DEFF RRBYW14_RBG76.rff
DEFF RBYW14_RBG76_SplashScreen.rff
-- Turbo V-8
DEFF RRBYW14_RBG8.rff
DEFF RBYW14_RBG8_SplashScreen.rff
Enjoy and make sure to have fun!
Very Best R:egards,
Razzak.