Search found 121 matches: behaves

Return to advanced search

Re: make a rectangule with a brush

... Thanks Rao , But I need it to replace a btnbmp when it's disabled, the problem is that a btnbmp when disabled looks ugly and behaves differently from a get or a say
by Silvio.Falconi
Mon Mar 27, 2023 6:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: make a rectangule with a brush
Replies: 10
Views: 489

Re: Help for xbrowse report bSetUp

... aColsReport:= oBrw:aCols else aColsReport := aColumns Endif oBrw:Report( cTitle, .t., .t.,bSetUp , , , aColsReport ) and the report behaves the same check both selected and unselected columns, selected and unselected rows the problem is in the printing of the pajama effect which ...
by Silvio.Falconi
Sun Mar 19, 2023 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for xbrowse report bSetUp
Replies: 3
Views: 377

Filling Excel Sheet Via OLE

... When I fill out the sheet via OLE it does not seem to trigger the validation or calculations, but if I open it and type an additional line it behaves correctly. When a Cell is associated to a combo box can the programmer manipulate the combox via OLE, and how is it detected.
by byron.hopp
Thu Feb 02, 2023 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247

Re: Fivewin & TDolphin & MariaDb & UFT8 problem?

... knows if the server is MySql, its version and if it is MariaDB. Internally FWH library takes into account takes into account these differences and behaves appropriately. If you are a serious user of MySQL or MariaDB with Unicode, upgrading will greatly help you.
by nageswaragunupudi
Fri Nov 04, 2022 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & TDolphin & MariaDb & UFT8 problem?
Replies: 6
Views: 481

Re: xBrowser y xHarbour

There is no incompatibility between XBrowse and WBrowse.

In very very old versions of FWH, we need to specifically include "xbrowse.ch"
Eg:
Code: Select all  Expand view
#include "fivewin.ch"
#include "xbrowse.ch"


XBrowse behaves exactly the same way with both Harbour and xHarbour
by nageswaragunupudi
Sun Jun 26, 2022 1:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowser y xHarbour
Replies: 8
Views: 735

Re: Fwteam - Xbrowse too slow

... dbf into an array, then with a menu to select how many records to display from 10 to 500, perhaps selecting only one year at a time and see how it behaves I have never worked with an archive of 10063 records that increases by three records every week so I don't know I'm looking for solutions to ...
by Silvio.Falconi
Tue Apr 19, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1135

Re: Handle para query - Freeze de pantalla

... etc are all centered in the active window/dialog and without this setting they are all centered in the desktop window. MsgRun() also behaves the same way. If CenterMsgs() is set and oWndParent is not specified, then MsgRun() is centered in the active window/dialog. This is accomplished ...
by nageswaragunupudi
Wed Sep 22, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Handle para query - Freeze de pantalla
Replies: 8
Views: 1294

Re: no PHP on the APACHE web server

Dear Otto, We use Apache's ab.exe (Apache Benchmark) to stress mod_harbour and see how it behaves. This is an example: apache_folder_bin\ab.exe -n 100 -c 10 your_url_modharbour_webapp Regarding executing multi threaded Harbour code, mod_harbour uses a timeout for each ...
by Antonio Linares
Tue Aug 24, 2021 10:37 am
 
Forum: mod_harbour
Topic: no PHP on the APACHE web server
Replies: 6
Views: 709

Re: Limitar input por caracteres y no por espacio

... value of -1 is for multiline edit. For single line edit it is 0. In any case normal ANSI get ignores this setting. FWH provides EDIT class which behaves the way you want. Please try this: #include "fivewin.ch"function Main()   local oDlg, oFont   local aVar ...
by nageswaragunupudi
Wed Feb 03, 2021 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitar input por caracteres y no por espacio
Replies: 7
Views: 646

Re: XBrowse: how to load image data instead of image name

... memo file be that the queries still work performant? Do you have experiences with large memo files? May I also extend my question and ask how SQL behaves? I changed years ago all my image storing to single files. What is the disadvantage of storing into single files? Best regards, Otto
by Otto
Tue Nov 03, 2020 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: New Password problem

... will be around many more years, like DOS is still around in some places. We develop new things all with mod harbour. PWA mod harbour programs behaves similar to desktop programs. Best regards, Otto
by Otto
Thu Oct 01, 2020 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3232

Re: Mr. Rao, Registros duplicados en xBrowse con un ReQuery

...  oCn:Close()return nil  Please test adding a record by clicking on the Add button and see if this behaves correctly or still you have problems.
by nageswaragunupudi
Tue Jun 16, 2020 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr. Rao, Registros duplicados en xBrowse con un ReQuery
Replies: 12
Views: 1583

Alter table in MariaDB from given Structure

... adding or deleting for aColSpec. But When I changing in Numeric variables type and length is not mine that is described my aNew_Structure. It behaves it like in CreateTable function. for example, my Numeric, 5 converted to INT, 11. This function always think this variable's spec is changed ...
by Horizon
Wed May 20, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alter table in MariaDB from given Structure
Replies: 1
Views: 443

Re: Compare structure of DBF on 2 locations

... adding or deleting for aColSpec. But When I changing in Numeric variables type and length is not mine that is described my aNew_Structure. It behaves it like in CreateTable function. for example, my Numeric, 5 converted to INT, 11. This function always think this variable's spec is changed ...
by Horizon
Tue May 19, 2020 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare structure of DBF on 2 locations
Replies: 10
Views: 1349

Re: xBrowse and SQLRDD bug

... works well if the DBF is in natural order (with no index set) and when no filter is set. If the DBF is set to an index or if a filter is set, this behaves very erratically. Do you want this? Please also let me know do these functions work reliably with SQLRDD? DBFILTER()ORDSETFOCUS()  ...
by nageswaragunupudi
Thu Apr 30, 2020 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2416
Next

Return to advanced search