Click here to Skip to main content
15,887,812 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: handshaking through a subdirectory Pin
MartyK200721-Aug-07 8:00
MartyK200721-Aug-07 8:00 
GeneralRe: handshaking through a subdirectory Pin
Dave Kreskowiak21-Aug-07 8:53
mveDave Kreskowiak21-Aug-07 8:53 
AnswerRe: handshaking through a subdirectory Pin
andyharman21-Aug-07 8:45
professionalandyharman21-Aug-07 8:45 
GeneralRe: handshaking through a subdirectory Pin
MartyK200721-Aug-07 21:05
MartyK200721-Aug-07 21:05 
AnswerRe: handshaking through a subdirectory Pin
Luc Pattyn21-Aug-07 12:30
sitebuilderLuc Pattyn21-Aug-07 12:30 
GeneralRe: handshaking through a subdirectory Pin
MartyK200721-Aug-07 21:07
MartyK200721-Aug-07 21:07 
QuestionCrystal Reports and Queries Pin
Dreamer200721-Aug-07 5:35
Dreamer200721-Aug-07 5:35 
AnswerRe: Crystal Reports and Queries Pin
TomGarth21-Aug-07 12:40
TomGarth21-Aug-07 12:40 
Create the stored procedure to return the data from the query that you are using.

CREATE PROCEDURE [dbo].[MySelectProcedure]
@Parm1 int
AS
SELECT *
FROM MainTable MT
LEFT JOIN MyOtherTable OT ON MT.KeyField1 = OT.KeyField1
WHERE MT.MyParmField = @Parm1

Add parameters if you need them. When you are defining a new report in Crystal, you can select a stored procedure exactly like selecting a table. Add your stored procedure as the datasource. If you used parameters in it, they will show up in your parameters list in the report.

Well written stored procedures are absolutely the BEST datasource that you can use for a Crystal Report.

Tom Garth
Developer
R. L. Nelson and Associates, Inc., Virginia

QuestionInstalling a font from setup Pin
dptalt21-Aug-07 5:30
dptalt21-Aug-07 5:30 
Questionregistering a library through regasm Pin
sheth.mital21-Aug-07 4:32
sheth.mital21-Aug-07 4:32 
AnswerRe: registering a library through regasm Pin
Dave Kreskowiak21-Aug-07 5:08
mveDave Kreskowiak21-Aug-07 5:08 
QuestionForm's Title Pin
ejaz_pk21-Aug-07 4:18
ejaz_pk21-Aug-07 4:18 
AnswerRe: Form's Title Pin
Dave Kreskowiak21-Aug-07 5:11
mveDave Kreskowiak21-Aug-07 5:11 
AnswerRe: Form's Title Pin
nlarson1121-Aug-07 5:41
nlarson1121-Aug-07 5:41 
QuestionImport Pics on project and reDel it .. problem ? Pin
kindman_nb21-Aug-07 3:36
kindman_nb21-Aug-07 3:36 
AnswerRe: Import Pics on project and reDel it .. problem ? Pin
leckey21-Aug-07 3:58
leckey21-Aug-07 3:58 
GeneralRe: Import Pics on project and reDel it .. problem ? Pin
kindman_nb21-Aug-07 9:39
kindman_nb21-Aug-07 9:39 
GeneralRe: Import Pics on project and reDel it .. problem ? Pin
Dave Kreskowiak21-Aug-07 10:28
mveDave Kreskowiak21-Aug-07 10:28 
QuestionMulti Language Interface ... Problem Pin
kindman_nb21-Aug-07 3:33
kindman_nb21-Aug-07 3:33 
QuestionMessage box results.... Pin
Joey Picerno21-Aug-07 3:06
Joey Picerno21-Aug-07 3:06 
AnswerRe: Message box results.... Pin
nlarson1121-Aug-07 3:49
nlarson1121-Aug-07 3:49 
AnswerRe: Message box results.... Pin
Vimalsoft(Pty) Ltd21-Aug-07 3:58
professionalVimalsoft(Pty) Ltd21-Aug-07 3:58 
AnswerRe: Message box results.... Pin
TomGarth21-Aug-07 12:50
TomGarth21-Aug-07 12:50 
Questionradio button column in datagrid Pin
jhyn21-Aug-07 2:53
jhyn21-Aug-07 2:53 
Questionhashtable Pin
WhiteGirl2321-Aug-07 1:36
WhiteGirl2321-Aug-07 1:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.