Wingwalker Posted April 4, 2006 Share Posted April 4, 2006 I converted a file from 6 to 8 and I'm having a problem. I have a portal on my Customer layout that lists all of a given customers invoice numbers from the Invoice file. On the portal are two fields, one has red numbers and the other has green numbers. The red is the bottom field and shows the invoice date when the invoice is unpaid. Once the invoice is paid the top field shows the date it was paid in green. This worked find in FMP6. Now in FMP8 the dates are correct in each field but the bottom field in red is now showing through the top field in green, so you just get a red and green blur. Do you know how I can fix this problem? Thanks, James Quote Link to comment Share on other sites More sharing options...
Ender Posted April 4, 2006 Share Posted April 4, 2006 Yes, anti-aliasing makes that old trick not work quite right. You might instead use one field that has a color determined based on whether the invoice is paid or not. Quote Link to comment Share on other sites More sharing options...
Wingwalker Posted April 4, 2006 Author Share Posted April 4, 2006 Thanks Ender, It's not what I wanted to hear, but at least now I know. James Quote Link to comment Share on other sites More sharing options...
Wingwalker Posted April 10, 2006 Author Share Posted April 10, 2006 Maybe you guys can help me with this so I can do this with one field as indicated by Ender. As I mentioned above, I have two calc fields. DateGreen If(OrderStatus = "Paid"; InvoiceDate;Date("";"";"")) DateRed If(OrderStatus = "Invoiced"; InvoiceDate;Date("";"";"")) They show unpaid invoices in Red and paid invoices in Green. How do I combine this so it is done with one calculation? Thanks, James Quote Link to comment Share on other sites More sharing options...
blevey Posted April 11, 2006 Share Posted April 11, 2006 How about just changing the color of the text and leaving the field color unchanged. TextColor(text;RGB(red;green;blue)) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.