Hello all!
I need some help. It is very simple, but has me confused. I want to create a table of strings on my front panel. It has one colmn and many rows. Each row contains a person's name.When I click on a name, I want the selected name, as a single string, at the output of the corresponding block in the block diagram. This name will be attached to a file path and the corresponding file gets opened.
For example. ''C: \ Patient Records\ '' is one string that is fixed.
I want a table of names on the front panel that I can choose from. On clicking a name, say, ''Hüber'', this string will get appended to the string above to build a path
C:\Patient Records\Hüber
This will open Mr.Hüber's file and display details on my front panel. I have programmed everything else. I'm just stuck on one small thing. I want some way of creating a table of names on the front panel, which on pressing will give me just the selected string. I do not want to use a ring,enum,menu variable or the likes; because my final application will contain over a hundred patient records with the names on the front panel. And, the doctor who will be using the GUI, must be able to see the list of names before her/him like a table. I tried using a combination box, table, express tale and so on. But, they return arrays of data and not the specific string of the name I want.
I would like some help and suggestions from all of you,
Aparna.