Search found 650 matches: macro

Return to advanced search

Re: problem with dbUseArea

hi Silvio,

have you try a Macro ?
Code: Select all  Expand view
  xName := ::aIdx[ i, 1 ]
   DbUseArea( .F. ,"DBFCDX", &(xName),, .F. )
by Jimmy
Fri Apr 14, 2023 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbUseArea - resolved -
Replies: 10
Views: 838

Re: ampersand

... in the post Clipper era to transform a variable into his real record name by adding somewhere the ampersand (&) sign? what you mean is a "Macro" where you use "&" (Ampersand)   // variable   cDBF := "D:\WORK\CUSTOMER.DBF"   // use Macro   USE &cDBF
by Jimmy
Wed Mar 22, 2023 6:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ampersand
Replies: 13
Views: 1326

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

hi Enrico,

Enrico Maria Giordano wrote:This is not tied to a particular compiler, this is the normal C cast (conversion to type).

i talk about Macro which "might" make Problem so HMG use SendMessage() which also work under FiveWin BCC / MSVC
by Jimmy
Sun Nov 06, 2022 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 365

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

Jimmy wrote:
Code: Select all  Expand view
  SendMessage ( hWnd, LVM_*, (WPARAM) x, (LPARAM) y)


This is not tied to a particular compiler, this is the normal C cast (conversion to type).
by Enrico Maria Giordano
Sun Nov 06, 2022 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 365

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

Because it is the correct macro prototype: uuups ... i have read Description from LVM_GETSELECTEDCOUNT Message not from ListView_GetSelectedCount Macro :roll: --- in HMG Source i found some AVOID_COMPILER_WARNING when using Listview Macro ...
by Jimmy
Sun Nov 06, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 365

HB_FUNC() : wParam, lParam = 0,0 for Macro

hi, i try to use wParam, lParam = 0,0 as descript here https://learn.microsoft.com/en-us/windows/win32/controls/lvm-getselectedcount wParam Must be zero. lParam Must be zero.   hb_retni( ListView_GetSelectedCount(hWnd,0,0) but it fail when compile ... hm it work when use only...
by Jimmy
Sun Nov 06, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 365

Re: CLASS TGrid() for FiveWin

... i have use my "own" Listview Control so i know the Way under HMG / MiniGUI Extended Version i saw how they use HB_FUNC() and Listview Macro instead of DllCall ( how under FiveWin ? ) and LVM_ Constant now i try to use all Parts of Puzzle in CLASS TGrid() ... but still have some nasty ...
by Jimmy
Fri Oct 21, 2022 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3789

Re: bOr / nOr : how to "add" Constante under FiveWin

hi, i´m still a Newbie under FiveWin and did not know that TControl have Method to change Style. will it work with Listview as i have not found any Listview_Macro :?: i now use this HB_FUNC() for TGrid() HB_FUNC( LV_CHANGEEXTENDEDSTYLE ){   #ifndef _WIN64      HWND hWnd = ( HWND ...
by Jimmy
Tue Oct 18, 2022 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bOr / nOr : how to "add" Constante under FiveWin
Replies: 8
Views: 441

Re: BCC 7 32 Bit \INCLUDE

hi Antonio, there are some differences if you want to use it as a standalone C file or inside a PRG using #pragma BEGINDUMP ... ENDDUMP Ok, begin to understand can you use it for now inside the PRG ? not sure if HB_FUNC() is working ... but i get no Warning when compile :D i do "add" those...
by Jimmy
Mon Oct 17, 2022 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7 32 Bit \INCLUDE
Replies: 9
Views: 397

Re: HBFORMAT.EXE de xHarbour/Harbour.

... will include "called from" so you can get Information which other Module depend on it CLICK can use #SNAP (from Original SNAP App) for Macro e.g. for different DBF which will be listed in Header of *.PRG CLICK will show DBF Structure in Log File what CLICK can NOT as CODE is based on ...
by Jimmy
Mon Sep 26, 2022 4:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1106

Re: HBFORMAT.EXE de xHarbour/Harbour.

... of all Function / Procedure in Source CLICK will also create Structure of DBF which are used in Source --- CLICK can NOT "analyze" Macro*** or Method of CLASS *** CLICK can use SNAPCODE for Marco under Construction : CLICK fail on FOR EACH TRY / CATCH
by Jimmy
Mon Sep 19, 2022 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBFORMAT.EXE de xHarbour/Harbour.
Replies: 12
Views: 1106

Re: xbrowse and detached variables Mr Rao please Help

Using fieldname macro, instead of FieldPut() and FieldGet() as in the sample you posted. #include 'fivewin.ch'function main()    local aKeys   := {'pichincha','internacio'}    local hBancos ...
by nageswaragunupudi
Fri Aug 26, 2022 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and detached variables Mr Rao please Help
Replies: 14
Views: 1019

Re: error ficheo mark de borland

... b32.bc echo c:\xharbour_bcc70_2016\%GT%.lib + >> b32.bc echo c:\xharbour_bcc70_2016\lang.lib + >> b32.bc echo c:\xharbour_bcc70_2016\macro.lib + >> b32.bc echo c:\xharbour_bcc70_2016\rdd.lib + >> b32.bc echo c:\xharbour_bcc70_2016\dbfntx.lib + >> b32.bc echo c:\xharbour_bcc70_2016\dbfcdx.lib ...
by Adolfredo Martinez
Sun Jul 17, 2022 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ficheo mark de borland
Replies: 4
Views: 552
PreviousNext

Return to advanced search