Michael Savage wrote on 2012-05-01: 
>  When I try to modify a form...It states that the sct file is not an
>  object file. I can open the file as a table, browse to the record, with
>  out any errors at all.
>  
>  This all started with my code disappearing from my added methods. Yet if
>  I examined the forms methods in the browse, all my methods are there,
>  but some code is not there. (I immediately saved the code!)
>  
>  Any ideas on how fix it?
>  The last thing I want to do is recreate the form.
>  
>  TIA,
>  Mike
> 

Michael,

Use some code to test the memos.
Using AFIELDS() get a list of all the fields in the table.
Scan each row, loop through the array returned by AFIELDS() looking for
array[loop, 2] = "M"
Try/Catch getting the value from that field. 
When a problem is caught, determine what to do about it.

I'm only speculating that something has happened to some of the compiled
code in the SCT.

Tracy Pearson
PowerChurch Software


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to