Quantcast
Channel: VFPX
Viewing all articles
Browse latest Browse all 3798

Commented Issue: FoxcodePlus - Facing a "Operator/Operand type mismatch" problem [33581]

$
0
0
Hi Rodrigo Duarte Bruscain,

Facing a "Operator/Operand type mismatch" problem with FoxcodePlus

To reproduce this :

Start VFP9 and open the attached prg file.
modify command program1

* type any character and you will see the error.

* Line Number : 2892 showing error.

lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Loop

* I have changed like below :

Try
lnItemsFound = lnItemsFound + This.GetConstantsFromFile( lcFileH )
Catch
Endtry
Loop

Is above correct ?

Attachment is a prg and error image.


Warm regards,
mk.
Comments: ** Comment from web user: mk_common **

Image...


Viewing all articles
Browse latest Browse all 3798

Trending Articles