1 Attachment(s)
Dee-u - My Zipped Project
Along with this post given a zipped proj file which is not working properly. This is datareport in which I am giving serial nos. to the records but it's not coming at the same run time. Rather I have to close my project and start it once again to get the serial nos. for my records. Also I am unable to do the pge sizing in this project. Help me please.
Re: Dee-u - My Zipped Project
Hello ooooooooooooooooooooooooo
Re: Dee-u - My Zipped Project
Will you try this...
VB Code:
DataEnvironment1.rsCommand1.Requery
DataReport1.Title = st + " " + Combo2.Text
DataReport1.Refresh
DataReport1.Show vbModal
Re: Dee-u - My Zipped Project
Yes, I did this. but it is not working. Rather am getting error.
Re: Dee-u - My Zipped Project
How about this?
VB Code:
DataReport1.Refresh
DataReport1.Title = st + " " + Combo2.Text
DataReport1.Show vbModal
Re: Dee-u - My Zipped Project
Re: Dee-u - My Zipped Project
Re: Dee-u - My Zipped Project
It's just to show the DataReport modally such that you would need to close it to be able to access other forms, that way when you try to show the datareport again it will be loaded with the recent records...