T
Tony Vrolyk
I tried this post in the Forms group but didn't find what I was looking for
so I thought I would see if anyone here might have an idea.
1. I have a table where I store data about certain funtions. There is a
field for the function name (as it would be called in code), a f riendly
name that is displayed to the user and other fields that store info that I
use to orgnize and query the list. For instance the functions are
categorized based on where the user is in the application.
2. On a form I have a list box that displays export functions to the user
using their friendly names. The actual function name being column 1, bound
and hidden.
3. The user would choose from the list of friendly names then click Run.
4. The code behind the Run button would take the value of the list box
(which is the function name) and run that function.
It is number 4 where I am not sure what to do. Eval() is close but it is
only usefull for returning a value. In this case I am executing a Word
Automation task
The functions may also require argumants which I may get from the other
colums of the list box or the form OpenArgs but that part is easy enough.
Any ideas?
Tony
so I thought I would see if anyone here might have an idea.
1. I have a table where I store data about certain funtions. There is a
field for the function name (as it would be called in code), a f riendly
name that is displayed to the user and other fields that store info that I
use to orgnize and query the list. For instance the functions are
categorized based on where the user is in the application.
2. On a form I have a list box that displays export functions to the user
using their friendly names. The actual function name being column 1, bound
and hidden.
3. The user would choose from the list of friendly names then click Run.
4. The code behind the Run button would take the value of the list box
(which is the function name) and run that function.
It is number 4 where I am not sure what to do. Eval() is close but it is
only usefull for returning a value. In this case I am executing a Word
Automation task
The functions may also require argumants which I may get from the other
colums of the list box or the form OpenArgs but that part is easy enough.
Any ideas?
Tony