Search found 606 matches: internal

Return to advanced search

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: 357

Re: need Help with oBro:bSeek

... other datasource. Inline Cell Edit: Pressing Enter key starts inline cell edit, if the cell is editable. [A reason why we should not disturb the internal behavior of XBrowse by assigning different actions to common keys using bKeyDown] When FASTEDIT is true (oBrw:lFastEdit is .t.), pressing a ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 239

Re: PDF EN RPREVIEW

... pdf. You will see options for generating PDFs using (1) Harupdf, (2) MSWord pdf (3) Image2pdf (3rd party library-once very famous) or (4) FWH internal library Also you have choice to (1) First show preview and save as pdf using pdf button OR (2) Directly save as pdf without showing preview. ...
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 1064

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Thanks Rao.
I was using :lUseFWPdf instead of :lUseHaruPdf in my test that ends up with internal error.
I'll try to slowly shift to :lUseHaruPdf and see how it goes
by hua
Mon Aug 07, 2023 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1043

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... a "Replacement" under SQL there are "other" User which already have a working Concept like Xbase++ PgDBE which have some "internal" FIELD so i do "add" some "internal" FIELD when "import" DBF to PostgreSQL Table lile "__record" ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 866

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error

After how many times in the loop?
by nageswaragunupudi
Thu Aug 03, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1043

Re: Assigning lUseHaruPdf when TPrinter is sub-classed

... Rao. The dialog now no longer appears Unfortunately when it's printing in a loop (a bunch of staffs tax calculation), it will eventually generates internal error * hb_out.logApplication Internal Error - F:\test\harbour\pay2023_\bin\pay.exeTerminated at: 2023-08-02 12:13:00Unrecoverable error 6005: ...
by hua
Thu Aug 03, 2023 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Assigning lUseHaruPdf when TPrinter is sub-classed
Replies: 18
Views: 1043

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

hi, Yes i think it is a similar under PostgreSQL have a look at 9.15. Sequence Manipulation Functions --- i use Concept from Alaska with some "internal" FIELD ("__xxx") which are "usefull" PRIMARY KEY is based on "__record"    cQuery += " CONSTRAINT " ...
by Jimmy
Wed Aug 02, 2023 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 866

Re: password manager with mod harbour

... I have a utility to encrypt the original passwords. For now, I have to manually copy the encrypted value and the IV into the database. For internal use, this is entirely sufficient. Perhaps someone is interested and we could further develop this project. Encrypt original key with master ...
by Otto
Tue Jul 25, 2023 6:46 am
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 660

Re: FW: Funcionalidad para Mysql y Mariadb

Antonio, Called from MYSQL_EXECUTE(0) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:EXECUTE_SQL(6663) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:EXECUTE(7024) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:CREATEDB(6317) ...
by goosfancito
Thu Jul 20, 2023 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 2094

Re: Create solid color bitmap array

... suggested, and I can see that each value is perfectly correct. Since the menu also shows the ID, I know I have a 100% match between the default, internal, color list and my bitmaps. The problem is when the even displays on the main calendar, it shows an incorrect color. It is a different one ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 348

Re: genblock

Because ACTION clause generates an "internal" codeblock, so run ok: nRow:=30For n= 1 to 9   #Define PARAMS1_ oDlg, aBtnCalc, nRow, n, oInvoice, aItems, @nRowItems, fromdate, Todate   #Define PARAMS2_ oDlg, aBtnCalc, nRow, n, oInvoice, ...
by paquitohm
Mon Jun 12, 2023 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 275

Re: XBROWSE Column Question

hi,
nageswaragunupudi wrote:
but how can it continue without press a Key :?:
SeekNext is performed when F3 key is pressed by the user.

this is for "new" Version or include in older Version 2022/07 also :?:

i do have a Buttonbar where i have F3
will it "override" F3 "internal" :?:
by Jimmy
Wed May 10, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 1003

Re: Error XBROWSE SEEK (while no Index) after change RDD

YES, i have try to SET bSeek to NIL

my "Problem" was that i have many DBF which work with *.NTX which does not "Autopen" Index

Does not matter.
It is not a good idea to disturb XBrowse's internal defaults.
The default bSeek does not harm you when you are browsing DBFNTX dbfs.
by nageswaragunupudi
Mon May 08, 2023 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 626

Re: simulate unknown Function of UDF in IndexKey()

hi Antonio, To build it: hbmk2.exe create.prg -cflag=-D_HB_API_INTERNAL_ i try to use 1st Sample using set FWDIR=c:\fwhset fwh=c:\fwhset HBDIR=c:\harbourset hdirl=%hdir%\lib\win\bccset bcdir=c:\bcc7c:\Harbour\bin\hbmk2.exe %1 -cflag=-D_HB_API_INTERNAL_del %1.mapdel %1.tdsdel %1.objdel %1.cdel %1.ppo...
by Jimmy
Mon May 08, 2023 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate unknown Function of UDF in IndexKey()
Replies: 9
Views: 468
PreviousNext

Return to advanced search