I have this code... but i wonder sometimes it doesnt perform replacing... particularly in alias tsulat... please help... thanks...
CASE This.Parent.cboSFBBU.List(This.Parent.cboSFBBU.ListIndex,1) = "Others" AND this.parent.cbopp1.VALUE = 1
Aders = INPUTBOX("Particulars:", "Log in Credential","", 15000, 'Timed Out', 'Canceled')
SELECT trans
IF FLOCK()
APPEND BLANK
REPLACE TRANS.IDNUM WITH csrDemo.idnum
REPLACE trans.transcode WITH "OT"
REPLACE trans.transtype WITH "PAYMENT"
REPLACE TRANS.TRANSAMT WITH this.parent.text14.value
REPLACE TRANS.DEYT WITH DATETIME()
REPLACE trans.particular WITH aders
REPLACE tsulat.pothers WITH tsulat.pothers + this.Parent.text14.value
MESSAGEBOX("Payment " + ALLTRIM(TRANSFORM(this.parent.text14.value, "###,###,###.##")) + " Recorded to OTHERS!",0+64,"Chenevu")
CASE This.Parent.cboSFBBU.List(This.Parent.cboSFBBU.ListIndex,1) = "Others" AND this.parent.cbopp1.VALUE = 1
Aders = INPUTBOX("Particulars:", "Log in Credential","", 15000, 'Timed Out', 'Canceled')
SELECT trans
IF FLOCK()
APPEND BLANK
REPLACE TRANS.IDNUM WITH csrDemo.idnum
REPLACE trans.transcode WITH "OT"
REPLACE trans.transtype WITH "PAYMENT"
REPLACE TRANS.TRANSAMT WITH this.parent.text14.value
REPLACE TRANS.DEYT WITH DATETIME()
REPLACE trans.particular WITH aders
REPLACE tsulat.pothers WITH tsulat.pothers + this.Parent.text14.value
MESSAGEBOX("Payment " + ALLTRIM(TRANSFORM(this.parent.text14.value, "###,###,###.##")) + " Recorded to OTHERS!",0+64,"Chenevu")