🔒 Closed VB6 Help How to Display en or em dash

Status
Not open for further replies.
Baka puwede mo ireplace yung em dash ng normal na dash? O gamit ka ng inkedit control.
ok na po kapag niran, sinama ko nlng sa condition ng command button magpapalit ung caption kapag kinilick

Baka puwede mo ireplace yung em dash ng normal na dash? O gamit ka ng inkedit control.
btw e2 po pede paayos ng code na e2 nageerror kc


Private Sub SumCommand4_Click()
stotal = totaldue + stotal
totaldue = 0
TOCheck1.Value = 0
subLabel7.Caption = ""
taxLabel8.Caption = ""
TDLabel9.Caption = ""
QuantText1.Text = ""

answer = MsgBox("Total Amount: " & stotal, vbInformation + vbOKOnly, "Summary Order")
If answer = vbOKOnly Then
answer = MsgBox("Confirm the order/s?", vbInformation + vbYesNo, "Result")
If answer = vbYes Then
MsgBox "thank u"
Else
MsgBox ""
stotal = 0
End If
End Sub

ok na po kapag niran, sinama ko nlng sa condition ng command button magpapalit ung caption kapag kinilick


btw e2 po pede paayos ng code na e2 nageerror kc


Private Sub SumCommand4_Click()
stotal = totaldue + stotal
totaldue = 0
TOCheck1.Value = 0
subLabel7.Caption = ""
taxLabel8.Caption = ""
TDLabel9.Caption = ""
QuantText1.Text = ""

answer = MsgBox("Total Amount: " & stotal, vbInformation + vbOKOnly, "Summary Order")
If answer = vbOKOnly Then
answer = MsgBox("Confirm the order/s?", vbInformation + vbYesNo, "Result")
If answer = vbYes Then
MsgBox "thank u"
Else
MsgBox ""
stotal = 0
End If
End Sub
ok na pala sorry sa abala hehe

ok na po salamat mga sir
 

Attachments

  • 1649668798567.webp
    1649668798567.webp
    5.9 KB · Views: 42
Status
Not open for further replies.

About this Thread

  • 5
    Replies
  • 553
    Views
  • 3
    Participants
Last reply from:
britbrit

Trending Topics

Online now

Members online
1,146
Guests online
1,106
Total visitors
2,252

Forum statistics

Threads
2,281,937
Posts
29,004,954
Members
1,223,698
Latest member
gabby_tech
Back
Top