Hi guys,
I am a graduate developer and i have been given a task involving the use of a temporary table. Basically, i need to get the value from a variable on a page to post. This doesn't work because this variable always posts the same value despite being on multiple lines (so e.g. different items are posting with the same expiry date despite the user entering different ones for each) with different values; therefore a temporary table has to be used to store this value and then post that. I guess what i am having difficulty with is the coding aspect.
At the moment i just have
IF Temptable. GET THEN BEGIN
Temptable."Expiration Date" := ExpiryDate;
END;
I know this isn't much but any help would be appreciated and if you need more details then message :).
Thanks
*This post is locked for comments