Help with toolbar in VDC

"Carlos Alberto Correa Fayad" <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <trinity-e8f2817f-1669-4238-98f5-e0a2186fda0f-1424364038525@3capp-mailcom-lxa11>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.