StrataFrame Forum

Localization Issue

http://forum.strataframe.net/Topic10003.aspx

By Larry Caylor - 7/5/2007

If I set the form's AutoDeleteMessage property to some text value, the text is displayed in a standard 'Delete Record" window that contains both  "Yes" and "No" buttons. If I set the AutoDeleteMessageKey to a key that corresponds to a localization text value, not a message, I get a different window that only contains an "OK" button, which doesn't allow canceling the delete. Is the AutoDeleteMessageKey expecting a key to a text value that should only update the text displayed in the stndard window, or does it want a message? Crazy
By Larry Caylor - 7/5/2007

OK I see that a key that corresponds to a message item that is configured the same as the default message (same buttons) works. I'll go with that.

-Larry

By Trent L. Taylor - 7/6/2007

Yeah, you got it figured out Smile
By Trent L. Taylor - 7/6/2007

Larry,

After further investigation, this was a big Ermm  The AutoDeleteMessageKey was not being used property and has been fixed in 1.6.1.  When you get the update, you will need to use the AutoDeleteMessageKey and AutoDeleteMessageTitle as text values in conjunction with one another.  This was the only one acting "funny" and when I got to looking at it it was using the AutoDeleteMessageKey as a full message rather than a text message which meant that the AutoDeleteMessageTitle was never used.  Sorry for the trouble. Blush