Search found 9 matches

by hamouda1987
September 19th, 2016, 2:54 pm
Forum: Entry
Topic: GPS
Replies: 2
Views: 3051

Re: GPS

thank you So much M.jfigueroa
by hamouda1987
September 19th, 2016, 10:27 am
Forum: Entry
Topic: GPS
Replies: 2
Views: 3051

GPS

Hello Good people i am using this code for GPS if gps(read, 60, 10) then // Read up to 60 seconds, try for 10m accuracy errmsg("Latitude is %f, longitude is %f",gps(latitude),gps(longitude)); else errmsg("GPS signal could not be acquired"); endif; when i want to consult or modify...
by hamouda1987
September 18th, 2016, 10:33 am
Forum: Entry
Topic: ID of record
Replies: 2
Views: 2816

Re: ID of record

thank you so much
by hamouda1987
September 17th, 2016, 4:16 pm
Forum: Entry
Topic: ID of record
Replies: 2
Views: 2816

ID of record

hello good people

I have an ID in my record

PROC ID
preproc

if visualvalue(ID) = notappl then
ID = 1;

else
ID = visualvalue(ID) + 1;

endif;


when i want to modify a record the ID change and take ID=ID+1

i don't want to have this probleme
how can i do ?

kind regards
by hamouda1987
September 16th, 2016, 2:46 pm
Forum: Entry
Topic: Intersection between two strings
Replies: 1
Views: 2554

Intersection between two strings

Hello good people , I have two strings 1 string="lokmij" with maximum 12 caracteres and we can't have two caracters with same values 2 string="l" with maximum 1 caractere. what i want to do is to comapre this two strings and the result will be a string with caracters not commun b...
by hamouda1987
September 8th, 2016, 9:27 pm
Forum: Entry
Topic: Order chekbox choices
Replies: 1
Views: 2270

Order chekbox choices

hELLO good people

I have a chekbox in a question .

Question : 1-old 2-very old 3-new 4-very new

if i choose for example 3 choices 1 ,2 and 3 .
how can i define which one is the 1 choice ;the second choice and the third choice because value will be always 123 whithout order

Kind regards
by hamouda1987
September 8th, 2016, 7:22 am
Forum: Entry
Topic: Depending chekbox
Replies: 2
Views: 3182

Depending chekbox

hello people , I have 2 checkbox with the same value in question 1 and question 2. question 1 : chekbox :1-car1 2- car2 3-car3 4-car4 question 2 : chekbox :1-car1 2- car2 3-car3 4-car4 what i want to do is when i choose for example in the question 1 the answers 1 and 2 , in question 2 i want to see ...
by hamouda1987
June 14th, 2016, 5:04 pm
Forum: Entry
Topic: radio button multiple choice
Replies: 4
Views: 5001

Re: radio button multiple choice

thank you so much Mr josh !!
You are the best
Kind regards
by hamouda1987
June 14th, 2016, 7:24 am
Forum: Entry
Topic: radio button multiple choice
Replies: 4
Views: 5001

radio button multiple choice

Hello everybody I have an issue that i need a help please in Question 1 : choose car (radio button) 1-renault 2-BMW 3-ford in Question 2 : choose your car model (radio buttons) 1-clio 2-fiesta 3-fusion i want when we choose in question 1 a car type ,we can see only in question 2 the appropriate car ...