![]() |
| ||
| maskedbox I have a form has to (maskedbox1) and (maskedbox2) if maskedbox1 I put date of today, I want (maskedbox2) show date after 30 days as defult I will be thank you if you help me to do this I use vb6 |
| ||
| Re: maskedbox To calculate after 30 days you can use DateAdd() function Example Draw two MaskEdit Controls and One Command Button
|
| ||
| Re: maskedbox selvaganapathy was given great code... also you can try use DateSerial() DateSerial(Year,Month,Day) This will add 20 days from 5 July 2008. Private Sub Form_Load()Result : 7/25/2008 This will count the 50 days from 1 July 2008. Private Sub Form_Load()Result : 8/19/2008 |
| ||
| Re: maskedbox Thank Mr. selvaganapathy I have another quition: can I use paper A5 with datereport? |
| ||
| Re: maskedbox I think, we cannot set paper A5. but you can ReportWidth property. i dont think it will be A5 size. |
| All times are GMT -4. The time now is 10:58 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC