04-03-2008 07:03 AM
04-03-2008 07:47 AM
04-03-2008 08:17 AM
04-03-2008 08:19 AM
Hi Anitha,
if i understand you correct you want that the user select the Data stored in LabView manually, right? For that you can define a Callback function.
Mike
04-03-2008 08:25 AM
Hi Mike,
Yes ur right.How to do callback function,can you plz explain little bit clear.
Thanks & Regards
04-03-2008 08:28 AM
04-03-2008 08:46 AM
Hi Mike,
I don't want this way.For example in my excel sheet sunday,monday.....friday are stored in first colum.
Now in labview i opend that file with mouse i will place on sunday then that sunday automatically stored into labview .like that all one by one or all i need to store.
Thanks & Regards.
04-03-2008 08:58 AM
04-03-2008 09:10 AM
Hi Mike,
If user clicks on an individual cell then that cell's contents should be transferred to LabVIEW & stored (table/string indicator/ variableor)& also if the user selects a range then that range should be transferred to LabVIEW.Both way I need.
Thanks & Regards
04-03-2008 09:13 AM - edited 04-03-2008 09:15 AM
Hi Anitha,
i understand what you mean. Here is an example with the callback you need. To test it, create a new workbook or open an existing one and click into the cells.
Mike