I was stuck on the rtfreceipt part but because of the fact that you still replied in the comments on a video that was posted 7 yrs ago saved my progress. Thank you sir.🍻
Watch this video tutorial: How to Create Visual Basic.Net MS Access Database Connection with Save, and Search: th-cam.com/video/MotPPRQndvA/w-d-xo.html
rtfReceipt is the component called RichTextBox. rtfReceipt.clear(), means to delete the data on the object. The video tutorial was created Jun 18, 2016, that is a long time ago.
I was stuck on the rtfreceipt part but because of the fact that you still replied in the comments on a video that was posted 7 yrs ago saved my progress.
Thank you sir.🍻
Glad I could help!
Your a good teacher bro.
I appreciate that!
thank you so much, this helps me a lot !
Glad it helped!
Thank you very much dear
Most welcome 😊
thank you!
You're welcome!
While calculating the total i got an error that 'conversion from string "" to type 'double' is not valid
What should I do?
Use the example below to convert string to double
Dim p As Double
p = Convert.ToDouble(txtResult.Text)
@@DJOamen ok
how are you connecting to your database sir?
Watch this video tutorial:
How to Create Visual Basic.Net MS Access Database Connection with Save, and Search: th-cam.com/video/MotPPRQndvA/w-d-xo.html
Sir what is mean by rtfreceipt
The component used is a RichTextBox, and the Name was then changed to rtfreceipt
@@DJOamen thank you sir
how to write discount code?
Convert the tax calculation
Sir please
Tell me about the rtfReceipt.clear()
I am not understand .
And provide the source code
rtfReceipt is the component called RichTextBox.
rtfReceipt.clear(), means to delete the data on the object.
The video tutorial was created Jun 18, 2016, that is a long time ago.
@@DJOamen can I ask where did you get the rtfReceipt? when did you use a richtextbox?