Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - SOLVED: Format Property
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SOLVED: Format Property

 Post Reply Post Reply
Author
Message
ElvisM View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 October 2006
Location: Venezuela
Status: Offline
Points: 129
Post Options Post Options   Thanks (0) Thanks(0)   Quote ElvisM Quote  Post ReplyReply Direct Link To This Post Topic: SOLVED: Format Property
    Posted: 19 February 2007 at 10:51am
Hi, excuseme, but my english is so short.
 
Question: There is a way to make this with the format property?
 
 
I was using the "$ %s" value for the format property, but it don't show the thounsands separators, and I can't to put 2 digits for the decimal position.
 
Thanks for your time
 
 
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015
Back to Top
6ero View Drop Down
Newbie
Newbie


Joined: 19 August 2006
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote 6ero Quote  Post ReplyReply Direct Link To This Post Posted: 06 April 2007 at 2:19pm

You can't do it using the format property .

I use the "value" property to store the number and the "caption" property to display my own formatted string of that number.

Example:

Set Item = Record.AddItem(total)
Item.caption= FormatCurrency(total, 2)

This will sort fine also.

I hope this helps anybody trying to do the same thing.
Back to Top
irman_herdiana View Drop Down
Newbie
Newbie


Joined: 10 August 2007
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote irman_herdiana Quote  Post ReplyReply Direct Link To This Post Posted: 12 August 2007 at 8:49pm
but when i use the format currency the cell cannot be edited..its always change into original number.
Back to Top
gaudetm View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 September 2006
Location: Canada
Status: Offline
Points: 134
Post Options Post Options   Thanks (0) Thanks(0)   Quote gaudetm Quote  Post ReplyReply Direct Link To This Post Posted: 14 August 2007 at 9:02am
I would like to know what code is need to do the backcolor for one row of two.  can you send it here so someone else can also use it?
 
Thanks
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.219 seconds.