Good day to you!
I have this problem with calculation. I have Quantity(txtQty) and Unit Price(txtUprice) field and output the product in the Amount(txtAmount) field. If works just fine if I remove the code to format the contents of the textbox. But my code below doesn't work, it gives a wrong...
Hi! good day to you!
I would like to get a text1.text from a form to display it on the report when I click the show report button. Do you know how to do it? by the way, i'm using data report.
Hope for a response.
thanks!
Good day to you!
I have a question, how can you disallow the user form pressing spacebar in a textbox? and another thing how can you limit a textbox input only for letters?
hoping for a reply soon. thanks!
Hi there!
I'using vb 6 and I get this error in my data report. The "report width is larger than the page width". and I solved this problem by making the report width smaller. But by doing so, I can't make my report in a landscape orientation.
I would like to know how to do it.
And...
How would you format the text(numeric) in a textbox?
Private Sub txtUprice_Change()
txtUprice.Text = Format(txtUprice.Text, "Php ###,###")
End sub
what i want is when the user starts typing the comma and would appear while the user inputs the amount.
thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.