cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Cheque printing

Former Member
0 Kudos

Hi All

I am facing a problem in printing a cheque.

The problem is that when I give print a cheque the date format appearing on it is in format DD.MM.YYYY (Wrong)

Now if I go back and again give the same command I get the cheque as desired and date is in MM.DD.YY (Correct) format

In the whole process one cheque is getting wasted........

Do you have any idea why this problem is occurring and how does it get solved just by going back?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187452
Contributor
0 Kudos

Hi,

One alternative solution for this is

get 3 variables as

var1 = date

var2 = month

var3 = year

and then concatenate them in your required format.

Regards,

Bharat.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for your replies