Search found 21 matches

by xcode
September 10th, 2016, 9:02 am
Forum: Entry
Topic: write value in roster culomn
Replies: 5
Views: 4774

Re: write value in roster culomn

done thanks :)
by xcode
September 9th, 2016, 6:02 pm
Forum: Entry
Topic: roster new column
Replies: 5
Views: 4315

Re: roster new column

thank you sir :)
by xcode
September 9th, 2016, 2:44 pm
Forum: Entry
Topic: write value in roster culomn
Replies: 5
Views: 4774

write value in roster culomn

in my roster i have a size column contain
1 -350 gr
2 -450 gr
3 -650 gr
.
.
..
and next column in the roster is empty i want when user select 1 from size column the system write 000.350 in the second column and so on
by xcode
September 9th, 2016, 1:15 pm
Forum: Entry
Topic: roster new column
Replies: 5
Views: 4315

Re: roster new column

thanks :) for your always help and support. do you know any link i can download examples to train my self?
by xcode
September 9th, 2016, 11:29 am
Forum: Entry
Topic: roster new column
Replies: 5
Views: 4315

roster new column

hi
i created a dictionary and a form but after i finalize every thing and tested the data entry i want to add a new column to the roster i added it to dictionary but it didn't appear in the roster.
by xcode
September 6th, 2016, 4:17 pm
Forum: Entry
Topic: data filter
Replies: 5
Views: 4899

Re: data filter

woooooow many thanks jfigueroa its working :). i have another question how could i end a case without entering all the lines i mean i have i roster contain 100 rows but some times the questionnaire contain less numbers of rows and i cant finish the case until fill all the rows could you help me on t...
by xcode
September 6th, 2016, 3:17 am
Forum: Entry
Topic: data filter
Replies: 5
Views: 4899

Re: data filter

i mean if i have 8 company and 40 brands each company of them has 5 brands so i want when the data entry select company from the first column he only can select the brands belong to the selected company.
by xcode
September 4th, 2016, 9:00 am
Forum: Entry
Topic: data filter
Replies: 5
Views: 4899

data filter

i have a roster contain 9 columns the first column contain company the second column contain brand
i need to filter brand based on selected company.how could i do that.
by xcode
August 23rd, 2016, 8:00 am
Forum: Entry
Topic: run old application on new version
Replies: 4
Views: 3598

Re: run old application on new version

Many thanks Gregory for your support the program is working now :).
by xcode
August 9th, 2016, 8:55 am
Forum: Entry
Topic: run old application on new version
Replies: 4
Views: 3598

Re: run old application on new version

PROC GLOBAL Numeric iRow,icode,jj,C_Q1A,C_Q1D,C_Q2A,C_Q2D,idi,ID,BRAND,T_BRAND; Numeric SUM_Q6B,SUM_Q9B; function GetValue( xValue ) if not special(xValue) then GetValue = xValue else GetValue = 0 endif; end; function Search_Halawa(xId) Search_Halawa =-1; do idI=1 WHILE idI<=TOTOCC(REC04000) if H_id...