@if help this

i want a field in my form which is BSJD and MPLD field i want to view the number of BSJD and MPLD using @if ex… @if BSJD>MPLD whats next i want to display from view the value of BSJD greater than MPLD…

Subject: @if help this

try this:@if (BSJD>MPLD; @Prompt([ok];“Your Title”; "Value of BSJD : " + @Text(BSJD)); “”);

-Mohammad Ashfaq