Search found 19 matches

by Ali
November 5th, 2019, 2:00 am
Forum: Entry
Topic: not able to modify/reopen from Menu
Replies: 2
Views: 1858

Re: not able to modify/reopen from Menu

Thanks Josh!
by Ali
November 1st, 2019, 10:35 am
Forum: Entry
Topic: not able to modify/reopen from Menu
Replies: 2
Views: 1858

not able to modify/reopen from Menu

Dears; When I launch a household from the menu using the id of the household for the first time it opens the household application, but when I launch the same household from the menu for the second time it does not open and says duplicated ID. I added in the pff file of start mode the ID var 0f the ...
by Ali
November 1st, 2019, 7:40 am
Forum: Entry
Topic: Sample selection
Replies: 2
Views: 1809

Re: Sample selection

Thanks Josh!
by Ali
November 1st, 2019, 7:39 am
Forum: Entry
Topic: Deleting Data
Replies: 3
Views: 2199

Re: Deleting Data

Thanks Josh; solved! Thanks Again!
by Ali
November 1st, 2019, 5:17 am
Forum: Entry
Topic: Sample selection
Replies: 2
Views: 1809

Sample selection

Dears; I'm trying to sample Firms using menu appl. The first time I took the sample it was good and correct. But when I come back again and it takes the sample again it doubles the sampled firms in the assignment data file, when the random start different from the first one. I think the problem is t...
by Ali
November 1st, 2019, 4:34 am
Forum: Entry
Topic: Deleting Data
Replies: 3
Views: 2199

Deleting Data

Hi;
I'm trying to delete/clear the data (.csdb ) before assigning other households in the data file. I mean I just want to remove/clear any previous data that exists before I put other households in this data file.
Many Thanks.
by Ali
July 8th, 2019, 8:46 am
Forum: Entry
Topic: multiple lines in maketext()
Replies: 1
Views: 3651

multiple lines in maketext()

Hi Everyone; I just wanted to write a message to be displayed in multiple lines using maketext() and accept(). It is very helpful for a long text message. EX. string message = maketext("XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", X1, X2, X 3, X4, X5, X6); numeric ch...
by Ali
June 6th, 2019, 10:26 am
Forum: Entry
Topic: Err Msg Select function
Replies: 2
Views: 3379

Re: Err Msg Select function

Thanks Josh; solved!
Ali
by Ali
June 6th, 2019, 4:57 am
Forum: Entry
Topic: Err Msg Select function
Replies: 2
Views: 3379

Err Msg Select function

I'm new to cspro and tried to display an error message together with select function. I got an error message says "Expecting right parenthesis ')' in a function call near line 11 in P35 procedure. Here is the logic I used: PROC P35 if P04 + P07 + P10 + P13 + P32 <> P01 then errmsg("The sum...