Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
2 selectionFormula for main and subrepor
Name: rama Date: October 14, 2001 at 08:39:55 Pacific
Comment:
i am using visual Basic 6 Ent Edition (SP5) and Cystal report 7. i am sure other experts have seen similar problem.
i have a report with a subreport under the Report footer. The problem is i have two selection formula which need to send it from visual basic dynamically.
strDate = "{Customers.Balance} 0.00 and {Customers.Defaulter} = 'No' and {Payment.PaymentMonth} 0 and {Customers.PATO}='NP'. I can see the answers from crystal report itself. From vb, it is NOT showing the subreport answers properly.
BUT, from visual basic, how do i set the selectionformula for main report as well as the subreport. It seems it can only take the selectionformula for the main report and not for the subreport.
Summary: Hello, is there a possibility to use the PS/2-port for serial communications from VB6.0? Are there controls available for that? I found nothing. Thanks for any hint! Uwe ...
Summary: ok i need some major help with my program. I am trying to create 2 process in main and then have them communicate via a pipe. the problem right now is occuring whenever i create my first process. With...