Search found 48 matches

by obelix
Thu Dec 26, 2013 3:54 am
Forum: eXpress++ Support
Topic: exit from a dcbrowse window by pushing a dcpushbutton
Replies: 3
Views: 6284

Re: exit from a dcbrowse window by pushing a dcpushbutton

thank you Chris and Wolfgang for your help :D
As the Pushbutton I described is only one of several statements, i had to put the function call anmenu2() into the HANDLER statement myhandler of the DC READ GUI.
So it really works perfectly
by obelix
Wed Dec 25, 2013 1:38 pm
Forum: eXpress++ Support
Topic: exit from a dcbrowse window by pushing a dcpushbutton
Replies: 3
Views: 6284

exit from a dcbrowse window by pushing a dcpushbutton

I want to terminate a dcbrowse window when I execute a function in the ACTION parameter of a DCPUSHBUTTON. Before executing the function anmenu2() the actual window should be closed. Generally: how can I close a window without using the ADDBUTTONS. i.e. by using the ENTER-key DCBROWSE ... ... @ 10,6...
by obelix
Mon Dec 16, 2013 8:08 am
Forum: eXpress++ Support
Topic: exit from a dcbrowe window
Replies: 1
Views: 3896

exit from a dcbrowe window

I ask you for help in two different situations: 1. I want to close a dcbrowse-window called by another procedure by using the action parameter in a dcpushbutton, a dchotkey or by using the HANDLER parameter in READ GUI. 2. When I open a dcbrowse-window I have to click into the browsed area before na...
by obelix
Wed Dec 11, 2013 6:21 am
Forum: eXpress++ Support
Topic: modal window in background
Replies: 2
Views: 5350

Re: modal window in background

thank you Roger, that is it.
by obelix
Tue Dec 10, 2013 7:43 am
Forum: eXpress++ Support
Topic: using xbek_ keys in dcpushbutton and dchotkey
Replies: 4
Views: 7354

Re: using xbek_ keys in dcpushbutton and dchotkey

Thank you Tom, that's what I was looking for. :P
by obelix
Tue Dec 10, 2013 3:10 am
Forum: eXpress++ Support
Topic: using xbek_ keys in dcpushbutton and dchotkey
Replies: 4
Views: 7354

Re: using xbek_ keys in dcpushbutton and dchotkey

I'm asking for two solutions: 1. I want to leave the current DCBROWSE - Windows and go back to the parent window by using DCHOTKEY xbek_ENTER but I don't know the codeblock I`ve to write in the ACTION parameter. Additionally I want to use a DCPUSHBUTTON, because I cannot add another font, if I use A...
by obelix
Mon Dec 09, 2013 4:07 am
Forum: eXpress++ Support
Topic: using xbek_ keys in dcpushbutton and dchotkey
Replies: 4
Views: 7354

using xbek_ keys in dcpushbutton and dchotkey

hi everybody, i want to use the xbek_enter key to close a dcbrowse-window after having finished a codeblock in a pushbutton without returning to the dcbrowse-window @ x, y DCPUSHBUTTON CAPTION "New Record" SIZE 12i,1 FONT textfont1; ACTION {||p_newrec(),oBrowse:RefreshAll(),???()} and DCHOTKEY xbeK_...
by obelix
Tue Dec 03, 2013 9:47 am
Forum: eXpress++ Support
Topic: modal window in background
Replies: 2
Views: 5350

modal window in background

hi everybody,
I'm starting a new application. Even if set gui(.f.) directly after the local definition in main()
a black modal window appears on the desktop behind the gui window.