Search found 332 matches: rem

Return to advanced search

Checkbox with ltransparent error

... SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the other controls that are there If I rem aDat[ 5]:lTransparent:=.t. Not happend nothing
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 34

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... estas librerías en la carpeta \fwh\libs, Los archivos BUILD??.BAT proporcionan los scripts de enlace, Para utilizar estas librerías, elimine "rem " antes del script de enlace correspondiente.
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3895

Re: Calculate total pages

Perhaps I found the solution rem "static" form PageNumber function on Tprinter class then add this line pn this method METHOD End() CLASS TReport   ::lFinish := .t.   if ! ::lCreated .or. ! ::lStable With METHOD End() ...
by Silvio.Falconi
Mon Nov 27, 2023 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Re: Xlsxlibhb_ver2

Then, first go to fwh\samples folder open buildx.bat with notebook Locate the two lines: rem echo %fwh%\lib\drxlsx32x_bcc.lib + >> b32.bcrem echo %fwh%\lib\xlsxlibhbbccx.lib + >> b32.bc Delete "rem " from the second line like this: rem echo %fwh%\lib\drxlsx32x_bcc.lib ...
by nageswaragunupudi
Tue Nov 21, 2023 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 8976

Re: Fwh 23.10 TGet another problem

... Antonio, I started doing some research. While Fwh 23.07 version was active, I manually added TGet.prg to the make file of the program. I put a rem at the beginning of the METHOD KeyChar function in TGet.prg, and when I ran the program and pressed the Ğ character while on a get field, I got ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54236

Re: colorize a xbrowse with a brush

... :={ || "" }           :nDataStrAlign := AL_CENTER        END  oBrowse:aArrayData[ oBrowse:nArrayAt,6] is a logic value I f I rem this line * :bEditValue :={ || "" } then I have this any solution pls
by Silvio.Falconi
Wed Nov 08, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 328

New FTDN October/Octubre 2023 (FWH 23.10)

... imagefilename, 2 ) * New: samples\dllexpl.prg shows how to get the exported functions of any DLL. * function cFilePath( cFile ). Upper() is removed as it is convinient to users of some languages. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43850&sid=19db84a6686a199e5a8529b0d17e21d6 ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3895

Re: Compilar y lincar samples\account de FWH

... de b32.bc y compara como lo hace FWH\samples\buildh.bat Muchas gracias Antonio, Lo tenía así: echo $(BCDIR)\lib\psdk\rasapi32.lib >> b32.bc REM ***********************************07/09/2023 echo $(BCDIR)\lib\psdk\shell32.lib, + >> b32.bc cuando debía ser así: echo $(BCDIR)\lib\psdk\rasapi32.lib ...
by FiveWiDi
Thu Sep 07, 2023 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar y lincar samples\account de FWH
Replies: 5
Views: 300

Re: How to get libssl.lib and libcrypto.lib for MSC?

https://i.imgur.com/DSHNUkE.png https://i.imgur.com/B0C5VvV.png vc_dll2lib.bat @echo off REM Usage: dll2lib [32|64] some-file.dll REM REM Generates some-file.lib from some-file.dll, making an intermediate REM some-file.def from the results of dumpbin ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 270

Ruta no especificada al compilar

... EXIST %1.prg GOTO :NOEXIST if "%FWDIR%" == "" set FWDIR=c:\fwh2304 if "%HBDIR%" == "" set HBDIR=c:\harbour rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui ECHO Compiling... set hdir=%HBDIR% ...
by EASYSOFT
Wed Jul 12, 2023 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190

Re: calendar not run ( DBLCLICK) - Resolved - !!!!!

... nLoWord( nLParam ), nWParam )   EndCasereturn ::Super:HandleEvent( nMsg, nWParam, nLParam ) on line 619 METHOD LButtonDown rem the called to isoverday IF ! ::lDblClick //.and. IsOverDay( ::hWnd, nRow, nCol ) on line 651 METHOD LButtonUp rem the called to isoverday IF ValType( ...
by Silvio.Falconi
Sun May 21, 2023 8:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1917

Re: Error al leer un dll

... ECHO Compiling... if "%FWDIR%" == "" set FWDIR=c:\fwh2212 if "%XHDIR%" == "" set XHDIR=c:\xharbour74 rem if "%2" == "/b" set GT=gtwin rem if not "%2" == "/b" set GT=gtgui set GT=gtgui set hdir=%XHDIR% set hdirl=%hdir%\lib ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1492

Re: VS2022 Portable x32 x64

... set oldlibpath=%libpath% @set current_dir=%cd% set path=c:\vc2022\bin32;c:\harbour\bin set lib=c:\vc2022\lib\win32 set include=c:\vc2022\include rem if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6771

Re: Changing default printer for current application only

Thanks James.
The code helps in setting the app to the last printer selected.
For my earlier problem, I rem out PrinterEnd() at method End() of TPrinter
by hua
Fri Mar 03, 2023 2:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 339

Re: error al personalizar hoja de excel despues de toexcel()

... echo $(HBDIR)\lib\minizip.lib + >> b32.bc echo $(HBDIR)\lib\hbusrrdd.lib + >> b32.bc echo $(HBDIR)\lib\hbtip.lib + >> b32.bc rem Uncomment these two lines to use Advantage RDD rem echo $(HBDIR)\lib\rddads.lib + >> b32.bc rem echo $(HBDIR)\lib\Ace32.lib + >> b32.bc ...
by artu01
Wed Nov 23, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al personalizar hoja de excel despues de toexcel()
Replies: 9
Views: 1158
Next

Return to advanced search