My apologies to all who attempted to aid me with this problem... Yes,
Joe, you are right it should have been _active not _enable, but my main
problem was a large bump in the learning curve when it comes to the FB^3
Project Manager. I was working on the wrong file, and that is why the
error would not go away. Got to get better acquainted this PM.
Thanks all...
-= Bob (-:
>How about changing it to :
>
>IF gTotalCount < 2 THEN BUTTON _RefreshBtn,_ActiveBtn 'I don't think
>_enable is appropriate here.
>
>Joe Wilkins
>
>RMMerrill@... wrote:
>
>> Help... Can't get rid of this error...
>>
>> Error: End of Statement expected here...
>> In file FamTree.pi:KEY.FLTR at line 586 in KFEXITFLD, Code=203020
>> oIF gTotalCount <2 oBUTTON _RefreshBtn,_enable
>>
>> the line of code _was_ as shown and I changed it to:
>>
>> IF gTotalCount <2 THEN BUTTON _RefreshBtn,_enable
>>
>> I made this same kind of change for many other IF statements, and they
>> all were fixed with the mere insertion of the word THEN, but this error
>> persists, and it therefore, will not let me run my program. I even
>> REMARKED out the entire line and FB^3 insists I still have the same error.
>>
>> What is wrong here? Anybody have any ideas?
>>
>> thanks,
>>
>> -= Bob (-: