Thank you Razzak. We never left since Rbase is so solid our 9.5 apps just keep running. We are moving to a new server so we might as well upgrade and re-engineer some code moving forward. I been RBasen' since Rbase System V back in 1988 and every version since. I am a bit rusty though and need to get up to speed. Maybe I should write a new RBase song?? lol

Thanx

Thom


On 4/10/2017 12:02 PM, A. Razzak Memon wrote:
Thom,

Welcome back!

It is good to see you back in R:BASE world.

There are two approaches to accomplish your task.

01. Using the Database Explorer

Select/highlight any or all forms and then right-click and select "Unload Form(s) ...

    Give it a name.

    This will create two files (.frm, .lob)

02. Using Command File

    -- Example 01
    CONNECT RRBYW19
    OUTPUT MyForms.frm
    UNLOAD DATA FOR SYS_FORMS3
    OUTPUT SCREEN

    -- Example 02
    CONNECT RRBYW19
    OUTPUT MyForms.frm
UNLOAD DATA FOR SYS_FORMS3 WHERE SYS_FORM_NAME IN (Contacts,Customers,DualScrollRegion)
    OUTPUT SCREEN

A .lob file will also be created based on your file name. (MyForms.frm, MyForms.lob)

Hope that helps!

Feel free to reach out to me if you have any questions.

Have fun!

Razzak


At 11:14 AM 4/10/2017, THOMAS CIMICATO wrote:

I know its been awhile since I checked into the list. Great to see all the exciting activity.

I know there is a way to back up forms using a command script but I can't hunt down an example of it.

Anyone willing to share some code on that.




--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to