Search found 34 matches: convention

Return to advanced search

Re: FW Preview user style

... block Split the classes copy the part you want to change into one file and save it 2 times, once as original and once for your modifications // convention for modification: Class filename + _ + name for the block. You can cut lines without paying attention to where the function starts or ends ...
by Otto
Sun May 08, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

Select many days

to define agreements with hotels and other tourist facilities, the end user must select the days of the convention from a calendar, as I could select in a calendar with the mouse n days so as to have a date range as a result?
I wanted use tPick of Otto but I not found it
by Silvio.Falconi
Mon Dec 16, 2019 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select many days
Replies: 4
Views: 660

Re: Retorno de chamada DLL

... Alternatively, the first parameter can 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 ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 975

Re: O API — an alternative to REST APIs

It looks like a mix of RPC and REST. REST is a convention, and shapes and exploits resources using standards. Given an URL that exposes a resource, you can tell how the resource can be consumed. With modern tools, and thanks to that convention, ...
by Carlos Mora
Wed May 02, 2018 10:55 am
 
Forum: Off Topic / Otros temas
Topic: O API — an alternative to REST APIs
Replies: 4
Views: 1042

Re: Bug in TBitmap

... I thank you for the clarification. I feel greatly relieved that I did not introduce any bug. At the same time, I am also sorry. We started the convention of prefixing FW_ to all FWH functions not to clash with programmers' own functions inadvertently. But this was a function which we created ...
by nageswaragunupudi
Sat Feb 17, 2018 10:39 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBitmap [Fixed]
Replies: 13
Views: 3416

access to window via its :hwnd

... access to the actual window object, identified by :hwnd ?? If I could pass the actual windows object, that would be great. I followed the basic convention used in the FWH samples babudll.prg and babu.prg. thanks in advance.
by don lowenstein
Wed Jan 03, 2018 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1778

New FTDN April/Abril 2017 (FWH 17.04)

... table from dbf, 2 bytes extra width is provided for decimal fields. Fixed now Rowset data aStructure displays numeric column width following DBF convention and oRs:Field(x):Precision matches ADO convention. - NEW: oRs:Sort, oRs:ordSetFocus( c ), oRs:SetOrder( c ) can now use multiple columns. ...
by Antonio Linares
Mon May 01, 2017 10:38 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2017 (FWH 17.04)
Replies: 0
Views: 1271

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

... .. "SALARY DECIMAL( 8, 2 )," oRs:aStructure will display the field as { "SALARY", "N", 9, 2 } i.e, following the DBF convention. oRs:Fields("salary"):Precision shows 8, matching ADO. oCn:ListColumns( ctable ) displays "Decimal(8,2)"
by nageswaragunupudi
Wed Apr 19, 2017 2:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28427

Re: EJECUTAR UN .EXE

... // create call template on first call pCallTemplate := DllPrepareCall( ; "user32.dll" , ; // external DLL DC_CALL_STD , ; // calling convention "GetMenu" ) // external function nRet := DllExecuteCall( pCallTemplate, hwnd ) RETURN nRet /*******************************************************************/ ...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2271

Proposal .. 'just not xBase any more'

... talent ... see this response: http://i67.tinypic.com/27xjk3s.jpg I would like to propose a topic for discussion at your FiveWin convention this summer to ask for input of the folks on how to get a more mainstream awareness of FiveWin and to advertise to the younger crowd! .. ...
by Rick Lipkin
Tue Mar 07, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5713

Re: Respectfully: Open letter to ALL FW forum members

I hope I can attend the convention.
But due to several circumstances, I only can decide by 15th of April.
by driessen
Tue Feb 21, 2017 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Respectfully: Open letter to ALL FW forum members
Replies: 23
Views: 5006

New FTDN November/Noviembre 2016 (FWH 16.11)

... 3 : Resize to fit inside the are retaining aspect ratio cShape: Default Rectangle E[llipse] : Ellipse C[ircle] : Circle Note: This is the same convention for aBmpRect for BtnBmp and in any other context Example Usage: fwh\samples\xbrimag2.prg, xbrimag3.prg - New DATAs TXBrwColumn: aClrText ...
by Antonio Linares
Wed Nov 30, 2016 12:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
Replies: 4
Views: 3168

Re: C wrapper help

... Define a preprocessor symbol /E Preprocess only (to stdout) /Fo<outfile> Name the output file /Gd Use __cdecl as default calling convention (default) /Gh Enable hook function call /Gm Don't decorate __stdcall or __fastcall symbols (if /Ze) /Gn Don't decorate exported __stdcall ...
by Antonio Linares
Thu Oct 20, 2016 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C wrapper help
Replies: 16
Views: 3216

Re: Bugs in TGgiplus

Mr Antonio and Mr Cristobal I suggest we may follow standard FWH convention of nTop, nLeft ... etc Mr Rao, these are the change updated  //----------------------------------------------------------------------------// METHOD DrawImage( oImage, nTop, ...
by cnavarro
Sun Feb 28, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6629

Re: Bugs in TGgiplus

Mr Antonio and Mr Cristobal

I suggest we may follow standard FWH convention of nTop, nLeft ... etc
by nageswaragunupudi
Sun Feb 28, 2016 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TGgiplus
Replies: 18
Views: 6629
Next

Return to advanced search