Search found 3494 matches: command

Return to advanced search

Re: Testing Harbour -gc3 flag

Con GC1 -> 1515 lines. -> Command: SCC /n /m /w /es1 /gc1 /* * xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) * Generated C source code from <SCC.prg> * Command: SCC /n /m /w /es1 /gc1 /iC:\FwH1905\include;C:\XHBBCC76\include;C:\BCC76\include ...
by karinha
Fri Nov 17, 2023 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4344

Re: Fwh 23.10 TGet another problem

nageswaragunupudi wrote:Is the result "286, .F., .F., .T." ?

Yes.
nageswaragunupudi wrote:Next, please also check
1)
Code: Select all  Expand view
? HB_StrIsUtf8( cVar )


.F.
nageswaragunupudi wrote:just before the command @ r,c GET ...

Yes
nageswaragunupudi wrote:2) Is your Get created by command like @ r,c GET ...
or from RESOURCE like REDEFINE GET

No
by Horizon
Thu Nov 16, 2023 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: Fwh 23.10 TGet another problem

... ::hWnd ) Is the result "286, .F., .F., .T." ? Next, please also check 1) ? HB_StrIsUtf8( cVar ) just before the command @ r,c GET ... 2) Is your Get created by command like @ r,c GET ... or from RESOURCE like REDEFINE GET
by nageswaragunupudi
Thu Nov 16, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54330

Re: OVERRIDE

FUNCTION __objAddData( oObject, cSymbol ) it is inside: https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg I tried with #xcommand EXTEND DATA <!Message!> [IN] CLASS <!Class!> __objAddData( <Class>():classH, #<Message> ) EXTEND DATA aDefaultCols IN ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 629

Re: OVERRIDE

Dear Silvio, Please review this: https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg for modify a Method run ok with #xcommand OVERRIDE METHOD <!Message!> [IN] CLASS <!Class!> ;                             WITH [METHOD] <!Method!> [SCOPE ...
by Silvio.Falconi
Mon Nov 13, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 629

OVERRIDE

I saw that I can modify a method of a class directly with the OVERRIDE command without having to modify the class.
Can I add Data or new methods with the same technique? and how ?
by Silvio.Falconi
Mon Nov 13, 2023 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 629

Re: colorize a xbrowse with a brush

... ), oBrush, nil ) } it runs well only when it doesn't find a text in the cell, but when I have an image or a color in the cell the command imposes the new brush samples when there are images ( with :bBmpData ) or when on a column there is a color         WITH OBJECT  oBrowse:aCols[6]  ...
by Silvio.Falconi
Wed Nov 08, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 340

Re: Function Hb_DirExists() no permite File() ubique los archivo

... are using the FWH modified function and not the xHarbour native one. Master Enrico, I don't use CONSOLE MODE. I'm saying that with FiveWin, the command NEVER worked. Maestro Enrico, no uso el MODO CONSOLA. Lo que digo es que con FiveWin el comando NUNCA funcionó. #include "FiveWin.ch"#include ...
by karinha
Thu Nov 02, 2023 2:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Function Hb_DirExists() no permite File() ubique los archivo
Replies: 14
Views: 703

Re: DBF . Commit

nageswaragunupudi wrote:The option toggles if data of a changed record is immediately commited to disk with the REPLACE command.


This is not true, at least with xHarbour and DBFCDX. The file on disk is not updated till COMMIT.
by Enrico Maria Giordano
Sun Oct 22, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2348

Re: DBF . Commit

" COMMIT Perform a solid-disk write for all active work areas Syntax: COMMIT Description: COMMIT is a database command that flushes Harbour buffers and performs a solid-disk write for all work areas with open database and index files. The solid-disk write capability is available ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2348

Re: xBrowser click

Mr Rao,

I need to treat each xBrowser cell as if it were a button. Simply click on it and it will perform an action.

The bLClicked command, it seems, treats the entire line.

Att.,

Oliveiros Junior
by oliveiros junior
Tue Oct 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 935

Re: xBrowser click

... confusing to users. Instead better to use right-click or double-click. Anyway, the decision is yours. another question is about the SetDlgGradient command, when dividing a screen as follows: SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 935

xBrowser click

... to know if it is possible to assign an action when clicking just once on a cell in the xBrowser, and another question is about the SetDlgGradient command, when dividing a screen as follows: SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands ...
by oliveiros junior
Wed Oct 11, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 935

Re: App Termination and Relaunch.

... a text file with a `.bat` extension, such as `restart_my_app.bat`. 2. Edit the batch file using a text editor like Notepad, and add the following commands: ```batch @echo off taskkill /F /IM your_app.exe start "" "C:\path\to\your_app.exe" ``` Replace `"C:\path\to\your_app.exe"` ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 398

Re: App Termination and Relaunch.

... replace `"your_app.exe"` with the path to your application's executable. Depending on your specific requirements, you may need to pass command-line arguments or adjust other parameters when relaunching your application. Remember that this approach will completely terminate the current ...
by Antonio Linares
Fri Oct 06, 2023 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 398
PreviousNext

Return to advanced search