tmas73 Posted October 30, 2008 Share Posted October 30, 2008 How can I display a fields second value, the tooltip just shows the first value in a value menu! Thanks Link to comment Share on other sites More sharing options...
mr_vodka Posted October 30, 2008 Share Posted October 30, 2008 You probably will have to create a second TO for this. Link to comment Share on other sites More sharing options...
tmas73 Posted November 5, 2008 Author Share Posted November 5, 2008 Sorry but what does To stand for? T Link to comment Share on other sites More sharing options...
Raybaudi Posted November 5, 2008 Share Posted November 5, 2008 What's your actual calc for the ToolTip ? Link to comment Share on other sites More sharing options...
Lee Smith Posted November 6, 2008 Share Posted November 6, 2008 Sorry but what does To stand for? T It stands for Table Occurance. HTH Lee Link to comment Share on other sites More sharing options...
tmas73 Posted November 6, 2008 Author Share Posted November 6, 2008 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 Link to comment Share on other sites More sharing options...
Raybaudi Posted November 7, 2008 Share Posted November 7, 2008 ... and the field that has the tooltip is a field of the same table ( products_navigation ) or of a related one ? Link to comment Share on other sites More sharing options...
tmas73 Posted November 8, 2008 Author Share Posted November 8, 2008 Yes it is in the same table but in a portal row! T Link to comment Share on other sites More sharing options...
Raybaudi Posted November 8, 2008 Share Posted November 8, 2008 I think that you'll need only a 2 :) products_navigation.zip Link to comment Share on other sites More sharing options...
tmas73 Posted November 8, 2008 Author Share Posted November 8, 2008 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. Link to comment Share on other sites More sharing options...
Raybaudi Posted November 9, 2008 Share Posted November 9, 2008 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 ? Link to comment Share on other sites More sharing options...
comment Posted November 9, 2008 Share Posted November 9, 2008 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. Link to comment Share on other sites More sharing options...
tmas73 Posted November 10, 2008 Author Share Posted November 10, 2008 Hi here a file attached! Thanks for the help! Log: Test Pass: 1 T CloneDBR.fp7.zip Link to comment Share on other sites More sharing options...
tmas73 Posted November 10, 2008 Author Share Posted November 10, 2008 Because it seems that it enters the number in the field but displays the linked company name in display. Link to comment Share on other sites More sharing options...
Raybaudi Posted November 10, 2008 Share Posted November 10, 2008 Hi here a file attached! With a Contacts 2 ( as I said ) works. CloneDBR.zip Link to comment Share on other sites More sharing options...
tmas73 Posted November 11, 2008 Author Share Posted November 11, 2008 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 Link to comment Share on other sites More sharing options...
Raybaudi Posted November 11, 2008 Share Posted November 11, 2008 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 ) Link to comment Share on other sites More sharing options...
Newbies teffjohn Posted November 13, 2008 Newbies Share Posted November 13, 2008 Is it possible to change the tol tip color in the windows if it so show the steps? ---------------------- teff john dating Link to comment Share on other sites More sharing options...
tmas73 Posted March 20, 2009 Author Share Posted March 20, 2009 (edited) Solved! connect eo_materials to eo_contacts_lookup Tooltip.fp7.zip Edited March 21, 2009 by Guest Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5654 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now