Search found 94 matches: propose

Return to advanced search

Re: Create a Panel width a text

... function with CalcTextHeight( hDC, cText, oFont, nWidth ) corrected by Nageswarao On your sample: oPaneltext cannot be the same name of a Panel I propose to usare oTExt MEMOTEXT := alltrim( cMsg ) @ oPanel2:nTitleHeight+5, 10 GET oText VAR MEMOTEXT SIZE oPaneltext:nWidth-2, oPaneltext:nHeight-40 ...
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: 2920

Re: xbrowse Border

For Antonio & NagesWarao Lines 2674/2675 of Xbrowse class I propose this solution for displaying the border in the presence of vertical scrolling if ::lDrawBorder // ::Box( 0, 0, ::nHeight - 1, ::nWidth - 1, IfNil( ::nClrBorder, ::hColPen ) ) ::Box( ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 262

Re: Announcing DrXlsx 1.0 by Charles Kwon

... there. I noticed that this library requires utf8 encoding. If our string containing Umlauts is encoded in ANSI, we need to convert into UTF8. I propose this approach which is working satisfactory in all my tests: It does not matter if the string is ANSI encoded or UTF8 encoded, this approach ...
by nageswaragunupudi
Sun Aug 27, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3510

Re: build Import LIB from LibPQ.DLL

Thanks for the information.
How do you propose to proceed further now?
by nageswaragunupudi
Thu Jul 20, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2480

Re: PICTURE for DATE() ?

... both automatically use the "@D" picture. In the beginning of Main(), we set the required date format like SET GERMAN. Note: In case we propose to distribute the application world wide, we can also set date format according the locale of the PC. But that is a differnt subject. For now, ...
by nageswaragunupudi
Tue Jul 18, 2023 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 385

PaintBorder of Btnbmp ( fwteam)

Perhaps I found a solution for the border I would like to propose these changes to the fwteam #define WHITE_PEN 6 // add this on top METHOD PaintBorder() CLASS TBtnBmp local nAdjustBorder := 0 local nWidth, nAdj, oCli local nRound := If( ::lRound, ::nRound, ...
by Silvio.Falconi
Sat Jun 10, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PaintBorder of Btnbmp ( fwteam)
Replies: 1
Views: 145

Re: Bug in Harbour Descend()

... but the example you put now has nothing to do with the Descend() function Has the example I posted worked? I will look at the new example you propose and I will answer you
by cnavarro
Wed Oct 19, 2022 12:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1673

FWH WebApp (HTML) testing

... examples don't work for you, please send me an email and I will provide you the latest FWH libs. Please think about basic examples to test and propose them. We need to set the right path for this FWH to HTML automatic generation, a path that is right for all of us. thank you so much for your ...
by Antonio Linares
Tue Aug 30, 2022 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH WebApp (HTML) testing
Replies: 32
Views: 2308

Re: Xbrowse Browsing Information Orbital Change Color

1. What is the old version working correctly? 2. Please give values of mLGREEN0 and mLGRAY I propose to build browse with the same settings and test with both versions. Dear Rao, FWH64_1712 and FWH64_2206 Both versions same settings FWH32_2101 and FWH32_2206 Both versions ...
by richard-service
Fri Jul 22, 2022 12:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 900

Re: TWebView() for Dummy

Dear Jimmy,

First try I would propose is:

oWebView:Eval( "document.querySelector('body').requestFullscreen()" )
by Antonio Linares
Thu Jul 21, 2022 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() for Dummy
Replies: 4
Views: 542

Re: Xbrowse Browsing Information Orbital Change Color

1. What is the old version working correctly?
2. Please give values of mLGREEN0 and mLGRAY

I propose to build browse with the same settings and test with both versions.
by nageswaragunupudi
Thu Jul 21, 2022 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Browsing Information Orbital Change Color
Replies: 13
Views: 900

Re: Problem with SQL Native

... was incorrect. Take Heidi Sql and execute SELECT NOW();  Does the result match your time or time in some far away place, England? When we propose to use functions like NOW(), TIME_STAMP(), etc and TIMESTAMP fields in tables, the right way is to set the session.time_zone to our local time ...
by nageswaragunupudi
Mon Feb 14, 2022 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1655

Re: create a pdf

Code: Select all  Expand view
FwJpgToPdf(cJpg, cPdf)

I did not propose this because of the problems in resizing the image.
This works well if the proportions of the image fit into the paper size.
by nageswaragunupudi
Fri Apr 30, 2021 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a pdf
Replies: 10
Views: 1323

Re: Ayuda con Mysql

You can connect to MySql through ADO or directly with FWH inbuilt MySql library. You propose to connect and work using ADO. For this, you need to download and install MySql ODBC connector on every PC using your software. We assume you have installed the ODBC connector. ...
by nageswaragunupudi
Wed Jul 08, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1685

Re: Bug in TBTNBMP Class FWH 19.12 ?

Hi Carlos, I propose you to modify your source as below    Function Main()      LOCAL oDlg, oBtn1, oBtn2, oRad, nOpr:=1      LOCAL lSelecc:=.F. , lNoEsc := .F.      LOCAL aItems := {"Opcion 1","Opcion ...
by MaxP
Mon Feb 17, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBTNBMP Class FWH 19.12 ?
Replies: 8
Views: 1651
Next

Return to advanced search

cron