Search found 1230 matches: behavior

Return to advanced search

Re: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... carefully to appreciate the logic. Will the recno's not change when deleting of adding items to the invoice that will be saved ? This is the basic behavior of DBFs. When records are deleted, recno()s do not change. Only deleted flag will be set for the records. The RecNo()s will change only when ...
by nageswaragunupudi
Wed Aug 30, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 181

Re: Saving OuterHTML using Await Implementation with TWebView

... of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1916

Re: Saving OuterHTML using Await Implementation with TWebView

... of the specified selector. - `GetBind`: Callback function that gets called when `SendToFWH` is invoked from the web page. 5. **Synchronous-like Behavior**: - Functions like `Query`, `QuerySelectAll`, and `GetOuterHtml` utilize a loop that repeatedly checks if a certain condition is met (e.g., ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1916

Re: DBF to Excel Sheet, without Excel, using ADO ?

that is why i ask to enhance FWAdoStruct() / FWAdoFieldStruct() / FW_RDBMSName() for Time and again I was saying that this is the behavior or ADO with Excel. You keep pointing out as if it is a defect with FWH functions. Not at all please. Please run this program as it is without any changes: ...
by nageswaragunupudi
Wed Aug 16, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 3043

Re: need Help with oBro:bSeek

... me to working "increment" Seek :?: Incremental seek works automatically if the programmer does not do anything to disturb the automatic behavior of xbrowse. XBROWSER "any.dbf" AUTOSORT Start clicking on any header and the order is changed and incremental seek / filter work ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 244

Re: ayuda con edicion en xbrowse

Inline Edit Behavior: During inline edit of a cell, by default, the changes are saved if the user confirms the changes either by pressing enter or any arrow keys. During the edit, if the Get loses focus, either by clicking another ...
by nageswaragunupudi
Sun Aug 13, 2023 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 261

Re: XBROWSE ERROR

... But if you reject this feature and use a Get and ask the user to enter a seek expression first, then do you use this feature. To experience the behavior of "incremental" seek/filter please XBROWSER oRs AUTOSORT and then play with the auto "incremental" seeks and filters. ...
by nageswaragunupudi
Tue Aug 08, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ERROR
Replies: 5
Views: 437

Re: Set a specific starting function

...   QUITENDIF Works fine for me. I would only like to know your thoughts about it. If there is not a public function called MAIN the code behavior is the usual one. Otherwise the function MAIN is run and, at the end, a QUIT allows the program to exit.
by Enrico Maria Giordano
Sun Aug 06, 2023 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Set a specific starting function
Replies: 20
Views: 950

Re: Spinner arrows

Dear Detlef,

You could programatically modify the registry from your FWH app but that would modify the entire behavior for Windows 11

Will your users accept that ?
by Antonio Linares
Tue Jul 25, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spinner arrows
Replies: 4
Views: 336

Re: FWH new AutoHelp feature !!!

I see no different behavior, but i'm a source code control user.

The system is for now for resources ?
by Marc Venken
Wed Jul 12, 2023 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 925

Re: FW_SetUnicode( .T. ) 2-Byte characters

... Harbour from xHarbour My getfield blocks if itype "Müller" t stops at "Mü" U.diemer using ads Server 12.2 cannot confirm this behavior for Harbour. Uwe, try example from this thread Can confirm this behavior for Harbour. When opened in a dialog, the full term is displayed correctly ...
by frose
Tue Jun 27, 2023 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2487

Re: FW_SetUnicode( .T. ) 2-Byte characters

Uwe.Diemer wrote:same Prob here with unicode

I want move to Harbour from xHarbour

My getfield blocks if itype "Müller" t stops at "Mü"

U.diemer using ads Server 12.2

cannot confirm this behavior for Harbour.
Uwe, try example from this thread
by frose
Sat Jun 24, 2023 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2487

Re: Fivewin and ADO

... is alpha-numeric key for cells with character value and numeric key of numeric value. This the ONLY difference between FastEdit and no FastEdit Behavior of XBrowse is very similar to Excel sheet editing. Methods oBrw:Edit( lAppend ) and oBrw:EditSource( lAppend ) are provided if the programmer ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 4192

Re: Program is frozen

Use an MSGRUN() to see the function's behavior and/or cause the stack to overflow. Use un MSGRUN() para ver el comportamiento de la función y/o hacer que la pila se desborde.       // PROBLEMS ON MY COMPUTER      ...
by karinha
Sun Jun 04, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 626

Re: MariaDb delete

His question was about the behavior of our library. Whether after oRs:Delete() do we need to oRs:Skip() or not. That point is clarified. The point of using sql statement DELETE FROM <table> [ WHERE <cond>] was discussed ...
by nageswaragunupudi
Fri Jun 02, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDb delete
Replies: 6
Views: 427
PreviousNext

Return to advanced search