Assigning a Function to a textbox

Rockape

Registered User.
Local time
Today, 13:42
Joined
Aug 24, 2007
Messages
271
Hi,

I am trying to apply an adapted function/module (from this site) to a textbox that I have created in a report, but with no luck. Can someone assist me?

Thanks :confused:
 
Last edited:
"no luck" doesn't give us much to go on, which is probably why nobody has answered. It should be as simple as:

=FunctionName()

if there are no arguments. Make sure the module and function don't have the same name.
 
My apologies...

:(

I did try that but to no avail. I was wondering whether I would have to include a field name within the brackets.

Anyhow thanks for replying. Much appreciated. :)


"no luck" doesn't give us much to go on, which is probably why nobody has answered. It should be as simple as:

=FunctionName()

if there are no arguments. Make sure the module and function don't have the same name.
 
We cannot see your system or code or what happens. Only the info you provide.

A few hints:

1. When you ask for help, say what you want very specifically, and what you have done. Show the code, otherwise no-one can guess what is going on
2. "no luck" , "to no avail" indicate that you are unhappy but gives no other useful hints to ppl who cannot see your system. Be specific: what did happen when you did what you did?

So which function do you want to do what exactly where?

I am too lazy to DRAG such information out of posters, and I guess I am not alone.
 
I was wondering whether I would have to include a field name within the brackets.

That would depend on the function, which...you haven't provided.
 

Users who are viewing this thread

Back
Top Bottom