labc Posted June 27, 2008 Report Share Posted June 27, 2008 Dear all, I'd like to drop a Excel file to a Table control of my program, and then all data would be showed in the table. So, what I should do to get the absolute path of the Excel file? As we know, I could use a path control to capture the path, but I prefer there is only one table control in my UI. Labc Quote Link to comment
Ton Plomp Posted June 27, 2008 Report Share Posted June 27, 2008 QUOTE (labc @ Jun 26 2008, 05:50 PM) Dear all,I'd like to drop a Excel file to a Table control of my program, and then all data would be showed in the table. So, what I should do to get the absolute path of the Excel file? As we know, I could use a path control to capture the path, but I prefer there is only one table control in my UI. Labc Dropping directly from another program can be done by creating an invisible path control. A little example is given on the http://digital.ni.com/public.nsf/allkb/81D867F8C6A1376D86257347001BE936' target="_blank">NI KB. Ton Quote Link to comment
labc Posted June 29, 2008 Author Report Share Posted June 29, 2008 QUOTE (tcplomp @ Jun 26 2008, 07:06 PM) Dropping directly from another program can be done by creating an invisible path control.A little example is given on the http://digital.ni.com/public.nsf/allkb/81D867F8C6A1376D86257347001BE936' target="_blank">NI KB. Ton Thank you, Ton. It does work! Labc Quote Link to comment
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.