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?