CompuServe Messages

#Frame or Field Mode AXP

    15-Jun-95 13:46:00
Fm: Don Hanson 71344,2201
To: Danny Mercurio 74551,360
Danny, How's it going? Working on something interesting? Knowing if the user is rendering in field mode or not is pretty important to us, here's the code we use: int f_info …. #define fi buf->data.vinfo buf->opcode=EXP_AXP_VIEW buf->usercode=0xxxx; break; case 0xxxx; f_info=fi.using_fields; #undef fi I just double checked this, f_info shows 0 for no fields, 1 for field rendering. I hope this helps some. Don