Search found 1479 matches: area

Return to advanced search

Re: get your external IP

Code: Select all  Expand view
GetHostByName( GetHostName() )

gives us the local IP of our PC in the Local Area Network.
Not the Public IP of our router
by nageswaragunupudi
Mon May 06, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 188

DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... DBF de manera temporal , y no alterar la logica actual. Y solo al final afectar la tabla SQL. seria hacer un # command #command dbcommit <(AREA)> => dbcommit_SQL( <(AREA)> ) function dbcommit_SQL(area) // obtener el replace x dbf // hacer el update (insert) sql return nil Gracias ...
by russimicro
Sun Apr 28, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 199

Re: colorize btnbmp with diagonal

... 0,0,h,w }, oBrush:hBrush )            return nil            > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

Re: colorize btnbmp with diagonal

... 0,0,h,w }, oBrush:hBrush )            return nil            > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ? Your function LinesBmp() works correctly (filling full area) if you created the Dialog ...
by nageswaragunupudi
Thu Apr 18, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

colorize btnbmp with diagonal

...         > )            RELEASE BRUSH oBrush    return hBm I wish have all the area of button with diagonal so how I must make to have it ?
by Silvio.Falconi
Mon Apr 15, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 336

Re: Create a Panel width a text

... Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3232

Re: Create a Panel width a text

... Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3232

DBF editor

... both Fivewin and mod harbour. A dbStruct() reads the database structure and then a dialog is automatically generated. On the right, there is an area where you can drag and drop the input fields and sort them. You can then create a customized input dialog. Best regards, Otto https://mybergland.com/fwforum/dbf_editor.gif
by Otto
Tue Feb 20, 2024 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editor
Replies: 2
Views: 241

Re: RAO advice on using Mysql

... server with 4.1 million records. Let us see the speed. This speed is by accessing the data from a Server in NewYork over Internet. Speeds on local area network will be even far better. #include "fivewin.ch"function Main()   local oCn, oRs, nSum, nSecs   SET ...
by nageswaragunupudi
Fri Feb 02, 2024 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1018

Re: MySql vs Oracle

... very dangerous scenarios, but it is for this reason that we have to learn much more than before. You have your banking details outside your local area, when you buy on Amazon, when you interact with your government pages,… and yes, The definition of "The Cloud" is basically someone else's ...
by Carles
Fri Jan 26, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1749

Re: Monitor function error

... SM_CYFULLSCREEN flags, as seen in C:\FWH\source\function\getsysin.prg. These constants are designed to return the width and height of the client area for the primary display monitor, excluding the taskbar and other docked bars from the work area of the screen. What are your values if you move ...
by Otto
Wed Jan 10, 2024 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 550

Re: add a line in the print report

... is comparable or superior in quality to Italian cuisine, it will be better to provide arguments of a completely different type, for example the area of the city where the restaurant is located or the opportunity to taste a certain dish.
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 561

Re: Transparent area becomes black when use BUTTON...ADJUST

This is your definition of the buttonbar  DEFINE BUTTONBAR oBar OF oWnd 3D size 110,66 1) Remove "3D" clause. This is creating problem of transparency. If you remove this clause, the images will be transparent. But resizing makes the image ragged. 2) Add "GDIP" clause. This makes...
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 Thank you for taking your time to create the sample. I managed to create a reduced self-contained example that still shows the bug on my pc. Can you see whether that is the case or not on yours? https://drive.google.com/file/d/1704KUUwkl5Jqtejrr_OeiRI7f...
by hua
Wed Dec 06, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878
Next

Return to advanced search