Search found 30 matches: identifies

Return to advanced search

Re: Classe TGif

... file that follows the GIF89a specification. This means that the GIF file should have the following characteristics: It should have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a” ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1651

Re: need Help with oBro:bSeek

... TAGs, how to change TAG when click on Header of Column ? XBrowse automatically does all this for us. XBrowse searches all open indexes/tags and identifies which index/tag is to be used to sort on which column and stores the index/tag information in oCol:cSortOrder. When the header is clicked, ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... with other readers. \macpict Source of the picture is QuickDraw. \pmmetafileN Source of the picture is an OS/2 metafile. The N argument identifies the metafile type. The N values are described in the \pmmetafile table below. \wmetafileN Source of the picture is a Windows metafile. The ...
by remtec
Wed Jun 22, 2022 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1494

Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"

... with other readers. \macpict Source of the picture is QuickDraw. \pmmetafileN Source of the picture is an OS/2 metafile. The N argument identifies the metafile type. The N values are described in the \pmmetafile table below. \wmetafileN Source of the picture is a Windows metafile. The ...
by Antonio Linares
Tue Jun 21, 2022 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
Replies: 19
Views: 1494

Re: to Nages: test for tdatabase

... a criminal nature (Article 2 and 3 of Legislative Decree 74/2000) Minimum elements of an invoice: issuing date; progressive number that uniquely identifies it; and other data customer,articles , total, vat
by Silvio.Falconi
Sat Apr 27, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5679

Re: FWH: MySql/MariaDB: RowSet object

... with facility to restore like in DBF) RecNo() (or) BookMark : Serial number of the Record at the time of reading the rowset. This number uniquely identifies a record and does not change through out the life of the rowset, even if the rowset is sorted and/or filtered. The highest RecNo is the same ...
by nageswaragunupudi
Thu Jul 21, 2016 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19531

Re: Visual Studio Community 2015 PRGs/CHs syntax coloring

I did that yesterday and there were about 30 defined in different folders with random names. None of them are the obviously correct one.

What identifies the proper folder for this project ? Can I find the random name in the IDE ?
by TimStone
Tue May 17, 2016 4:23 pm
 
Forum: Utilities / Utilidades
Topic: Visual Studio Community 2015 PRGs/CHs syntax coloring
Replies: 22
Views: 6904

A U T O CODE for FW

... or with pasted code. We can select "WITH OBJECT oBrw" in the combobox or paste with object code of any browse variable. 1) The program identifies if the pasted code belongs to Browse or Column or some other object. (In very few cases, where in doubt the program may alert to indicate ...
by Otto
Wed Oct 01, 2014 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A U T O CODE for FW
Replies: 1
Views: 607

Re: GIT

Rafa, We are using TortoiseGit and it automatically identifies the files that are under version control and the ones that aren't :-) I do like GIT very very much. It has made me understand a lot of new possibilites and still I want to keep learning ...
by Antonio Linares
Thu Aug 08, 2013 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GIT
Replies: 6
Views: 1659

Re: Pprograma para grabar sonidos en wave

... pointer to a null-terminated string that specifies the sound to play. This parameter can be either an entry in the registry or in WIN.INI that identifies a system sound, or it can be the name of a waveform-audio file. (If the function does not find the entry, the parameter is treated as a file ...
by Antonio Linares
Thu Aug 01, 2013 8:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pprograma para grabar sonidos en wave
Replies: 2
Views: 549

Re: Logo en ventana principal con areas transparentes

... <hPalette>, <nWidth>, <nHeight>, <nRaster>, <lTransparent>, <nClrPane> ) --> nil Parameters: <hDC> Identifies the window device context. <nRow>, <nCol> The coordinates where to display the bitmap. Expressed in pixels unless there is an ...
by MarioG
Thu Apr 07, 2011 10:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Logo en ventana con areas transparentes (Solucionado)
Replies: 8
Views: 2241

Re: Problema con Button y Setfocus()

... message is sent to a dialog box procedure to set the keyboard focus to a different control in the dialog box. WM_NEXTDLGCTL wCtlFocus = wParam; // identifies control for focus fHandle = (BOOL) LOWORD(lParam); // wParam handle flag Parameters wCtlFocus Value of wParam. If the fHandle parameter is ...
by andresreyes_mzt
Thu Aug 19, 2010 6:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con Button y Setfocus()
Replies: 13
Views: 4663

Re: Timers and loops

... time * * <lActive> defines if the task is active or not. Default .T. * * $RETURNS$ * <nHandle> The handle (an integer value) that identifies the task. This * handle can be used for deleting the task or to change other parameters. * $DESCRIPTION$ * HB_BACKGROUNDADD() adds a passed ...
by Enrico Maria Giordano
Fri Feb 19, 2010 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Timers and loops
Replies: 52
Views: 11285

Re: need tcrw.prg for 32 bit

... // Method TCrw::PEOpenPrintJob() -> lError // // Prepares to print a report and sets a number which identifies the // particular print job, called a print job handle. This Handle is // used in all subsequent calls related to the new print job // (where ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316

Excel and Date

Excel identifies a date with a sequential number indicating the numbers of days lapsed from Enero1, 1900.
For example: 38835 = 4/28/2006 (this is in format MMDDYYYY)
Does exist a Harbour function or someone know how to convert the Excel sequential number in date?

George
by George
Sat Apr 18, 2009 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel and Date
Replies: 3
Views: 597
Next

Return to advanced search