02-26-2010 06:48 AM
Hi All
I am new to LabVIEW forum and my warm regards to all those veterans already on this platform. I am doing a few automation activities in LabVIEW 8.5 but cannot call myself a pro. I have a situation here which needs your attention.
I am trying to design an application which will have a form (table control or something else). The intention is to feed some string data to this table and be able to specify where this string data should go by merely placing the pointer on the destination cell and then entering the string through another control. Also the data in the table should be able to be copied and pasted in other cells of the table. Basically, it should work like how an excel works in terms of edit mode (copy paste), along with which it should be capable of entering string data as specified by some other controls into the table at specified table location (using mouse pointer preferably). Please see below the GUI picture for better understanding.
Here pointers 4 and 5 point to the table and the string command to be entered once the Enter Command button is pressed.
The problem is that adding string through other controls and editing the data similar to excel does not happen at same run time. Basically, I am not even finding how to edit any data on the table just like an excel.
If you have further questions, please write back.
Thanks
Sohom
02-26-2010 06:54 AM
02-26-2010 06:55 AM
02-26-2010 07:08 AM
The image appears a bit small and my eyesight is not what it was...
Is it possible to post your code? That way we can look at what you have implemented so far.