Search found 48 matches: atleast

Return to advanced search

Re: How to print character sigma in Haru?

nageswaragunupudi wrote:For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.


Thanks Rao, for the time being I adopted this workaround
by hua
Thu Aug 17, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 325

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 325

Re: ButtonBar / Toolbar + Combobox ?

hi,
nageswaragunupudi wrote:We need to have atleast 2 controls.

thx for Answer

i will include a 2nd Control
by Jimmy
Thu Apr 13, 2023 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar / Toolbar + Combobox ?
Replies: 10
Views: 689

Re: ButtonBar / Toolbar + Combobox ?

Jimmy wrote:hi,

i have a Problem when place "only" 1 x GET into ButtonBar

as it can not "change" to other Control it does not "lostFocus" -> no VALID -> no GOTO :(

any Idea for a Workaround :?:

Yes.
We need to have atleast 2 controls.
by nageswaragunupudi
Thu Apr 13, 2023 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar / Toolbar + Combobox ?
Replies: 10
Views: 689

Re: Transparent window

Did you build and run the same sample without any changes atleast once?
by nageswaragunupudi
Fri Sep 16, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent window
Replies: 11
Views: 775

Re: Leer Excel grande a un array o DBF

... rows are treated as data. - NIL: The function examines contents of 1st and 2nd rows, If 1st row contains all character values and 2nd row contains atleast one non-characer value, lHasHeaders defaults to .T. Now, the suggested code for the original post is this: // Open or Create dbf( cAlias ...
by nageswaragunupudi
Tue Feb 08, 2022 7:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 759

Re: FW_ExcelToDBF to be extended (enhanced)

... rows are treated as data. - NIL: The function examines contents of 1st and 2nd rows, If 1st row contains all character values and 2nd row contains atleast one non-characer value, lHasHeaders defaults to .T. Array can be { { "FIELD1", "header3" }, { "FIELD5", ...
by nageswaragunupudi
Tue Mar 09, 2021 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 822

Re: filtro entre fechas

... 2019-05-26. select * from licencias where desde <= '2019-05-20' and hasta >= '2019-05-26'  The next query shows all licences valid for atleast one day or more during the period from 2019-05-20 to 2019-05-26. select * from licencias where desde <= "2019-05-26" and hasta ...
by nageswaragunupudi
Wed Jun 26, 2019 3:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: filtro entre fechas
Replies: 14
Views: 1996

Re: Insert Into MySQL tables in different connections .. you can

... to copy those records which exist in the local server but not in the remote server. Method-1: I assume you have a primary key for the table, or atleast a unique key. In this case the above statement oRemote:Insert( cTable, nil, oLocal:Execute( "SELECT * FROM " + cTable ), ...
by nageswaragunupudi
Thu May 03, 2018 4:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert Into MySQL tables in different connections .. you can
Replies: 12
Views: 2205

Final conversion 16 bit to FWH

... Maybe the prg only will do the trick? I will sureley use the new Build Files for FWH, samples I have collected, but if I clear the TSbrowse issue, atleast i'm into FWH. First thing I will do then is conversions to the exelent Xbrowse, my favorit tool... ## BLINKER EXECUTABLE NODELETE BLINKER INCREMENTAL ...
by Marc Venken
Thu Jul 06, 2017 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Final conversion 16 bit to FWH
Replies: 26
Views: 5050

Re: FWH 17.04 : Group Labels on ButtonBars

... We should specify both SIZE <btnwidth>, <btnheight> and HEIGHT <nbarheight> nBarHeight should be greater than <btnheight> atleast by 22 pixels to accommodate the label. Dialog from Resources: We should specify SIZE <btnwidth>, <btnheight> Bar height is decided ...
by nageswaragunupudi
Tue May 02, 2017 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.04 : Group Labels on ButtonBars
Replies: 13
Views: 3956

Re: FWH : Unicode Gets and RowSet

... like "NY", "OH", etc. But if we try to enter Unicode characters, we can not input even a single character. We need a space of atleast 6 bytes or even more. What do we mean by a single Unicode character? This is another important thing to understand. Some languages make one ...
by nageswaragunupudi
Sat Oct 15, 2016 12:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

Re: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... connection objects go out of scope, the connection object is automatically closed and the object destroyed. It may be kept in mind that as long as atleast one RowSet still in memory, a reference to the connection object is still alive. It is a good practice to explicitly close connection object ...
by nageswaragunupudi
Tue Oct 04, 2016 4:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28429

Re: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL

... it possible, that I now have a working CRUD application(with Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL). That CRUD application or atleast a working connection with fivedbu and mysql was my goal of this week, and today this goal is acomplished. Create, Retrieve, Update, Delete are ...
by pieter
Wed Feb 04, 2015 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin/xharbour with ActiveX Data Objects (ado) and MySQL
Replies: 19
Views: 6632

Re: TRecSet class : FWH 14.07

... using Microsoft Sql Server. We have a new function for importing data from DBF in FWH14.07. MSSQL_BulkImportDBF(...) This function should import atleast 10 times faster than the generic FW_AdoImportFromDBF(). We shall be glad if you can test and provide your feedback. Please also try TRecSet() ...
by nageswaragunupudi
Wed Jul 30, 2014 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRecSet class : FWH 14.07
Replies: 6
Views: 1706
Next

Return to advanced search