Bob Newman
2008-09-22 20:43:31 UTC
Can anyone explain this behavior when replacing a field value in a table in another work area?
current alias is retact
replace mn_info->ntax with retp->ntaxdue && works
replace mn_info->gsales with nGSales && does not work
To get the value of the nGSales memory variable into mn_info, I must first select mn_info and then issue the replace...
Seems that going from table to table is Okay, but not variable to table.
TIA
current alias is retact
replace mn_info->ntax with retp->ntaxdue && works
replace mn_info->gsales with nGSales && does not work
To get the value of the nGSales memory variable into mn_info, I must first select mn_info and then issue the replace...
Seems that going from table to table is Okay, but not variable to table.
TIA