Normal Topic WML Documents (Read 561 times)
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
WML Documents
Nov 9th, 2011 at 7:55pm
Print Post Print Post  
I created a new WML document with all fields displaying nicely. The money field, however, is displayed as 300.0000 instead of $300.00. The Alt+F9 formatting switch does not work, if that's the way to go?
Suggestions, please!

Peter
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: WML Documents
Reply #1 - Nov 9th, 2011 at 8:29pm
Print Post Print Post  
Hello Peter,

I do not believe WML uses Word's merge formatting as the data is processed and formatted by the WML programming. If you have the older WML programming there is a line that says

Code
Select All
If nn = 5 Then vVal = FNM(vVal, 2, ",", "$")  



You will need to change it to

Code
Select All
If nn = 19 Then vVal = FNM(vVal, 2, ",", "$")  




-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Re: WML Documents
Reply #2 - Nov 10th, 2011 at 3:36pm
Print Post Print Post  
Thanks Dr. Ray!

Peter
  
Back to top
 
IP Logged