Search found 107 matches
- Sun May 15, 2022 12:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: I have a question because of an error.
- Replies: 0
- Views: 56915
I have a question because of an error.
Hi. Antonio Linares. I have a question because of an error. Why am I getting this error? test.prg //---------------------------------------------------------------------------------------- aSay := "" DEFINE WINDOW oWnd FROM 0, 0 TO x, y TITLE "CONTROL" @ 1, 1 GET oSay VAR aSay ME...
- Tue Jun 02, 2020 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Hi Antonio Linares
- Replies: 0
- Views: 5253
Hi Antonio Linares
"webexp.prg" sample work for me so don't worry about this sample
But I don't know why this doesn't work so can you explain to me detail "AcroPDF.PDF.1"
Thank you
But I don't know why this doesn't work so can you explain to me detail "AcroPDF.PDF.1"
Thank you
- Thu May 28, 2020 11:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to do my question ?
- Replies: 2
- Views: 752
Re: How to do my question ?
#include "FiveWin.ch" //--------------------------------------------------------------------------------------------------- FUNC Test() publ oWnd_Main, oDlgW, oActiveX publ cEvents := "" DEFINE WINDOW oWnd_Main FROM 0, 0 TO 48, 128 TITLE "PDF.Print" //sample #1 ...
- Thu May 28, 2020 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to do my question ?
- Replies: 2
- Views: 752
How to do my question ?
Dear Antonio Linares.
How to do my question ?
When using activeX "AcroPDF.PDF.1"
How to receive event (current status) in activeX?
For example, I want to know the event or status value when the printWithDialog () window is closed.
Thank you.
How to do my question ?
When using activeX "AcroPDF.PDF.1"
How to receive event (current status) in activeX?
For example, I want to know the event or status value when the printWithDialog () window is closed.
Thank you.
- Wed Mar 21, 2018 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: communication port error.
- Replies: 3
- Views: 1043
Re: communication port error.
Very well.
Thank you.
Thank you.
- Mon Mar 19, 2018 2:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: communication port error.
- Replies: 3
- Views: 1043
communication port error.
Hi Antonio Linares.
The serial port is com1 and com2 ... com9
communication port good init.
com11 and com12 ... com port > 10
communication port error.
How do you use it?
fwh 18.02
regards
The serial port is com1 and com2 ... com9
communication port good init.
com11 and com12 ... com port > 10
communication port error.
How do you use it?
fwh 18.02
regards
- Fri Feb 05, 2016 2:38 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
Re: FiveLinux on Raspberry Pi compile Error.
I decided to use a gtk3.0 (only Gcc)
(I have a FIVE-LIB Linux Version.), which is not compatible
Thank you Antonio.
(I have a FIVE-LIB Linux Version.), which is not compatible
Thank you Antonio.
- Thu Feb 04, 2016 1:01 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
Re: FiveLinux on Raspberry Pi compile Error.
/usr/bin/ld: skipping incompatible compiling... Harbour 3.2.0dev (r1602011355) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'testbrow.prg'... Lines 1141, Functions/Procedures 1 Generating C source output to 'testbrow.c'... Done. compiling... Harbour 3.2.0dev (r1602011355) Copyright...
- Wed Feb 03, 2016 11:50 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
Re: FiveLinux on Raspberry Pi compile Error.
The latest harbour(Raspberry pi) version. ?
Where do I get download ?
Where do I get download ?
- Wed Feb 03, 2016 4:38 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
Re: FiveLinux on Raspberry Pi compile Error.
My build /home/pi/fwh/samples/build.sh //-------------------------------------------------------- clear echo compiling... /home/pi/harbour/bin/harbour $1 -n -I/home/pi/fwh/include -I/home/pi/harbour/include -I/usr/include/mysql $2 echo compiling C module... gcc $1.c -c -I/home/pi/fwh/include -I/home...
- Tue Feb 02, 2016 4:49 pm
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
Re: FiveLinux on Raspberry Pi compile Error.
harbour/include/hbdefs.h
Line 237:
/*Convenience */
typedef HB_UCHAR HB_BYTE;
Yes.
Line 237:
/*Convenience */
typedef HB_UCHAR HB_BYTE;
Yes.
- Tue Feb 02, 2016 1:01 am
- Forum: FiveLinux / FiveDroid (Android)
- Topic: FiveLinux on Raspberry Pi compile Error.
- Replies: 10
- Views: 9311
FiveLinux on Raspberry Pi compile Error.
Hi Antonio. compiling... Harbour 3.2.0.dev (Rev. 17919) Copyright (c) 1999-2012, http://harbour-project.org/ Compiling 'testbrow.prg'... Lines 1141, Functions/procedures 1 Generating C source output to 'testbrow.c'... Done. compiling C module... testbrow.c:In fonction 'HB_FUN_MAIN': testbrow.c:48:2:...
- Fri Jul 03, 2015 6:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: I have fwh. version 10.11 -- Gif error.
- Replies: 3
- Views: 1148
Re: I have fwh. version 10.11 -- Gif error.
ACTIVATE DIALOG oWnd CENTERED ON INIT gif_load() VALID iif( GetKeyState( 27 ), .f., .t. )
FUNC gif_load()
local oGif
@ 868, 912 GIF oGif FILE ".\test.gif" SIZE 358, 75 OF oWnd ADJUST
RETU NIL
it`s working very well.
Thank you AntoninoP.
FUNC gif_load()
local oGif
@ 868, 912 GIF oGif FILE ".\test.gif" SIZE 358, 75 OF oWnd ADJUST
RETU NIL
it`s working very well.
Thank you AntoninoP.
- Thu Jul 02, 2015 3:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: I have fwh. version 10.11 -- Gif error.
- Replies: 3
- Views: 1148
Re: I have fwh. version 10.11 -- Gif error.
Thank it`s working very well.
- Thu Jul 02, 2015 6:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: I have fwh. version 10.11 -- Gif error.
- Replies: 3
- Views: 1148
I have fwh. version 10.11 -- Gif error.
Hi all. DEFINE WINDOW..... @ 337,237 GIF oGif FILE ".test.gif" SIZE 145, 35 OF oWnd ADJUST It`s gonna be working well. DEFINE DIALOG... @ 337,237 GIF oGif FILE ".test.gif" SIZE 145, 35 OF oWnd ADJUST It will happened like these error. Called from DIALOGBOXINDIRECT(0) Called from ...