Click here to Skip to main content
15,889,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: connection error Pin
Anoop Brijmohun13-Apr-08 23:42
Anoop Brijmohun13-Apr-08 23:42 
GeneralRe: connection error Pin
Christian Graus13-Apr-08 23:55
protectorChristian Graus13-Apr-08 23:55 
GeneralRe: connection error Pin
ChandraRam14-Apr-08 1:11
ChandraRam14-Apr-08 1:11 
GeneralRe: connection error Pin
Member 426231714-Apr-08 2:08
Member 426231714-Apr-08 2:08 
GeneralRe: connection error Pin
Smithers-Jones14-Apr-08 2:42
Smithers-Jones14-Apr-08 2:42 
GeneralRe: connection error Pin
Christian Graus14-Apr-08 3:05
protectorChristian Graus14-Apr-08 3:05 
GeneralRe: connection error Pin
ChandraRam14-Apr-08 4:40
ChandraRam14-Apr-08 4:40 
QuestionHow to send Multiple values for one formula field in crystal reports through vb.net? Pin
aswath00713-Apr-08 22:00
aswath00713-Apr-08 22:00 
Hai All,

Im creating 2 formula fields in my crystal reports for displaying empname and salary like this,

abc 100
xyz 200
pqr 300
in code behind im passing values to crystal report like this,
vb.net code
j=0
for i=0 to noof emps
rptDocument.DataDefinition.FormulaFields(j).Text = ds.Tables(0).Rows(i).Item(i)
j=j+1
next
It is printing only

pqr 300
ie, It is over writing every time and im getting only last record how to get all emp records at a time..?

Thanks,
Aswath.

Thanks,
Aswath

GeneralRe: How to send Multiple values for one formula field in crystal reports through vb.net? Pin
aswath00714-Apr-08 2:26
aswath00714-Apr-08 2:26 
Generalmp3 recording / LAME encoder Pin
Fred Worms13-Apr-08 21:26
Fred Worms13-Apr-08 21:26 
GeneralRe: mp3 recording / LAME encoder Pin
Christian Graus13-Apr-08 21:37
protectorChristian Graus13-Apr-08 21:37 
GeneralRe: mp3 recording / LAME encoder Pin
Fred Worms15-Apr-08 7:59
Fred Worms15-Apr-08 7:59 
QuestionHow fill records to listview with datareader Pin
Coban_13-Apr-08 21:17
Coban_13-Apr-08 21:17 
AnswerRe: How fill records to listview with datareader Pin
Christian Graus13-Apr-08 21:48
protectorChristian Graus13-Apr-08 21:48 
GeneralRe: How fill records to listview with datareader Pin
Coban_13-Apr-08 22:12
Coban_13-Apr-08 22:12 
GeneralRe: How fill records to listview with datareader Pin
Christian Graus13-Apr-08 22:20
protectorChristian Graus13-Apr-08 22:20 
GeneralRe: How fill records to listview with datareader Pin
Coban_14-Apr-08 0:10
Coban_14-Apr-08 0:10 
GeneralBactracking Pin
BoyPols13-Apr-08 20:55
BoyPols13-Apr-08 20:55 
GeneralRe: Bactracking Pin
Christian Graus13-Apr-08 20:59
protectorChristian Graus13-Apr-08 20:59 
Questionregarding storing the key windows registry in vb.net Pin
vijaylumar13-Apr-08 19:52
vijaylumar13-Apr-08 19:52 
GeneralRe: regarding storing the key windows registry in vb.net Pin
Christian Graus13-Apr-08 20:56
protectorChristian Graus13-Apr-08 20:56 
GeneralRe: regarding storing the key windows registry in vb.net Pin
Dave Kreskowiak14-Apr-08 3:11
mveDave Kreskowiak14-Apr-08 3:11 
GeneralJanusGridEx problem Pin
en.Mahdi13-Apr-08 19:11
en.Mahdi13-Apr-08 19:11 
GeneralRe: JanusGridEx problem Pin
Christian Graus13-Apr-08 19:27
protectorChristian Graus13-Apr-08 19:27 
GeneralRe: JanusGridEx problem Pin
Christian Graus14-Apr-08 10:49
protectorChristian Graus14-Apr-08 10:49 

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.