Search found 172 matches: internally

Return to advanced search

Re: ActiveX - CREATEOBJECT and singleton pattern

... In fact, the standard COM instance mechanism requires that a truly new object be returned each time you call it (this mechanism is used internally by new operators and CreateInstance (). This means that to create a valid COM singleton, you cannot allow your clients to do it themselves ...
by metro2
Mon Nov 15, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1670

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

... Width 8 may be specified in the array for compatibility with DBF, but this value is ignored. Please note that dates and datetime/timestamps are internally stored as numbers and we are not at all concerned with that. Date formats are NOT stored in the database. You may use whatever date format ...
by nageswaragunupudi
Wed Sep 29, 2021 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 29144

Re: Xbrowse - Select sort indexes

... 2)     oLbxo:bSeek := { |c| ::oOrders:Seek( Upper( c )) }  Please remove this line of code. XBrowse internally sets a default codeblock, which is better.
by nageswaragunupudi
Thu May 13, 2021 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse - Select sort indexes
Replies: 9
Views: 1024

FWH 2103: XBrowse: oSortCbx

... synchronizing the combobox and the built-in sort by clicking the header. This process is extremely simplified by introducing oBrw:oSortCbx and internally managing the combobox. There are two ways of creating: Method-1: Recommended // after creating the browse and calling oBrw:CreatefromCode()@ ...
by nageswaragunupudi
Wed Apr 14, 2021 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 3051

Re: Consulta sobre el uso de gráficos en filas de un xBrowse

... FWH version you are using, we can advise a solution most appropriate for the FWH version. How oCol:AddBitmap( aArray ) works: TXBrwColumn object internally maintains an array of bitmaps oCol:aBitmaps. When we first call oCol:AddBitmap( { bmp1, bmp2, bmp3 } ), oCol:aBitmaps is filed with { bmp1, ...
by nageswaragunupudi
Tue Apr 06, 2021 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre el uso de gráficos en filas de un xBrowse
Replies: 7
Views: 986

Re: Evaluate whether a color value is dark or light

... CLR_BLACK ) This function was not there in fwh1801. The formula basically is the same as suggested by you in the posts above. But xbrowse was internally using a similar function ContrastColor(...) to decide the color of text to be displayed on brushed cells. You may review this function. Again ...
by nageswaragunupudi
Mon Feb 15, 2021 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Evaluate whether a color value is dark or light
Replies: 9
Views: 875

New FTDN January/Enero 2021 (FWH 21.01)

... the excel book is closed. Notes: (1) Text values are not quoted. (2) While generating pdf, width is truncated to fit pagesize. This function is internally used by other functions eg. FW_DbfToExcel(), FW_AdoToExcel(), etc. * Enhancements to function FW_DbfToExcel( [cFieldList], [bFor], [bWhile], ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1282

Re: PDF generado desde programa en FiveWin

nageswaragunupudi wrote:
karinha wrote:
Code: Select all  Expand view

   FWSavePreviewToPDF( oPrn, "recompjardin.pdf" ,.F. )
 


Regards, saludos.


This function is internally called by printer object, where required.
Better we do not use this function directly in our application programs.



Why not master Nages?

Regards, saludos.
by karinha
Thu Feb 04, 2021 3:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 6152

Re: PDF generado desde programa en FiveWin

karinha wrote:
Code: Select all  Expand view

   FWSavePreviewToPDF( oPrn, "recompjardin.pdf" ,.F. )
 


Regards, saludos.


This function is internally called by printer object, where required.
Better we do not use this function directly in our application programs.
by nageswaragunupudi
Thu Feb 04, 2021 3:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 6152

Re: Imprimir imagen guardada en tabla SQL

... all very familiar with. Data type "M" creates a long text field and datatype "m" creates a long binary field. This function internally creates an sql statement appropriate for the RDBMS and its version and we are relieved from the trouble of finding the correct datatype. ...
by nageswaragunupudi
Fri Dec 25, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2586

Re: Peer to Peer, NAS and NTX -> CDX

... in a desktop application. The times of desktop app are over. Start with mod harbour. You can then install your own web server and only access it internally. You can continue to use your entire program logic. Thanks to Antonio and mod harbor. We are currently installing web servers for our customers. ...
by Otto
Fri Dec 18, 2020 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3626

Re: XBrowse and nomodal dialogs

You can also avoid these kinds of problems by using database objects. Every database object creates its own unique workarea and handles it internally. Thus you never have to deal with workareas.
by James Bott
Mon Oct 12, 2020 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and nomodal dialogs
Replies: 23
Views: 1801

Re: compiling

Hello everyone.
My project contains 650 prg files, use xHarbour 123, FWH1709 and BCC72, I would like to migrate to VSCode, what would be the best and fastest way to assemble a .bat file for compilation? Today I use xmate that generates internally without the need for a .bat file. Thankful in advance.
by Eroni
Wed Jul 29, 2020 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compiling
Replies: 13
Views: 2706

Re: Another historic moment in Harbour ...

... the Harbour_app.sln file 4. Search for hb_vmInit() from the solution explorer and set a breakpoint there 5. Click on run and see Harbour working internally :-)
by Antonio Linares
Mon Jun 01, 2020 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another historic moment in Harbour ...
Replies: 2
Views: 635

Re: List all functions and classes in FWH library

... line ":lSeekBar := .t." 4. Build with buildh.bat or buildx.bat. Notes: Some functions displayed by the program may be functions that are internally used and not intended to be used directly in the applications and they may change or be dropped in subsequent versions. Some functions may ...
by Marc Venken
Wed Mar 18, 2020 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: List all functions and classes in FWH library
Replies: 13
Views: 3464
PreviousNext

Return to advanced search