I am wanting to put carriage returns into a variable so when it
calculates on my form, different items will be on separate lines.

This is a variable created in the form.

I looked at the ASCII chart in 7.6 and created this variable:

 

(.vShort+'.'+(CHAR(015))+.vCustOrder+'.'+(CHAR(015))+.vShipnotes+'.'+(CH
AR(015))+.vModelList

 

I got this result with no actual returns just the boxes where I want the
return.

 

SHORTAGES MUST BE NOTED ON BILL OF LADING AND REPORTED TO DRIVER
IMMEDIATELY.09020901VA.STANDARD HIGH DOCK DELIVERY.  CALL 24HRS B4
DELIVERY TONY AT 757-570-2353. CREDIT CARD.212SGA

 

I want it to look like this:

 

SHORTAGES MUST BE NOTED ON BILL OF LADING AND REPORTED TO DRIVER
IMMEDIATELY.

9020901VA.

STANDARD HIGH DOCK DELIVERY.  CALL 24HRS B4 DELIVERY TONY AT
757-570-2353. CREDIT CARD.

212SGA

 

Is there a way to put the returns in so it is automatic?

 

Jim

 

 

 

 

Reply via email to