I'm using a simple database function to return a label from a small (60x5)database. The function will work if I use a column offset which points to a value but not if it points to a label.
I'm sure the function's syntax is correct and it works properly when read into Qpro 8! Here's the function:
Frames is the 60 row x 5 col database; the $Backfr... is the 2 row criterion table with col headings copied from the database to insure accuracy. (Again, it works in Qpro 8!)
I have Qpro 9.0.0.738 version (WP9 service pack 3) and am wondering if this is possibly a bug fixed in sp4 (which I don't have.)
TIA for any help/workarounds. It frustrating when something this simple grinds me to a halt.
Gbark
I'm sure the function's syntax is correct and it works properly when read into Qpro 8! Here's the function:
Code:
@DGET(Frames,2,$Backframes:$G$9..$K$10)
I have Qpro 9.0.0.738 version (WP9 service pack 3) and am wondering if this is possibly a bug fixed in sp4 (which I don't have.)
TIA for any help/workarounds. It frustrating when something this simple grinds me to a halt.
Gbark