Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to do a select from qvd table using macro? (vbscript)
I'm sorry but I don't see the final goal.
Martin Favier
Can you explain what you want to do ?
Martin Favier
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..
if you know, please help me!