Get ...picture ...error strange--- resolved!!!

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Get ...picture ...error strange--- resolved!!!

Post by Silvio.Falconi »

Code: Select all | Expand

@ 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
Last edited by Silvio.Falconi on Thu Apr 15, 2021 10:44 am, edited 1 time in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Antonio Linares
Site Admin
Posts: 42512
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Get ...picture ...error strange

Post by Antonio Linares »

Silvio,

cGet seems to be nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: Get ...picture ...error strange

Post by Silvio.Falconi »

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 November 2023 - January 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
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: Get ...picture ...error strange

Post by Silvio.Falconi »

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 November 2023 - January 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
Post Reply