NoWayIsThisInUse
IS-IT--Management
Is there a bug in VFP 8 whereby on an "ppend from &tabname" character fields don't always come over?
I've been programming in dBase/Foxpro since dBase II (20 years), so I've got the t-shirt -- but I have been programming in ColdFusion primarily for the last few years, so I'm hoping I missed a memo.
tabname = "mytable"
select tmpTable
append from &tabname
I've done a "flush" afterwards, with no change.
Browse it and some character fields are empty... It works most of the time and then will not sometimes on one in every 20 times.
So I said "fine, I'll do it another way" and did a select * from &mytable into table tmptable and browsed it and it gives very similar results, if not worse.
Any ideas?
I've been programming in dBase/Foxpro since dBase II (20 years), so I've got the t-shirt -- but I have been programming in ColdFusion primarily for the last few years, so I'm hoping I missed a memo.
tabname = "mytable"
select tmpTable
append from &tabname
I've done a "flush" afterwards, with no change.
Browse it and some character fields are empty... It works most of the time and then will not sometimes on one in every 20 times.
So I said "fine, I'll do it another way" and did a select * from &mytable into table tmptable and browsed it and it gives very similar results, if not worse.
Any ideas?