Search found 188 matches: executes

Return to advanced search

Hacking Android (pipes) stdout and stderr redirection

... } System.out.print( result ); System.exit( 0 ); } } ---->8---- A problem I've seen is when calling hb_ProcessClose() in Windows, if the process executes other processes, they are not finished. We should use the winapi TerminateJobObject and similar. Sorry for the example so cumbersome, i have ...
by Antonio Linares
Mon Mar 04, 2019 7:23 am
 
Forum: Utilities / Utilidades
Topic: Hacking Android (pipes) stdout and stderr redirection
Replies: 0
Views: 534

Re: FLAT BUTTON does NOT executes its action by Pressing Alt Key

Hi Otto ,

Thanks a lot ...! Its working as per expected.

Thanks
Shridhar
by shri_fwh
Mon Feb 25, 2019 5:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FLAT BUTTON does NOT executes its action by Pressing Alt Key
Replies: 3
Views: 764

Re: FLAT BUTTON does NOT executes its action by Pressing Alt Key

Hello Shridhar,
switch to
BTNBMP PROMPT "test" SIZE 80, 32 PIXEL OF oDlg FLAT COLOR CLR_WHITE,METRO_CYAN;

FLATBTN is not well supported and you get the same look with BTNBMP FLAT.
Best regards
Otto
by Otto
Sun Feb 24, 2019 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FLAT BUTTON does NOT executes its action by Pressing Alt Key
Replies: 3
Views: 764

Re: strategies

... eof() )   ...   ( cAlias )->( Skip() )End  The more and more SQL I learned and realize how much faster it executes, I slowly began to replace it for: SELECT <fieldlist> FROM customers WHERE <condition>  When I needed some access via Web, I began ...
by reinaldocrespo
Sun Feb 24, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8357

Re: FLAT BUTTON does NOT executes its action by Pressing Alt Key

Dear All , Flat Button and Normal Button behavior is NOT same. Please check/test below the code 1) Flat Button executes the Code Block/Action only when user PRESS ENTER Key 2) Normal Button execute the Code Block/Action when user PRESS ENTER Key , SPACE BAR and Alt+Macro(&) ...
by shri_fwh
Sun Feb 24, 2019 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FLAT BUTTON does NOT executes its action by Pressing Alt Key
Replies: 3
Views: 764

FWH 19.01: Recycling Deleted Records

... be required in these cases: (a) Some standard applications do not permit deletion of records. (b) The house-keeping routine executed when a user executes the application for the first time in a day includes packing the dbfs. There could be other cases, where there is a continuous acccumulation ...
by nageswaragunupudi
Tue Feb 19, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 19.01: Recycling Deleted Records
Replies: 6
Views: 1461

FLAT BUTTON does NOT executes its action by Pressing Alt Key

Dear All , I am using FLATBTN its working only with Mouse Click and Enter Key. But Normal button work also with Hot Key as we define "&" in the button Lable e.g. "&Delete" . When user press ALT+D its execute the code block but its NOT happening with FLATBTN. How we can ac...
by shri_fwh
Mon Feb 18, 2019 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FLAT BUTTON does NOT executes its action by Pressing Alt Key
Replies: 3
Views: 764

Re: Update FWH programs via SQL-database?

... uses the same executable, downloads a zip file, unzipped into a folder and the program itself creates a .BAT file, and closes the program after it executes the .BAT file. .BAT @ECHO OFFclsECHO AGUARDE A ATUALIZAÇÃO DO PROGRAMA:APAGACHOICE /T 1 /C y /CS /D yATTRIB -R -S -H CARTORIO.EXEDEL CARTORIO.EXEIF ...
by dutch
Thu Jan 24, 2019 12:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2890

Re: Update FWH programs via SQL-database?

... uses the same executable, downloads a zip file, unzipped into a folder and the program itself creates a .BAT file, and closes the program after it executes the .BAT file. .BAT @ECHO OFFclsECHO AGUARDE A ATUALIZAÇÃO DO PROGRAMA:APAGACHOICE /T 1 /C y /CS /D yATTRIB -R -S -H CARTORIO.EXEDEL CARTORIO.EXEIF ...
by Giovany Vecchi
Mon Aug 20, 2018 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update FWH programs via SQL-database?
Replies: 15
Views: 2890

Re: Como cierro las tablas abiertas en MySql

... cache is no longer being used by any threads. When a table flushing operation occurs. This happens when someone issues a FLUSH TABLES statement or executes a mysqladmin flush-tables or mysqladmin refresh command. MySql cierra las tablas con FLUSH TABLES Saludos!! Eduardo Borondón Muñiz
by EBM
Fri Jun 22, 2018 8:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como cierro las tablas abiertas en MySql
Replies: 1
Views: 510

Re: webserver using RESTFUL API and responsive

Dear Otto, Each time a CGI is invoked (a CGI is an EXE), the server executes it. Lets imagine 20 users simultaneously invoke the CGI. It is exactly the same as launching 20 EXEs at the same time, in terms of memory consume and loading time. More users will ...
by Antonio Linares
Tue Jun 05, 2018 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: webserver using RESTFUL API and responsive
Replies: 26
Views: 7199

GET auto action

... it all works fine. So here is the problem: I perform a lookup with the ACTION statement, and the value is returned to the GET field. The VALID executes and other fields are populated. HOWEVER, the cursor remains in the GET field. My clients sometimes start typing before moving the cursor to ...
by TimStone
Wed Jan 24, 2018 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET auto action
Replies: 4
Views: 792

TDatabase FWH 17.08 : Datas and Methods

... to edit current/new record with ::Record() object as parameter. See ::Record() and ::Edit() methods. 6. bEoF ( Type: "B" ): If assigned, executes when EOF() is true 7. bNetError ( Type: "B" ): Optional. If assigned, evaluated when record lock fails 8. BookMark ( Type: "N" ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1800

Re: Bloated EXEs (reprise)

Enrico, just had a quick look into errsysw.prg and found this comment in it: // Note: automatically executes at startupproc ErrorSys()    ErrorBlock( { | e | ErrorDialog( e ) } )return  So I assume as it executes automatically ...
by gkuhnert
Mon Jul 24, 2017 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5231

Re: Password protected access to menu. Advice ?

... is a object containing all data and the oRec:save() will excecute when something has changed. Now I would like a new behavior : When oRec:save() executes, I also want this to happen ex. change the update field in the database with the current date : oRec:update=date() and then save. Purpose : ...
by Marc Venken
Thu May 11, 2017 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Password protected access to menu. Advice ?
Replies: 25
Views: 3633
PreviousNext

Return to advanced search