Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
farolito20
Contributor III
Contributor III

select from qvd using macro

how to do a select from qvd table using macro? (vbscript)

4 Replies
martin59
Specialist II
Specialist II

I'm sorry but I don't see the final goal.

Martin Favier

martin59
Specialist II
Specialist II

Can you explain what you want to do ?

Martin Favier

farolito20
Contributor III
Contributor III
Author

SUB fnConvTC(TCO1,TCD1,cantBase)

LOAD FC as factConv FROM vConversionTC.qvd (qvd) WHERE TCO=TCO1 AND TCD=TCD1;

LET cantReturnTC = IF (TCO1=TCD1,cantBase,cantBase*factConv);

END SUB

I have this sub, but I can't use it in LOAD statement :s So I need write a function using macro..

farolito20
Contributor III
Contributor III
Author

if you know, please help me!