Possible, repaint the Main-Dlg with vars from a Sub-Dlg ?

Post Reply
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Possible, repaint the Main-Dlg with vars from a Sub-Dlg ?

Post by ukoenig »

Hello,

I included a Template-Manager to the xBrowse-Tools.
It is possible now, to save each xBrowse-Design in a DBF.
Each Record is a Template and includes the complete
settings and defines from the main-dialog.
With a record-change, it shows the defined settings in the dialog itself.
There are no extra files used anymore. With each record change, you
can create the needed source, belongs to the stored vars.
With < LOAD > you can load the vars of a template ( Record )
to use them as the new basics in the main-dialog.

My question :
Is it possible, to repaint the main-dialog with the vars, included in the
selected record of the browser in the sub-dialog,
or must i close the main-dialog and reopen it maybe with a buttonbar from the Main-Window.
In the moment, the button-bar is included in the main-dialog.

Image

You can view the vars of each template
with a clear description of the values.

Image


Regards
Uwe :lol:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
Antonio Linares
Site Admin
Posts: 42537
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 77 times
Contact:

Post by Antonio Linares »

Uwe,

You can do a oBrw:Refresh() of the main window browse, from the dialog.

The painting will be processed in the background.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply