dknc Posted September 12, 2004 Posted September 12, 2004 I am having difficulty getting a ValueListItems function to work when used in a Substitute function. With the name of the file I am working in being "billing.fp5" and the value list named "visit_or_procedure", I have tried: Substitute( ValueListItems( "billing",visit_or_procedure ), "
SteveB Posted September 12, 2004 Posted September 12, 2004 Try Substitute( ValueListItems( Status(CurrentFileName)),visit_or_procedure ), "
dknc Posted September 12, 2004 Author Posted September 12, 2004 Thanks, but with that I get a "There are too few separators in this function." message with the parenthesis just before the first comma highlighted. D
Fenton Posted September 12, 2004 Posted September 12, 2004 Substitute( ValueListItems( "billing.fp5", "visit_or_procedure" ), "
Recommended Posts
This topic is 7723 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now