homersodyssey
Programmer
We just added the store 8753 code and created a new directory for it following the pattern of the previous store entries.
So store 8798 works just fine, but when we come to the 8753 store, I get two errors:
"Cannot find variable 'vendor_number'"
"Cannot find variable 'order_number'"
Reindexed both tables that are feeding each other. Kind of stuck now at this point.
Code below (posted the code from store 8798 to show that it is working and the problem code for store 8753)
message_window.label2.caption="Processing Store 8798"
message_window.refresh
set safety off
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8798\itemfile exclu
zap
append from \\public\IT_Dept\Programs\Pricebook_Working\svtstorefile2 for store = 8798
replace all ord_num_in with order_number
replace all vnd_num_in with vendor_number
use
use \\public\IT_Dept\Programs\Pricebook_Working\default
scatter memvar
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8798\default shared
do update_week_new
use
message_window.label2.caption="Processing Store 8753"
message_window.refresh
set safety off
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8753new\itemfile exclu
zap
append from \\public\IT_Dept\Programs\Pricebook_Working\svtstorefile2 for store = 8753
replace all ord_num_in with order_number
replace all vnd_num_in with vendor_number
use
use \\190.69.1.208\public\IT_Dept\Programs\Pricebook_Working\default
scatter memvar
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8753\default shared
do update_week_new
use
message_window.release
close database all
So store 8798 works just fine, but when we come to the 8753 store, I get two errors:
"Cannot find variable 'vendor_number'"
"Cannot find variable 'order_number'"
Reindexed both tables that are feeding each other. Kind of stuck now at this point.
Code below (posted the code from store 8798 to show that it is working and the problem code for store 8753)
message_window.label2.caption="Processing Store 8798"
message_window.refresh
set safety off
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8798\itemfile exclu
zap
append from \\public\IT_Dept\Programs\Pricebook_Working\svtstorefile2 for store = 8798
replace all ord_num_in with order_number
replace all vnd_num_in with vendor_number
use
use \\public\IT_Dept\Programs\Pricebook_Working\default
scatter memvar
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8798\default shared
do update_week_new
use
message_window.label2.caption="Processing Store 8753"
message_window.refresh
set safety off
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8753new\itemfile exclu
zap
append from \\public\IT_Dept\Programs\Pricebook_Working\svtstorefile2 for store = 8753
replace all ord_num_in with order_number
replace all vnd_num_in with vendor_number
use
use \\190.69.1.208\public\IT_Dept\Programs\Pricebook_Working\default
scatter memvar
use \\public\IT_Dept\Programs\Pricebook_Working\storefiles\8753\default shared
do update_week_new
use
message_window.release
close database all