Model builder with two scripts and ToolValidator problems

573
1
Jump to solution
08-07-2012 08:50 AM
KarstenRank
Occasional Contributor III
Hello,

I have two python scripts, which both work well alone. I want now to put them togehter in model builder.
Script one imports a text file to a table and the second script works with this new table. In the second script there is a ToolValidator, with updating the updateParameters function. This update function works fine in the script alone, but when I combine the scripts, the updateParameters function doesn't work.

Must I change the ToolValidator script?

Thanks for your help!
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
KarstenRank
Occasional Contributor III
I've solved the problem with writing all in python.

Cheers Karsten

View solution in original post

0 Kudos
1 Reply
KarstenRank
Occasional Contributor III
I've solved the problem with writing all in python.

Cheers Karsten
0 Kudos