|
-
how do i write my shape statement
hi, can someone help me with this, it's my first time using shape statement and i'm confused. i'm using a vb6 program and access database
i want to do a shape statement where the parent has a child and the child has another child, and there is parameters passed to the parent
i had this done in dataenvirenment and now i'm converting it to a shape statment
here is the parent sql statment i used in dataenvirement
select * from tblCustomer, tblVisit where strVisitStatus <> 'Cancelled' and dtDate = ? and dtLastVisit =? and intTicketNum = intTicketNumb
where i pass the date and a number to it
the child sql statement is
select * from tblVisit order by intVisitNum Desc
the relation ship between the child and the parent is
intticketNum to intTicketNumb
the child of the child sql statment is
select * from tblJobOrder
relation ship between this child and the one before it is
tblJobOrder.visitID to tblVisit.visitID
i need to know how to set up this shape statment and how to execute it, and how do i pass the parameters to it, what i'm gonna pass to it is a values of text boxes. also how to connect it to the report afterwards
Similar Threads
-
By JavaFaces in forum Java
Replies: 1
Last Post: 02-14-2006, 07:04 AM
-
By JavaFaces in forum Java
Replies: 0
Last Post: 02-12-2006, 06:27 PM
-
Replies: 1
Last Post: 08-23-2005, 11:23 PM
-
By Saiful in forum VB Classic
Replies: 7
Last Post: 11-24-2000, 05:21 AM
-
Replies: 6
Last Post: 08-06-2000, 01:29 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks