问个简单的问题,比较急,帮帮忙(15分)

  • 主题发起人 主题发起人 dreamblue
  • 开始时间 开始时间
D

dreamblue

Unregistered / Unconfirmed
GUEST, unregistred user!
strtofloat(edit10.text):=strtofloat(edit5.text)*strtofloat(edit6.text)
edit10的内容为小计(字段类型是float)
edit5的内容是单价(字段类型为float)
eidt6的内容是数量(字段类型为integer)
最上面的语句是想实现输入的单价乘以数量自动得到小计,但有错误,请问大家如何实现。

 
edit10.text:=formatfloat('0.00',strtofloat(edit5.text)*strtofloat(edit6.text));
 
多人接受答案了。
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
923
SUNSTONE的Delphi笔记
S
后退
顶部