This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
You can do it for the OneToMany, but you can't do it for the OneToOne? Or am I missing something. Btw I am using the July 15th nightly build version of LightSpeed |
|
|
You're not missing anything: we haven't yet implemented this for one-to-one associations. I'll see if I can get it into tonight's nightly build -- will let you know shortly! |
|
|
By the way, as an interim measure you can do it in code by applying ColumnAttribute to the _xxxId field (the foreign key). |
|
|
Thank you Ivan |
|
|
Mea culpa, it is already in there after all! We added it in April so it should be in the build you have. Select the association and look for a Column Name property (it will be in the Persistence category if you use categorised view). Sorry for the confusion! If you don't see a Column Name property, could you try uninstalling LightSpeed and reinstalling from the nightly? Also check in Control Panel whether you have two copies of LightSpeed installed -- if this is the case you will need to uninstall both of them before reinstalling. |
|
|
Awesome, it worked once I did an uninstall and reinstall of the latest nightly build. Thank you! |
|