I found this HOW TO to be very useful and helpful in creating Matrix forms... Almost indispensible
However, the only gliche that it seems to have is when you roll from record to record using the NEXT or PREV button, sometimes your data in the Matrix below comes up shifted all the way left with the final column in the matrix appeargin in Cell 1. You then have to press the horizontal positioning bar a couple times to shift it back so the first Column of data is in Column1 and the 2nd column of data is in column 2 etc...
Apart from this, the structure seems to be very stable, and easy to use..
In case you need a boolean field, just remove the existing fields and put a boolean field in it. Remember that you need to rewrite the field-triggers on it.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Comments
However, the only gliche that it seems to have is when you roll from record to record using the NEXT or PREV button, sometimes your data in the Matrix below comes up shifted all the way left with the final column in the matrix appeargin in Cell 1. You then have to press the horizontal positioning bar a couple times to shift it back so the first Column of data is in Column1 and the 2nd column of data is in column 2 etc...
Apart from this, the structure seems to be very stable, and easy to use..
I give it a thimbs up
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thank you... Thank you.. Thank you... ! =D> =D> =D> =D> =D>
you just need to put some code in the right place:
Temptable on the rows:
Temptabel on the columns:
With :
intResultSteps... as integer
blnFound... as boolean
tmp... as temptable
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks ... and wow.