FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Get ...picture ...error strange--- resolved!!!
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Get ...picture ...error strange--- resolved!!!
Posted: Thu Apr 15, 2021 07:06 AM
Code (fw): Select all Collapse
 @ 1.3,6 GET oGet VAR cGet PICTURE "@!"  OF oDlg  SIZE 150, 11 UPDATE



Error description: Error BASE/1122 Parametro errato: TRANSFORM
Args:
[ 1] = U
[ 2] = C @!

Stack Calls
===========
Called from: => TRANSFORM( 0 )
Called from: .\source\classes\TGET.PRG => TGET:NEW( 564 )


where is the error ?????
I need to have the cGet Upper
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: Get ...picture ...error strange
Posted: Thu Apr 15, 2021 10:19 AM

Silvio,

cGet seems to be nil

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Get ...picture ...error strange
Posted: Thu Apr 15, 2021 10:30 AM
Antonio,
It's no possible because I made


local nOrder := CL->(OrdNumber())


DEFINE DIALOG oDlg .....

if nOrder == 1
@ 0,7 SAY i18n( "Introdurre il cliente'" ) OF oDlg
@ 1,2 SAY i18n( "Cliente :" ) OF oDlg
cGet := space(40)
elseif nOrder == 2

...
Endif

@ 1.3,6 GET oGet VAR cGet PICTURE "@!" OF oDlg SIZE 150, 11 UPDATE
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Get ...picture ...error strange
Posted: Thu Apr 15, 2021 10:44 AM
ok,
I found the error
on inifile
ClOrder=0

opps...
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion