In Grid View,
When we point to the pencil icon, after a few second, the message ‘Edit this row’ appeared.
My question is, I have a field named modeofpayment which only keep the single character code, the code is ‘M’ for Monthly, ‘S’ for Semi-Annual, ‘Q’ for Quarterly & ‘A’ for Annually.
Now, in Grid View -> Grid Lookup, I added this syntax,
SELECT description
FROM modeofpayment
WHERE modeofpayment = ‘{modeofpayment}’
ORDER BY description
& the display result is correct.
My question is, how to show the {modeofpayment} when I mouseover the MODE OF PAYMENT field (something like the pencil icon features)?
Regards,
CK Kong