This topic is locked

Lookup-question

9/6/2005 8:51:05 AM
PHPRunner General questions
scuba author

I need the following scenario to happen:

If I have an integer "1" in column A it should display a certain gif (gif1) in column B.

If I have an iteger "2" in column A it should display gif2 in column B. And so on.
I've experimented with the Lookup Wizard and it worked fine with everything happening in the same column but I couldn't find out how to read in one column and write to another. Is that possible??

Sergey Kornilov admin 9/6/2005

Hi,
PHPRunner can not do this for you. You can modify PHPRunner generated files manually to add the features you need.

scuba author 9/7/2005

Hm, I'm not very fit in PHP jet but I have a script that would handle that. Thing is, I don't really know where to add it. Would functions.php be the place to put it?

Sergey Kornilov admin 9/7/2005

Hi,
unfortunately I don't have ready-to-go solution for this issue.