Here is what I have:
if(CheckBox1 == "1") then
form1.Main_Subform.subform.CommentsSubform.AlternateText.presence = "invisible" & form1.Main_Subform.subform.CommentsSubform.DefaultComment.presence == "visible"
elseif(CheckBox1 == "0") then
form1.Main_Subform.subform.CommentsSubform.AlternateText.presence = "visible" & form1.Main_Subform.subform.CommentsSubform.DefaultComment.presence == "invisible"
endif
AlternateText and DefaultComment occupy the same location on my form. AlternateText (text field) is set as Visible and DefaultComment (static text) is set as Invisible.
I also tried using a messageBox and got the same error message. I am obviously a self-taught LC user. I am using LC Designer 8.0 I have also looked high and low for reference material that would give me the basic-basic scripting info I need. Does anyone have any suggestions regarding either of my dilemmas? (script above and reference material)
Any help at all would be greatly appreciated. rpeterson
George Kaiser