Search found 5648 matches: line

Return to advanced search

Re: Erro Expor to Excel in xbrowse

Chamada por..: C:\PROJETOS\MESTOQ\PRG_OBJ\CD_NFENTRADA.PRG => popmenu_dfe( 1882 ) The error occurs at line 1882 of your function popmenu_dfe(). This is your function but not FWH function. In your function popmenu_dfe, at line 1882, Self is used and this variable does not ...
by nageswaragunupudi
Fri May 10, 2024 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro Expor to Excel in xbrowse
Replies: 2
Views: 57

Re: To nages : modify of a xbrowse

... |r,c|IIF(oBrwFilter:nArrayAt = 1,MsgInfo("not"),) } What is the purpose of bEditBlock? I not Know I found this line on this forum on first colum I use :aCols[1]:nEditType := EDIT_LISTBOX :aCols[1]:aEditListTxt := acOperators I wish only it can run only when the ...
by Silvio.Falconi
Thu May 09, 2024 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 150

Re: To nages : modify of a xbrowse

... := { |r,c|IIF(oBrwFilter:nArrayAt = 1,MsgInfo("not"),) } I not want the end use can select the combobox if is on first line ( SEE THE PICTURE) https://i.postimg.cc/4NbFm215/filter.jpg
by Silvio.Falconi
Wed May 08, 2024 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 150

To nages : modify of a xbrowse

... .f.      :lVScroll             := .f.      :CreateFromCode()   END for the first column I wish it not show the listbox when is the first line of array this not run :aCols[1]:bEditBlock := { |r,c,oCol|IIF(!oBrwFilter:nArrayAt = 1, MsgInfo("Non puoi")) } for the 4th column I have ...
by Silvio.Falconi
Wed May 08, 2024 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To nages : modify of a xbrowse
Replies: 4
Views: 150

Re: Probando TGSAY.prg y su potencia.

cValue := EVAL( bText ) // que esta errado aqui? Line 253. METHOD Redefine( nId, oWnd, bText, cPict, oFont, oCursor, bLClicked       , ;         cHAlign, cVAlign, nClrText, nClrPane, nClrOTxt, nClrOBck ...
by karinha
Tue May 07, 2024 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Probando TGSAY.prg y su potencia.
Replies: 15
Views: 255

Re: how to change the size of an xbrowse in runtime

Please post the line where you create xbrowse? the sample need tslines.prg class #include 'fivewin.ch'#include 'xbrowse.ch'#include 'constant.ch' #define DLG_nColorDlg     RGB(245,245,235) #define DLG_nColortitle1  RGB(219,230,244) #define ...
by Silvio.Falconi
Thu May 02, 2024 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 283

Re: how to change the size of an xbrowse in runtime

Please post the line where you create xbrowse?
by Otto
Thu May 02, 2024 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 283

Filter on Xbrowse

I must change the nHeight of a Xbrowse on line and ask a filter to a end user and make the filter in a xbrowse , how I can make ? sample : customer.dbf I wish ask a filter https://i.postimg.cc/Y21d88SR/n.png for example I would ...
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 703

Re: Silvo .. changes to your xMate environment

... the error ( for me ) in your xMate environment ... made this change for me ... you may need this ??.. I did not /j%HOME%\I18n\Main.hil Change this line HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL% /i%HB_INC_INSTALL% /j%HOME%\I18n\Main.hil /iinclude;c:\fwh2404\include;%HB_INSTALL%\include  ...
by Silvio.Falconi
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Silvo .. changes to your xMate environment

... the error ( for me ) in your xMate environment ... made this change for me ... you may need this ??.. I did not /j%HOME%\I18n\Main.hil Change this line HB_COMMAND=%HB_BIN_INSTALL%\Harbour.Exe %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL% /i%HB_INC_INSTALL% /j%HOME%\I18n\Main.hil /iinclude;c:\fwh2404\include;%HB_INSTALL%\include  ...
by Rick Lipkin
Mon Apr 29, 2024 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

These are the only BCC libs you need:

Code: Select all  Expand view
cw32 +
import32 +
shell32 +
iphlpapi +
wininet +
uxtheme


But you also have to correctly set your bcc32.cfg. At least with this line:

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
by Enrico Maria Giordano
Thu Apr 25, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 249

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

... "errmsg.sys". (This is important) Now, make this small modification to buildh.bat Open "notepad.exe buildh.bat" and locate the line echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\libmysql.lib + >> b32.bc Change "libmysql.lib" as "libmysqld.lib" ...
by nageswaragunupudi
Tue Apr 23, 2024 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10339

Re: SetMultiSelectCol() on line

Dear Silvio, Have you reviewed samples\xbmulsel.prg ? yes allready saw it compile this test without :SetMultiSelectCol() you'll see this error Error description: Error BASE/1005 No exported variable: LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: xbmulsel.prg => _LREA...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 226

Re: SetMultiSelectCol() on line

Dear Silvio,

Have you reviewed samples\xbmulsel.prg ?
by Antonio Linares
Tue Apr 23, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 226

Re: SetMultiSelectCol() on line

Dear Silvio, Could you please provide a small and self contained PRG example ? thanks! this is a small sample #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"// test arrayFunction test()local oDlg,oFont,oBoldlocal oBrw,aBtnBrow:=array(3)local adata:= {...
by Silvio.Falconi
Tue Apr 23, 2024 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 226
Next

Return to advanced search