October 30, 200817 yr How can I display a fields second value, the tooltip just shows the first value in a value menu! Thanks
November 6, 200817 yr Author This is the calculation for the tooltip. "Product Name:" & products_navigation::prod_name & ¶ & "Type:" & products_navigation::prod_type & ¶ & "Date:" & products_navigation::prod_date & ¶ & "End Date:" & products_navigation::prod_end_date & ¶ & "Supplier:" & products_navigation::prod_supply
November 7, 200817 yr ... and the field that has the tooltip is a field of the same table ( products_navigation ) or of a related one ?
November 8, 200817 yr Author Thanks for the file, I do have the right table in there, but the original problem I had was that the field (lookup from tooltip) is a value field that displays the second value field, but the tooltip only displays the first value field wich is a serial number.
November 9, 200817 yr This picture shows some little differences from what you said about the calc for your tooltip. BTW: can you post a stripped version of your file ?
November 9, 200817 yr Why don't you simply include the company field directly in the tool tip calculation? I don't see what the value list has to do with this.
November 10, 200817 yr Author Hi here a file attached! Thanks for the help! Log: Test Pass: 1 T CloneDBR.fp7.zip
November 10, 200817 yr Author Because it seems that it enters the number in the field but displays the linked company name in display.
November 11, 200817 yr Author k thanks, why do I need a second table for this to display? I try to understand what this one table does? Thanks for the help T
November 11, 200817 yr Your Supplier ( aka products::prod_supply ) field is showing the second value of the value list "merchant" ( con_company ), but contains the first value of that value list: contacts::contact_ID. So, to have the con_company in the tooltip, you have to keep that value from somewhere. As in the products_navigation table you have only the prod_supply ( aka contacts::contact_ID ) you'll need a new relationship. ( or a new looked up field in the products_navigation table )
November 13, 200817 yr Newbies Is it possible to change the tol tip color in the windows if it so show the steps? ---------------------- teff john dating
March 20, 200916 yr Author Solved! connect eo_materials to eo_contacts_lookup Tooltip.fp7.zip Edited March 21, 200916 yr by Guest
Create an account or sign in to comment