GKatReliable
Programmer
Our production payroll system is written in FoxPro for Windows 2.6a. The paycheck is a report form. I have to add a "California disclaimer" to it, saying what bank it is payable at, depending on values in the supporting .dbf. Since I have to be able to say 2 different messages eg. "Payable at Bank A" vs. "Payable at Bank B", and I can't do it in the contents of any field in the .dbf, the only thing I could think of was to create text, and do Print When, and apply my IIF in that. Then create a second set of text with its own Print When.
My little dilemma is that these text areas by necessity have to sit right on top of each other in the report form design surface. FPW26 is primitive enough that I can't get at the one underneath the top one to edit it without writing down the position of the top one and moving it over to be able to click on the bottom one. I thought double clicking would cycle between them like in Visio, but nuh-uh.
Regards,
Glenn Koproske
My little dilemma is that these text areas by necessity have to sit right on top of each other in the report form design surface. FPW26 is primitive enough that I can't get at the one underneath the top one to edit it without writing down the position of the top one and moving it over to be able to click on the bottom one. I thought double clicking would cycle between them like in Visio, but nuh-uh.
Regards,
Glenn Koproske