Hi there,
I tried to assign a value to a DataCardValue (binded DataCard in a Form). This field is a primary Index (connected to another table), but user should not add it manually when the form generates a new(Form1).
I really do not know how to do. my try was like this:
New(Form1);
DataCardValueXX = var_primekey
But I cannot assign the value. No idea why.
Please help 🙂 Thank you so much,
Klaus