Dan,Actually in the ode view you can double click on within the specific 
section you want to editand R;base brings that section in the RBase editor and 
you can change the code. Following i a partialpart of the code view for one of 
my 
forms:{========================================================================
 Form
 ========================================================================}

{ On Close Designer EEP
 ----------------------------------------}
CLEAR VAR FvMbr%
RETURN

{ On Close EEP
 ----------------------------------------}
CLEAR VAR FvMbr%
RETURN

{========================================================================
 Custom Form Action
 ========================================================================}

{ Command Name: PrmtDeleteYN, Command Description: Prompt for Yes or No delete 
of record
 ----------------------------------------}
SET VAR vYesNo = 'NO'
DIALOG .FvDialogMsg vYesNo vEndKey NO +
CAPTION 'Delete Row Option' +
ICON STOP +
OPTION TITLE_FONT_COLOR BLACK +
|TITLE_BACK_COLOR WHITE +
|WINDOW_BACK_COLOR WHITE +
|BUTTON_YES_CAPTION &Yes +
|BUTTON_NO_CAPTION &No +
|BUTTON_YES_COLOR GREEN +
|BUTTON_NO_COLOR RED +
|BUTTON_YES_FONT_COLOR WHITE +
|BUTTON_NO_FONT_COLOR WHITE +
THEMENAME Razzmatazz
RETURN

Following is image of code in editor
 Make you changes and close editor. You are then returned to the code view with 
changes reflected.Be sure to save form when you exit. This works for both 
regular and enterprise editon of R:Base X
Jim Bentley, American Celiac Society 1-504-305-2968

      From: A. Razzak Memon <[email protected]>
 To: [email protected] 
 Sent: Wednesday, September 7, 2016 4:30 PM
 Subject: Re: [RBASE-L] - Rbase X Forms Code View - Editing
   
At 05:12 PM 9/7/2016, Dan Goldberg wrote:

>I am starting to use Rbase X and like some of the new goodies like code view.
>
>Can you edit the code in code view? If so, how do I turn it on?


I am so glad to hear that!

Need a refresher course?

http://www.rbaseuniversity.com

While in Form Designer, External Form Designer, Label Designer, and Report
Designer, the [Code] option is for viewing purpose only.

Future versions, like R:BASE X Enterprise (Version 10+) might include an
option to Edit the code using the [Code] tab and more.

Upcoming update of R:BASE X and R:BASE X Enterprise, to be released soon
includes many requested enhancements. All enhancements will be documented
in WhatsNewInRBASE_X_Update01.pdf.

Very Best R:egards,

Razzak.



-- 
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.


   

-- 
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