Search found 674 matches: executed

Return to advanced search

Re: Nuevo FWH 22.10

... dbRollBack() )? CUST->CITY  Note: dbRollBak() works only when the Record Pointer is not moved and DBCOMMIT() is not executed already
by nageswaragunupudi
Wed Nov 02, 2022 3:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 22.10
Replies: 6
Views: 656

Re: Fivewin Setkey(ALT + F2, {|| ...} ) ?

hi Antonio, Usually you associate Alt to a menuitem action that will be executed: hm ... :idea: Workaroud   MENUITEM "Left"  + Chr(9) + "Alt+F1" ;    ACCELERATOR ACC_ALT, 65648 ;    ACTION MsgInfo("Alt+F1")   MENUITEM ...
by Jimmy
Mon Oct 31, 2022 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Setkey(ALT + F2, {|| ...} ) ?
Replies: 10
Views: 596

Re: Fivewin Setkey(ALT + F2, {|| ...} ) ?

Dear Jimmy, Usually you associate Alt to a menuitem action that will be executed:      MENUITEM FWString( "Save &as..." ) + Chr( 9 ) + "Alt+A" ;         MESSAGE FWString( "Saves ...
by Antonio Linares
Mon Oct 31, 2022 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Setkey(ALT + F2, {|| ...} ) ?
Replies: 10
Views: 596

Error compiling libs

... has an error in this code: if Empty( GetEnv( "GATEWAY_INTERFACE" ) ) QOut( "Attention: This is modharbour CGI version and has to be executed" ) QOut( "from the server as a cgi-bin, i.e.:" ) QOut() QOut( "http://server_address/cgi-bin/" + SubStr( hb_ArgV( ...
by giuliano
Tue Oct 18, 2022 3:14 pm
 
Forum: mod_harbour
Topic: Error compiling libs
Replies: 2
Views: 391

Re: Harbour CGI

... The same applies to your PRGs. If you place them inside the modharbour.exe, then there is no need to read, compile, etc. The code is simply executed and this also speeds up the app very much. thats why after these years I have to admit the facts: mod_harbour cgi runs extremelly well :-)
by Antonio Linares
Sun Oct 02, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6202

Re: Subclass Xbrowse or changed data function

If an error occurs while saving data to the DBF, bOnChange also is not executed.
by nageswaragunupudi
Fri Sep 09, 2022 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse or changed data function
Replies: 5
Views: 319

Re: Transaction security with DBF

Dear Otto
Perhaps the integrity of transactions made using the harbor RDDLOG is easier. It should be implemented conveniently, obviously, checking if the RDDLOG is executed in the event that there has been an error in the transaction.
by cnavarro
Wed Aug 31, 2022 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transaction security with DBF
Replies: 9
Views: 738

Re: FWH WebApp (HTML) testing

Hello Antonio, I executed the WebApp2.pg with the following results: [img] https://github.com/arifoliene/sisrev/blob/main/webapp2.jpg [/img] Antonio, You can call a function without having to run it first on Five, example: #include ...
by Ari
Wed Aug 31, 2022 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2391

Re: oBrowse:bSeek and TAB

When XBrowse gets focus by whatever way, browse is refreshed and no seek is executed.
Seek is activated only by a kay-stroke and not in any other way.
by nageswaragunupudi
Sat Aug 06, 2022 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrowse:bSeek and TAB
Replies: 3
Views: 327

Re: Xbrowse Error

The next piece of code must always be executed, not only :
if ::lAdjusted is .T.

No please.
Please retain my code as it is.
by nageswaragunupudi
Sat Apr 02, 2022 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

Re: Xbrowse Error

... fine, but the height of the headboard in the various zoom positions does not remain constant 1 or 2 or 3 row The next piece of code must always be executed, not only : if ::lAdjusted is .T. if ::nHeaderPad > 0 ::nHeaderHeight -= ::nHeaderPad endif if ::nFooterPad > 0 ::nFooterHeight -= ::nFooterPad ...
by mauri.menabue
Fri Apr 01, 2022 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

Re: Clase Nativa MySql

... oRs:Save() returns true/false for success/failure and the execution goes to the next line, i.e., commit transaction and oCn:RollBack() is never executed. Also for saving to single table, transactions are not necessary. Recommended: if oRs:Save()   // Success   // ...
by nageswaragunupudi
Wed Mar 16, 2022 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1872

Re: Conversion from ca-clipper ( not found a variable)

... a solution with having many var in a hash or object. What should I change ? I'm not sure the "set autorder 1" etc.. from the oMarc are executed STATIC oWnd, oDlg, oFont, cClrBack, oBold, oMarc, oGet, oArtChangesFUNCTION Main()   LOCAL oFol, oDlg, oRBar, oMenu, oMenuWnd, ...
by Marc Venken
Thu Mar 10, 2022 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4379

Re: xbrowse command not working properly -- MR. RAO

... ( like 0, nil, etc ) It may help us to put a trace ? n  before this line. We see the value of "nCol" when the xbrowse command is being executed With the police https://i.ibb.co/LYqHT96/Screenshot-3.png And then Application =========== Path and name: C:\clinica32\Clinica32.exe ...
by Compuin
Wed Feb 23, 2022 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1406

Re: xbrowse command not working properly -- MR. RAO

... 0, nil, etc ) It may help us to put a trace ? n  before this line. We see the value of "nCol" when the xbrowse command is being executed
by nageswaragunupudi
Wed Feb 23, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1406
PreviousNext

Return to advanced search