Link to home
Start Free TrialLog in
Avatar of Ernesto
ErnestoFlag for Mexico

asked on

format a datagrid

Hi guys.
i need to put after a numbre the % sign, how can I do that, I know that exist the NUMBRE FORMAT BUT HOW CAN i use it for format a string database field that have a several values like ">35"   "<20"  "10" etc I want to put a % sign after each one in a data grid
Thank you
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Clothahump
Clothahump

set the row and column as needed, then load the value as

FlexGrid1.Value = sSourceValue & "%"