Skip to Content
0
Former Member
Oct 13, 2005 at 05:33 PM

formart decimal

41 Views

Set oItem = oForm.Items.Add("ETotal", it_EDIT)

Set oEdit = oItem.Specific

oEdit.DataBind.SetBound True, "", "txtTotal"

oItem.Top = 250

oItem.Left = 485

oItem.Width = 75

oItem.Height = 15

oItem.Enabled = False

oEdit.Value = frm2.Items.item("123").Specific.Value

my edit.value is "27.45" can i convert it to show as "27,45""

ther is a way to creat a format in the edit(0,000) i dont know?