Search found 73 matches: fwh2307

Searched query: fwh2307

by CARLOS ATUNCAR
Sat Feb 01, 2025 5:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 11434

Re: problemas con CHECKBOX en FWH 2409

con la version FWH2307
Image
con la version FWH2409
Image
by CARLOS ATUNCAR
Sat Feb 01, 2025 5:02 pm
Forum: FiveWin para Harbour/xHarbour
Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
Replies: 12
Views: 11434

problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409

Buenos dias, tengo un problema en la version FWh 2409 que no veo en la version FWH2307 en un dialogo de recurso

MERCADERIA DIALOG MOVEABLE PURE LOADONCALL DISCARDABLE 0, 0, 419, 367
STYLE DS_FIXEDSYS |DS_SETFONT |WS_POPUP |WS_VISIBLE |WS_SYSMENU |WS_THICKFRAME |WS_CAPTION
CAPTION "Mantenimiento de ...
by Armando
Tue Jan 28, 2025 7:48 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Color de fondo y texto a los campos TEXTO (MEMO)
Replies: 5
Views: 824

Re: Color de fondo y texto a los campos TEXTO (MEMO)

... líneas de código me tira error


TMultiGet():bColorBlock := { |oGet| If( oGet:lFocused, { CLR_WHITE, CLR_GREEN },;
If( ! oGet:lActive, { CLR_RED, CLR_YELLOW }, { CLR_BLACK, CLR_WHITE } ) ) }


Error description: Error BASE/1005 Message not found: TMULTIGET:_BCOLORBLOCK

Tengo FWH2307

Saludos
by Enrico Maria Giordano
Fri Oct 04, 2024 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

RAO
I tested with xHarobour 32 bits, Harbour bcc32, msvc32
with FWH2409 and FWH2307
All worked the same way without any problems.

as I said I have FW 24.07 (August 2024 purchased on 11.09.24) and the problem is there.
Before purchasing a new FW 24.09 version I would like to be sure it works ...
by Maurizio
Fri Oct 04, 2024 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

RAO
I tested with xHarobour 32 bits, Harbour bcc32, msvc32
with FWH2409 and FWH2307
All worked the same way without any problems.

as I said I have FW 24.07 (August 2024 purchased on 11.09.24) and the problem is there.
Before purchasing a new FW 24.09 version I would like to be sure it works ...
by nageswaragunupudi
Fri Oct 04, 2024 2:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

Enrico Maria Giordano wrote:Please note what Maurizio wrote in the first message:
With the June 2023 version it works correctly
So the fault is not in the way Maurizio is compiling his program.
I tested with xHarobour 32 bits, Harbour bcc32, msvc32
with FWH2409 and FWH2307
All worked the same way without any problems.
by nageswaragunupudi
Thu Oct 03, 2024 6:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

I tested the program with FWH2307 and FWH2409.
In both cases the behavior is the same.

I made one change to include FWVERSION in the dialog title.

First time when I ran the program this is the result.
https://imagizer.imageshack.com/v2/xq70/922/NCWb0v.png

Then I commented out these two lines ...
by Armando
Mon Sep 02, 2024 4:49 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas con la vista previa
Replies: 8
Views: 12232

Re: Dudas con la vista previa

Joao:

Creo saber el motivo, una app esta compilada con FWH2012, la que funciona bien y la
otra esta con FWH2307.

El RPreview que me funciona bien, lo he modificado para el envío de correo a mis necesidades
sin embargo con la FWH2307 no funciona.

Seguiré revisando

Un abrazo
by nageswaragunupudi
Mon Jun 03, 2024 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 10
Views: 1242

Re: RowSet Large and lReadonly

Here it is working for me with FWH2307 and FWH2310.
This is my sample program.
#include "fivewin.ch"

function Main()

local oCn := maria_Connect( "208.91.198.197:3306,fwhdemo,gnraofwh,Bharat@1950", .t. )
local oRs

MsgRun( "Reading RowSet", "CUSTX", { || ;
oRs := oCn:RowSet( "select * from custx ...
by nageswaragunupudi
Mon Jun 03, 2024 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 10
Views: 1242

Re: RowSet Large and lReadonly

Here it is working for me with FWH2307 and FWH2310.
This is my sample program.
#include "fivewin.ch"

function Main()

local oCn := maria_Connect( "208.91.198.197:3306,fwhdemo,gnraofwh,Bharat@1950", .t. )
local oRs

MsgRun( "Reading RowSet", "CUSTX", { || ;
oRs := oCn:RowSet( "select * from custx ...
by karinha
Mon May 13, 2024 11:39 am
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 6216

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

pedroluis wrote:FWH2307
¿Funcionó antes? En caso afirmativo, ¿con qué versión de FWH?

Regards, saludos.
by pedroluis
Sun May 12, 2024 8:27 pm
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 6216

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... Called from: barlib.prg => C_CODE128( 39 )
Called from: vta1214.prg => VTA1100PE( 634 )

No entiendo porque da ese error del fillrect(0)

Uso fwh2307

Muchas gracias !

-------------------------------------------------------------------------------------------------
#include "vta0000.ch ...
by Silvio.Falconi
Fri Apr 12, 2024 8:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 5816

Re: Problem with valid email refresh btnbmp

Just now, I requested Mr. Anser KK also to help testing.
He tested with FWH2307 and informed that the program is NOT working with FWH2307

So, Mr. Silvio
Let me test with FWH2307 and get back to you.
Also let me know the FWH version you are using.
Thanks


Dear Rao,

I'using the last fwh release ...
by nageswaragunupudi
Fri Apr 12, 2024 6:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 5816

Re: Problem with valid email refresh btnbmp

Just now, I requested Mr. Anser KK also to help testing.
He tested with FWH2307 and informed that the program is NOT working with FWH2307

So, Mr. Silvio
Let me test with FWH2307 and get back to you.
Also let me know the FWH version you are using.
Thanks