Search found 63 matches

by PAUL SIMM
Tue Jul 31, 2007 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Lost Zoom option Preview XHarbour
Replies: 4
Views: 1014

Lost Zoom option Preview XHarbour

I have lost the option to Zoom in on a Preview with doble click on the main screen I have to use factor. Is this normal.

In FW no problems.
by PAUL SIMM
Tue Jul 31, 2007 8:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: FORGROUND BACK GROUND COLORS GETS
Replies: 6
Views: 1359

BACLGROUND COLORS GET

THANKS UGO WORKS FINE NOW.
by PAUL SIMM
Mon Jul 30, 2007 6:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: FORGROUND BACK GROUND COLORS GETS
Replies: 6
Views: 1359

CHANGING FOCUSED COLORS GLOBALLT IN TGET

WITH THE CHANGES YOU SUGGESTED TO REDEFINE I GET THE FOLLOWING ERROR: (CANNOT FIND THE METHOD DEFINE IN THE CLASS ) Heres the Class modified http://www.pes-systems.net/temp/tget32.prg INFORMACION: Error BASE/1005 Message not found: TGET:_NCLRFOCUSTEXT Stack Calls =========== 2.TGET:ERROR(175) 3.(b)H...
by PAUL SIMM
Mon Jul 23, 2007 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FORGROUND BACK GROUND COLORS GETS
Replies: 6
Views: 1359

FORGROUND BACK GROUND COLORS GETS

In the old TGET.PRG we allowed the cliente to choose general foreground and background colors and applied the choice with these two lines. COLOR_S is a public containing the clientes choice DEFAULT value COLOR_S:= 16777215 ::bGotFocus := {|| ::SetColor(nClrFore,COLOR_S)} ::bLostFocus := {|| ::SetCol...
by PAUL SIMM
Tue Jul 10, 2007 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Seperator lines Listbox and report
Replies: 2
Views: 955

Solved missing grid reports

the problem was the REPEXCEL.LIB I've found your work around

oReport:CellView()
oReport:lSeparator := .T.

ACTIVATE REPORT oReport ;
ON CHANGE oReport:Separator()

Thanks
by PAUL SIMM
Tue Jul 10, 2007 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Seperator lines Listbox and report
Replies: 2
Views: 955

Missing seperators Listbox solved

I was linking unnecesarally TWBRW32X.LIB this caused the missing horizontal lines in the listboxes.

Still strugling with missing horizontal lines in reports.
by PAUL SIMM
Tue Jul 10, 2007 7:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Missing Seperator lines Listbox and report
Replies: 2
Views: 955

Missing Seperator lines Listbox and report

After upgrading to xHarbour from Fivewin 16 bits I've lost the horizontal separator lines in Listboxes and reports with oReport:CellView().

If I compile the samples no problem. Any ideas?
by PAUL SIMM
Sat Jun 16, 2007 8:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Images in a dialog shows in button with frre Image xHarbour
Replies: 4
Views: 1094

Problems with Images

Thanks and Gracias Antonio ya funciona con Custom Contorl
by PAUL SIMM
Sat Jun 16, 2007 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox missing horizontal lines after upgrading to xHarbour
Replies: 4
Views: 944

LISTBOX WITH NO HORIZONTAL LINES

No problem with FWH FWBROW.PRG compiled with BUILD

I'll check my versions.
by PAUL SIMM
Sat Jun 16, 2007 7:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox missing horizontal lines after upgrading to xHarbour
Replies: 4
Views: 944

fwh and xharbour versions

#define FWVERSION "FWHX 2.7 June 2006"

xHarbour Compiler build 0.99.61 (SimpLex)
by PAUL SIMM
Sat Jun 16, 2007 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Images in a dialog shows in button with frre Image xHarbour
Replies: 4
Views: 1094

RC CODE ERROR IMAGE AND COMPLETE .RC

I'am using a 32 bit DLL created from http://www.pes-systems.net/TEMP/SCREEN32.RC AWBVISUAL DIALOG 10, 26, 509, 314 STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Imágenes de albaranes..." FONT 8, "MS Sans Serif" { CONTROL "106", 10...
by PAUL SIMM
Sat Jun 16, 2007 7:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox missing horizontal lines after upgrading to xHarbour
Replies: 4
Views: 944

Listbox missing horizontal lines after upgrading to xHarbour

The horizontal lines seperating records have disapeared after upgrading from FW to FWH with xHarbour (No problem with Harbour) REDEFINE LISTBOX oBrw; FIELDS Str(MENSAJER->MENS_COD),OA(MENSAJER->COMPANIA),; DTOC(MENSAJER->RENO_CONT),OA(MENSAJER->DIR1),; OA(MENSAJER->DP),OA(MENSAJER->CIUDAD),OA(MENSAJ...
by PAUL SIMM
Sat Jun 16, 2007 7:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Images in a dialog shows in button with frre Image xHarbour
Replies: 4
Views: 1094

Images in a dialog shows in button with frre Image xHarbour

A function that displays an image in a dialog gives a duplicate ID 109 error if I remove the REDEFINE line the program runs but displays the image in the area where the button was. If I click on the image it disapears and the button shows @ 1.0,1.0 IMAGE ofoto FILE cDirNoPicado+afich[iii,1] SIZE 680...
by PAUL SIMM
Wed May 16, 2007 2:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FUNCTION FILE() STOPED WORING AFTER UPGRADING HARBOUR 2006
Replies: 1
Views: 569

FUNCTION FILE() STOPED WORING AFTER UPGRADING HARBOUR 2006

I have just upgraded a program from Harbour2005 to Harbour 2006 The following function has stoped working properly. IF !FILE('albaran') //directory albaran doese not exist IF LMKDIR( 'albaran' ) ELSE msgstop('No se ha podido crear la siguiente carpeta: ALBARAN','ERROR:') ENDIF ENDIF Although the dir...
by PAUL SIMM
Tue May 15, 2007 8:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problems compiling after upgrading to latest FWH ver 2006
Replies: 1
Views: 1389

Problems compiling after upgrading to latest FWH ver 2006

I get this error : Unable to open file 'DBFFTP.LIB' After upgrading my old LNK file for FWH 2006 The file is in the defined directory no other files give warnings. Directorio de c:\harb2006\lib 27/06/2006 13:30 66.560 codepage.lib 27/06/2006 13:30 66.560 common.lib 28/06/2006 09:24 126.464 dbfcdx.li...