Re: Help with toolbar in VDC
Alain Siverly <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Carlos,
the Toolbar is not yet completely implemented in the VDC. The
reason: we wanted as a first step a look and fell that allows
screen forms to be used on tablets and smartphone also. So we ware
trying to keep the forms as simple as possible.
But: we want to do it in the next weeks. We keep you informed.
Best regards and saludos
Alain Siverly
VENTAS AG 25 Jahre ERP-Erfahrung!
Web: www.ventas.de
Fon: 040 / 32 33 34 0
Fax: 040 / 32 33 34 38
Firmensitz: Mittelweg 144, 20148 Hamburg, Deutschland
Registergericht: Hamburg, HRB 80 297 Ust.IdNr.: DE118686712
Vorstandsvorsitzender: Dipl. Ing. Alain Siverly
Aufsichtsratsvorsitzender: Dr. Olaf Rehme
Am 19.02.15 um 17:40 schrieb Carlos Alberto Correa Fayad:
Hi,
I need help with toolbar. The program show toolbar, but the
ON ACTION Buscar no execute the action. Is possible an example
the use the toolbar with VDC.
Thank for all
Carlos Correa
This is the program,form and xlm
MAIN
CLOSE WINDOW screen
CALL ui.Interface.loadActionDefaults('default')
CALL ui.Interface.LoadStyles('default')
CALL ui.Interface.loadToolbar("default")
OPEN WINDOW ventana with form "menu"
MENU "Menu"
COMMAND "SOCIOS"
#call busca_cuantos()
#current window is ventana
CONTINUE MENU
COMMAND "LECTURAS CONTADOR"
CONTINUE MENU
COMMAND "FACTURAS"
CONTINUE MENU
COMMAND "EPSAR"
CONTINUE MENU
COMMAND "Terminar"
EXIT PROGRAM
ON ACTION Buscar
EXIT PROGRAM
END MENU
END MAIN
<ToolBar name="default" buttonTextHidden="1">
<ToolBarSeparator/>
<ToolBarItem name="Buscar" text="Buscar"
image="f1.png"/>
<ToolBarSeparator/>
<ToolBarItem name="query" text="Query" image="f2.png"
/>
<ToolBarSeparator/>
<ToolBarItem name="add" text="Append" image="f3.png"
/>
<ToolBarSeparator/>
<ToolBarItem name="delete" text="Delete" image="f4.png"
/>
<ToolBarSeparator/>
<ToolBarItem name="modify" text="Modify" image="f5.png"
/>
<ToolBarSeparator/>
<ToolBarItem name="f1" text="Help" image="f6.png" />
<ToolBarSeparator/>
<ToolBarItem name="quit" text="Quit" image="f7.png" />
<ToolBarSeparator/>
</ToolBar>
DATABASE formonly
SCREEN
{
[f001
]
}
attributes
Image f001 = FORMONLY.textvar, AUTOSCALE, PIXELWIDTH=400,
PIXELHEIGHT=525 ;
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Aubit4gl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss