Jean:
I did what you said: I deleted the contents of the memo field objcode and did not recompile/rebuild the project. Closed
the table then opened the form from the project manager. The code was gone from the click event of the command button
(just like before). So I rebuilt the project and opened form again and the code was back in the event.
So I guess what you are saying is to delete the contents of objcode (hopefully the code is still in the field named
methods) and recompile will rebuild the objcode field.
So in reality the code was not missing but was glitched between the 2 fields. And apparently when the project is rebuilt
and the re-compile all checkbox is selected does nothing because checking the EXE that built the print command button
returned no reports (assuming that the contents of objcode was corrupt then as well). What causes this? I have not seen
this behavior before. Likewise (I can assume) the compile on close does not recompile the form...
Do you do this prior to all builds of your systems - reset the objcode field on
all forms prior to the build?
Is this similar to the issue in the FRX to delete the contents of the tag and tag2 fields for the printer driver of the
report? This is what I wrote to reset those fields and I do this before compiling a project.
local i, lnCount
local array laFrxs(1,5)
lnCount = 0
lnCount = adir(laFrxs,"*.frx")
if lnCount > 0 then
for i = 1 to lnCount
use (laFrxs(i,1))
replace tag with "", tag2 with ""
use
endfor
wait window "Reset " + alltrim(transform(lnCount,"99,999")) + " Reports..."
timeout 2
else
wait window "No Reports In This Folder..." timeout 2
endif
Thanks for the help!
Regards,
Jack Skelley
Jean Laeremans wrote:
On 10/24/06, Tracy Pearson <[EMAIL PROTECTED]> wrote:
Jack,
I've seen this once, when a resource issue was causing my memo
pointers to
not update correctly. My resource issue was Norton Anti-Virus. YMMV
Tracy
Known bug..
Open the form as a table. Replace all ObjCode with "". Compile form again.
Needless to say make a backup 1st <s>
A+
jml
[excessive quoting removed by server]
_______________________________________________
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
** 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.