Commande pieces

Bonjour
je souhaite faire une application pour des commandes de pieces en stock central. Jโ€™aimerai pouvoir selectionner dans une liste les articles et les sauvegarder sur le fichier excel.
merci pour votre aide

0 7 347
7 REPLIES 7

Steve
Platinum 4
Platinum 4

Bonjour Steve,
Merci pour votre aide. Jโ€™ai bien crรฉer lโ€™application cependant jโ€™ai un problรจme. je ne sais pas sโ€™il y a une erreur dans REF_ROWS(โ€œMouvement Lelyโ€, โ€œReferenceโ€) mais tout est correct dans appsheet mais sur le fichier Excel la colonne rรฉfรฉrence se renseigne avec le numรฉro de ligne plutรดt que la rรฉfรฉrence sรฉlectionnรฉ.
Pouvez vous mโ€™aider ?
merci

For a column of type Ref, the value stored in the spreadsheet is the value of the key column for the referenced row. That the stored value is the row number tells me that the _RowNumber column is the key column of the Mouvement Lely table.

What would you prefer to have stored in the spreadsheet?

See also:


Steve,
Jโ€™ai rรฉussi a modifier la clรฉ seulement jโ€™ai un autre problรจme. Quand je sรฉlectionne une rรฉfรฉrence dans la table โ€œArticle lelyโ€ et que je fais โ€œaddโ€ ce nโ€™est plus la bonne rรฉfรฉrence affichรฉ et toute les autre deviennent identique.
Quel est le problรจme ?

Unfortunately, changing the tableโ€™s key is not as simple as just choosing a different column. If you have any references between tables, those make use of the key column values. If you change the key column, all existing references to that table no longer work because the stored Ref values no longer match values in the new key column. There is no good way to fix this. You could simply change the key column back to what it was, which would fix the broken references, but wouldnโ€™t help fix the original problem, so youโ€™d be back where you started.

See also:

je peux peut-รชtre retrouver la rรฉfรฉrence en utilisant des liens ? ou un code de ligne ?
Merci

There are ways to do it, but nothing trivial, and nothing Iโ€™m prepared to offer help with, myself.

Top Labels in this Space