loadcase and no action in the field (variable)

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Yass
Posts: 103
Joined: November 11th, 2017, 1:26 am

loadcase and no action in the field (variable)

Post by Yass »

Hi Cspro,

I have a menu program that calls other programs. For instance I have programs :
Menu
AppDrink
AppHousehold

Then have a dictionary named SamSelHH , which I have added to both Menu and AppDrink.

Code: Select all


In the AppDrink prog I have :

Preproc Prov
if loadcase(SampSelHH)= 1 then
 Prov=SProv;
 Dist=SDist;
endif;
My challenge is if I run the AppDrink program the Prov and Dist is populated nicely but if i run the Menu program that calls the AppDrink
program , the loadcase has no effect. The Prov and Dist does not populate.

Urgent help needed ... Thanks !!
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: loadcase and no action in the field (variable)

Post by aaronw »

Yass send your application to cspro@lists.census.gov, so I can take a look at it.
Yass
Posts: 103
Joined: November 11th, 2017, 1:26 am

Re: loadcase and no action in the field (variable)

Post by Yass »

Thanks
Post Reply