> I have duplicated and then modified the screens (including soem includes and
> actions) that relate to adding and updating a product, so i can use it for
> adding and updating retailers for our products. Most everything works. I
> can add retailers and the correct info goes into the database, then I can
> see the correct info in the admin_retailers screen, but when I try to modify
> the info I get the following error message.
>
> "
> I don't know which item you are trying to edit. Clearly this is a bug.
> "
>
> Any idea where to track this down to? I have checked and rechecked the code
> and cannot find the problem.
In the screen that does the update, there is a hidden variable that
tells which item you're trying to update. The hidden variable is
received by the action so that the system knows which item to update.
You'll probably want to change the name of the variable, and then you'll
just have to make sure that it is working in both the screen and the
action. You can visually trace the code to see if it is.
-jj
--
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
print "<i>imagination is the only real medium(sm)</i><br>"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]