lost application link in production environment

Hello,

I have an grid linked to a form on “ID”- field by application link.

All works fine in the development system.

On the production system , I’ll get the form only in insert-mode.

Calling the form directly gives me all data from SQL.

A look into the debug show’s, that in developnem is calle SQL with “… WHERE ID= 3” at the end .
In porduction System it is : “… WHERE ID= 0”

Databases are the same, connections are equal.

development: WAMP with SC7 /SC8
production: Debian XAMP SC8
i’ll get the same error on SC7-production System.

what’ wrong here ?
any ideas?

thanks for help!
Jens

Jens,

Make sure that in your form you have set your Unique Key (in the left menu) properly

Dave

[QUOTE=daveprue;30250]Jens,

Make sure that in your form you have set your Unique Key (in the left menu) properly

Dave[/QUOTE]

The Unique Key is ID and is marked in the form .

in my mind the wron SQL Comes from the grid .

it shows me an ID = 0, not an ID = 3 in SQL debug mode.

the form works fine ( without using the link)

Jens, can you check in your production system if the php option register_globals set to 0 or 1? Try with each of the other option …