If you have any questions let me know.
have you put it in a folder and tried it yet?.
When you click header to change index I am still trying to get it to reset the browse. Right know you must use F2 or click center button
for new search.
RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
Moderator: Rathinagiri
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
All The Best,
Franco
Canada
Franco
Canada
-
- Posts: 146
- Joined: Sat May 30, 2015 5:15 am
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
I need help on this browse.
When I reindex from headclick I can not set focus to a button or text box out of the browse in the program I must mouse click on return.
Anybody got any thoughts ?
MICROVOLUTION
You can not exit the main window if browse window is active
To exit windows I have not added a button to exit. Exit with the X button upper right screen.
To exit the browse if you hit enter on a record it returns the record info. If you hit escape it exits the browse.
When in the browse the record is blue. For a new search hit function key 2 or click new search button then just start typing.
If browse record is blue and you want a new search you must hit function2 or click new search or the text box.
start over.
When I reindex from headclick I can not set focus to a button or text box out of the browse in the program I must mouse click on return.
Anybody got any thoughts ?
MICROVOLUTION
You can not exit the main window if browse window is active
To exit windows I have not added a button to exit. Exit with the X button upper right screen.
To exit the browse if you hit enter on a record it returns the record info. If you hit escape it exits the browse.
When in the browse the record is blue. For a new search hit function key 2 or click new search button then just start typing.
If browse record is blue and you want a new search you must hit function2 or click new search or the text box.
start over.
All The Best,
Franco
Canada
Franco
Canada
-
- Posts: 146
- Joined: Sat May 30, 2015 5:15 am
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
veja bem:
- Estou usando um MISTO de GUI (JANELAS WINDOWS) X CUI (CONSLE DA WVG);
- com isso a janela principal é a da HMG (FORMULÁRIO E MENUS ESTILO WINDOWS);
- Como o sistema ainda não está todo migrado para gráfico, apenas a TELA PRINCIPAL que está pronta;
- Quando se chama um módulo, por exemplo: CLIENTES, é aberto então uma TELA À PARTE (CONSOLE/PRETA) para realizar a tarefa. Esta tela ainda não existia, até o momento de ser acionada pela primeira vez;
- Quando se termina a tarefa, pressionando-se "ESC" no teclado, o sistema volta para a TELA GRÁFICA da HMG e minimiza a TELA CONSOLE da GTWVG;
- Só que no lugar de minimizar, gostaria que ela fosse fechada 100%, ou seja, não mais existisse, até ser acionada novamente, como foi da primeira vez; pois
- Até ela não ser acionada, só temos a TELA GRÁFICA, ou seja, a HMG domina tudo até então, mas, quando se aciona um módulo que ainda está em tela CONSOLE (100% HARBOUR/WVG), ela aparece, mas, a partir daí não se fecha mais.
Concluindo:
Um forte abraço!deve existir um meio/jeito como vi num exemplo, de encerrar a TELA PRETA/CONSOLE, toda vez que se encerrar a tarefa por ela executada, e fechá-la definitivamente, até ser acionada outro módulo novamente...
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
I never used hmg/console. I bit the bullet and went right to hmg with the help of all hmg members.
How many fields does your clients table have ?.
Add these 2 lines below the button_2 of the program I sent you.
You can see how easy it would be to make a simple data entry with HMG
@10,190 BUTTON Button_3 CAPTION 'Edit Name' WIDTH 75 HEIGHT 75 MULTILINE ;
NOTABSTOP TOOLTIP 'Browse Name' ;
ACTION {|| { EDIT extended WORKAREA NAME}}
@10,280 BUTTON Button_4 CAPTION 'Edit Extended INV' WIDTH 75 HEIGHT 75 MULTILINE ;
NOTABSTOP TOOLTIP 'Browse Inv' ;
ACTION {|| { EDIT extended WORKAREA INV}}
How many fields does your clients table have ?.
Add these 2 lines below the button_2 of the program I sent you.
You can see how easy it would be to make a simple data entry with HMG
@10,190 BUTTON Button_3 CAPTION 'Edit Name' WIDTH 75 HEIGHT 75 MULTILINE ;
NOTABSTOP TOOLTIP 'Browse Name' ;
ACTION {|| { EDIT extended WORKAREA NAME}}
@10,280 BUTTON Button_4 CAPTION 'Edit Extended INV' WIDTH 75 HEIGHT 75 MULTILINE ;
NOTABSTOP TOOLTIP 'Browse Inv' ;
ACTION {|| { EDIT extended WORKAREA INV}}
All The Best,
Franco
Canada
Franco
Canada
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
Franco - I think that I found solution for your problem - look at your previous topic
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
MICROVOLUTION,
If you send the 5 or less fields of your clients table that you would like to browse I can set up a button to browse your clients.
I need the field names and their lengths. Then you just have to copy the clients table to the folder you put my browse in.
This way you may be able understand easier.
Franco
If you send the 5 or less fields of your clients table that you would like to browse I can set up a button to browse your clients.
I need the field names and their lengths. Then you just have to copy the clients table to the folder you put my browse in.
This way you may be able understand easier.
Franco
All The Best,
Franco
Canada
Franco
Canada
-
- Posts: 146
- Joined: Sat May 30, 2015 5:15 am
Re: RETORNAR FOCO AO TEXTBOX MESMO EM TELA WVG
o problema, é que preciso de algo que seja genérico para funcionar em quaisquer tabelas DBFfranco wrote: ↑Tue Jan 05, 2021 12:32 am MICROVOLUTION,
If you send the 5 or less fields of your clients table that you would like to browse I can set up a button to browse your clients.
I need the field names and their lengths. Then you just have to copy the clients table to the folder you put my browse in.
This way you may be able understand easier.
Franco