Click here to Skip to main content
15,888,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Make a directory tree from a list of paths Pin
Luc Pattyn5-Aug-09 4:41
sitebuilderLuc Pattyn5-Aug-09 4:41 
GeneralRe: Make a directory tree from a list of paths Pin
User 58422375-Aug-09 22:43
User 58422375-Aug-09 22:43 
QuestionPrinting the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:12
joakim apelqvist5-Aug-09 2:12 
AnswerRe: Printing the results of a SQL Query Pin
dan!sh 5-Aug-09 2:27
professional dan!sh 5-Aug-09 2:27 
GeneralRe: Printing the results of a SQL Query Pin
joakim apelqvist5-Aug-09 2:45
joakim apelqvist5-Aug-09 2:45 
AnswerUse crystal reports Pin
David Mujica5-Aug-09 3:03
David Mujica5-Aug-09 3:03 
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 3:05
joakim apelqvist5-Aug-09 3:05 
GeneralRe: Use crystal reports Pin
David Mujica5-Aug-09 3:44
David Mujica5-Aug-09 3:44 
I believe that version of Visual Studio does not have Crystal bundled with it; so you can't use that option. Bummer. You may want to investigate XSLT as a reporting option. You could write your report data out as an XML file and use XSLT to make it pretty for the user.

Unfortunately, I have no experience with XSLT. At my previous company I saw one of the other developers use it in a prototype. Check out the technology.

Another option would be to create Excel documents from your VB App.

Instantiate EXCEL like this, Dim ExcelApp As New Excel.Application and manipulate the Cells with loops around your result set. Not easy, but it would work. Wink | ;)
GeneralRe: Use crystal reports Pin
joakim apelqvist5-Aug-09 5:00
joakim apelqvist5-Aug-09 5:00 
QuestionUpdate DataGridView Cell value [modified] Pin
Jay Royall5-Aug-09 1:38
Jay Royall5-Aug-09 1:38 
AnswerRe: Update DataGridView Cell value Pin
Johan Hakkesteegt5-Aug-09 2:00
Johan Hakkesteegt5-Aug-09 2:00 
AnswerRe: Update DataGridView Cell value Pin
dan!sh 5-Aug-09 2:20
professional dan!sh 5-Aug-09 2:20 
GeneralRe: Update DataGridView Cell value Pin
Jay Royall5-Aug-09 2:50
Jay Royall5-Aug-09 2:50 
QuestionSql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 1:00
Paramu19735-Aug-09 1:00 
AnswerRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 1:20
professionalTom Deketelaere5-Aug-09 1:20 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Paramu19735-Aug-09 2:01
Paramu19735-Aug-09 2:01 
GeneralRe: Sql Server 2008 - Accessing out of Domain ? Pin
Tom Deketelaere5-Aug-09 2:09
professionalTom Deketelaere5-Aug-09 2:09 
QuestionPassing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 21:55
Johan Hakkesteegt4-Aug-09 21:55 
AnswerRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 22:28
professionalMycroft Holmes4-Aug-09 22:28 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 22:31
Johan Hakkesteegt4-Aug-09 22:31 
GeneralRe: Passing credentials from job to application Pin
Mycroft Holmes4-Aug-09 23:10
professionalMycroft Holmes4-Aug-09 23:10 
GeneralRe: Passing credentials from job to application Pin
Johan Hakkesteegt4-Aug-09 23:17
Johan Hakkesteegt4-Aug-09 23:17 
QuestionSend Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 18:37
Kobi_Z4-Aug-09 18:37 
AnswerRe: Send Keys to another application (Hard one) Pin
dan!sh 4-Aug-09 19:07
professional dan!sh 4-Aug-09 19:07 
GeneralRe: Send Keys to another application (Hard one) Pin
Kobi_Z4-Aug-09 21:53
Kobi_Z4-Aug-09 21:53 

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.