Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple Cursors into the data environment area

Status
Not open for further replies.

Terris

IS-IT--Management
Jul 26, 2002
27
US
I am trying to modify a report that is part of a software package so some of the knowledge of 'how things work' is not always clear. The .prg creates a cursor using sqlexec called slbklg, when you enter the data environment of the report layout tool this cursor layout is available for drag and drop abilities in the Data environment. I have create a second cursor called netonhand again using a sqlexec and have verified 'using brow' that the data is correct. Now I would like to have this cursor available in my data enviroment so that I can join the two together and create the report I need. I have tried the INTO TABLE format and it works, however there is obviously an indexing issue as neither of these tables have indexes. Please advise
Thanks in advance
Terri
 
Indexes are something you are going to have to add. Right click the table header and select modify. Click on the 'Order' tab and select the field(s) you want to order the table or cursor on.

Dave S.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top