Search found 78 matches: optionally

Return to advanced search

Re: whatsapp

... FWH2310. So, that is not compatible with earlier versions. We provide here a modified version with which we can send messages and also some images optionally. This works with FWH2304. // whatsapp app must be installed and opened before running this code#include "FiveWin.ch"#define ORANGES ...
by nageswaragunupudi
Sun Nov 19, 2023 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: whatsapp
Replies: 9
Views: 1280

Re: How to create a PRIVATE variable owned by the caller?

... is specified, the variable is initialized to NIL. In the case of an array, each element is initialized to NIL. You can create and, optionally, initialize a list of variables and arrays with one PRIVATE statement if the definitions are separated by commas. Description The PRIVATE ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

Re: bitmap for nEditType EDIT_BUTTON

... Syntax oCol:AddBitmap( uImage, [aResize] ) --> nBmpSerialNumber uImage can be bmpfile, anyimage file, resource,anyimagebuf, etc. aResize Optionally resize {w,h}
by nageswaragunupudi
Wed Sep 28, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmap for nEditType EDIT_BUTTON
Replies: 4
Views: 309

New FTDN March/Marzo 2022 (FWH 22.03)

... not supported by Clipper/Harbour. Suitable for small dbfs. Inserts a blank record at current position and pushes all records down by one record. Optionally writes non empty values of aValues to the inserted record. When the function returns all locks are removed. * Cursors: Cursor can be defined ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 621

Re: help on a GPF situation

... possible to enable and disable tracing at run-time, and to query and set the trace level. From C code: * To query the current tracing state, and optionally change the current state to a given value (which should be in the range [0,1], otherwise the current state remains unchanged): hb_tracestate( ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: antes con TDolphin hacia refresh

... rowset and updates the rowset with new values and returns number of rows updated ReQuery ( [aNewParams] ) Reads data fully again from the server, optionally applying new parameters ReSync() Reads current record from the server and updates the values in the rowset
by carlos vargas
Fri Oct 01, 2021 4:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: antes con TDolphin hacia refresh
Replies: 3
Views: 435

Re: Cambiar el picture de un get en teimpo de ejecución

... * GET: - New method Reset( uVal/bNewSetGet, [cPic] ) --> nil Allows to reset the get with a new variable of a different data type and optionally use a new picture.
by carlos vargas
Mon Mar 15, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el picture de un get en teimpo de ejecución
Replies: 2
Views: 386

How to check the status of a url, with credentials

Hi, I wrote a python utility earlier in the year that checks connectivity, and optionally html file size, and optionally with credentials. Are there some FW snippets that will accomplish the same thing? I already tried searching through Minigui and played with ...
by FWExplorer
Tue Dec 29, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 541

New FTDN April/Abril 2020 (FWH 20.04)

... * GET: - New method Reset( uVal/bNewSetGet, [cPic] ) --> nil Allows to reset the get with a new variable of a different data type and optionally use a new picture. * New class FWStack (source\classes\fwstack.prg) Class to save and retrieve data by Push() and Pop() Methods: New( [u1,u2,...,uN] ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2193

Re: Retorno de chamada DLL

... be a numeric DLL handle as returned by function LoadLibrary(). <nCallingConvention> The calling convention to use for the DLL function can optionally be specified. Constants are available for this parameter. Calling conventions Constant Value Description DC_CALL_CDECL 0x0010 C calling convention ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 974

Re: FWCONNECT

... and on failure, will connect without this setting. So the connection will always succeed even on versions that do not support this setting. 2) Optionally, the programmer can use the new function: FWMARIA_SET_PAD_CHAR_TO_FULL_LENGTH( .F. ) to prevent the library from trying this setting.
by nageswaragunupudi
Sun Aug 25, 2019 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT
Replies: 10
Views: 1889

Re: Sobre TRbtn y BtnBmp

Not exactly like RBBtn, but these are the possible configurations. Optionally, you can specify the position of the bitmap with oBtn:aBmpRect := { t, l, b, r } https://imagizer.imageshack.com/v2/xq90/924/WnqhRz.png #include "fivewin.ch"Function ...
by nageswaragunupudi
Thu Jun 20, 2019 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre TRbtn y BtnBmp (solucionado)
Replies: 13
Views: 1250

New FTDN May/Mayo 2019 (FWH 19.05)

... If specified, the report will be saved as cPdf * New function XEdit( [uSource], [cFieldList], [lNew] ) Provides Edit dialog of the current record (optionally a new record) of uSource. - uSource: Can be Alias, Array, Hash, RecordSet, MariaDB RowSet, Dolphin, TMySql,PostGre Query object and defaults ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3159

Re: lGetBar

... those columns for which you want the Gets to work. Once you assign this, XBrowse constructs Gets for these columns when initializing the browse. Optionally you can also provide a picture. oCol:cBarGetPic := <picture> Assuming that the field Marca is character type length 20 You can do oBrw:Marca:uBarGetVal ...
by nageswaragunupudi
Mon Jan 28, 2019 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 5733

Re: Cantidad de registros afectados en un UPDATE

... ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information Optionally setting lShowError displays ther error or result of sql statement, b) Numeric: In case of insert, update, etc indicating the affected rows ...
by admsoporte
Thu Jan 10, 2019 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de registros afectados en un UPDATE
Replies: 1
Views: 524
Next

Return to advanced search