Hi All,
I'm currently using business objects 5.18.
I have several reports that I currently run each day and these have very specific date criteria. Is there anyway to have a report to refresh depending on what dates are on a Visual Basic Form?
I have a UserForm that when it opens populates...
Dim filmtotal As Currency
Dim tvtotal As Currency
Dim musictotal As Currency
Dim total As Currency
Private Sub Close_Click()
Unload Me
End Sub
Private Sub Command1_Click()
Text1.Text = Val(Text1.Text) + 1
Text44.Text = Val(Text44.Text) + 1
Text45.Text = Val(Text45.Text) + 12.99
End Sub...
yeah into a database. i have the dvds at the moment on a tab but i would like them in a database that can be accessed. i think that this would be easier
I have made this program using Vb6. it works fine i have made several forms in which in design view i made dvd names wit pitures on then the cost of the movie and the amount sold would change everytime i clicked buy.
i put the names on the frames and then did a least popular and most popular...
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.