Click here to Skip to main content
15,890,690 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Find time Discrepancy Pin
sph3rex8-Nov-08 4:51
sph3rex8-Nov-08 4:51 
QuestionConnecting Pin
Michelle Shoniwa7-Nov-08 0:55
Michelle Shoniwa7-Nov-08 0:55 
AnswerRe: Connecting Pin
Vimalsoft(Pty) Ltd7-Nov-08 1:23
professionalVimalsoft(Pty) Ltd7-Nov-08 1:23 
AnswerRe: Connecting Pin
Ashfield7-Nov-08 1:24
Ashfield7-Nov-08 1:24 
QuestionHow can I use a VB.NET function in a crystal reports "Details" section? Pin
MAP Tiger6-Nov-08 23:13
MAP Tiger6-Nov-08 23:13 
AnswerRe: How can I use a VB.NET function in a crystal reports "Details" section? Pin
Rupesh Kumar Swami7-Nov-08 1:16
Rupesh Kumar Swami7-Nov-08 1:16 
AnswerRe: How can I use a VB.NET function in a crystal reports "Details" section? Pin
Nanda_MR7-Nov-08 22:21
Nanda_MR7-Nov-08 22:21 
AnswerRe: How can I use a VB.NET function in a crystal reports "Details" section? Pin
salaikumar17-Nov-08 23:24
salaikumar17-Nov-08 23:24 
If you can access the Amt field in crystal report, then create a formula with some name, and go to edit(formula editor).
Write the logic there..
like

if Amt = 1 then
"One"
else if Amt = 2 then
"Two"
else
Cstr(Amt)

Salai

QuestionFetching SQL Query written in Crystal reports Pin
salaikumar6-Nov-08 22:55
salaikumar6-Nov-08 22:55 
QuestionIncluding database in the installation Pin
graced886-Nov-08 22:15
graced886-Nov-08 22:15 
AnswerRe: Including database in the installation Pin
Vimalsoft(Pty) Ltd7-Nov-08 1:30
professionalVimalsoft(Pty) Ltd7-Nov-08 1:30 
GeneralRe: Including database in the installation Pin
graced887-Nov-08 6:23
graced887-Nov-08 6:23 
GeneralRe: Including database in the installation Pin
Dave Kreskowiak7-Nov-08 6:58
mveDave Kreskowiak7-Nov-08 6:58 
GeneralRe: Including database in the installation Pin
graced887-Nov-08 16:39
graced887-Nov-08 16:39 
QuestionDisposing of objects Pin
Lewis Delport6-Nov-08 22:02
Lewis Delport6-Nov-08 22:02 
AnswerRe: Disposing of objects Pin
Dave Kreskowiak7-Nov-08 2:57
mveDave Kreskowiak7-Nov-08 2:57 
QuestionGet Remaining Time Pin
Gagan.206-Nov-08 21:45
Gagan.206-Nov-08 21:45 
AnswerRe: Get Remaining Time Pin
Ashfield7-Nov-08 1:26
Ashfield7-Nov-08 1:26 
AnswerRe: Get Remaining Time Pin
Dave Kreskowiak7-Nov-08 2:52
mveDave Kreskowiak7-Nov-08 2:52 
GeneralRe: Get Remaining Time Pin
Gagan.207-Nov-08 3:11
Gagan.207-Nov-08 3:11 
QuestionPublishing application with Crystal Report Pin
graced886-Nov-08 16:33
graced886-Nov-08 16:33 
AnswerRe: Publishing application with Crystal Report Pin
Rupesh Kumar Swami6-Nov-08 19:55
Rupesh Kumar Swami6-Nov-08 19:55 
AnswerRe: Publishing application with Crystal Report Pin
salaikumar17-Nov-08 23:29
salaikumar17-Nov-08 23:29 
QuestionNetwork Performance Benchmarking Utility Pin
Avikage4336-Nov-08 6:06
Avikage4336-Nov-08 6:06 
AnswerRe: Network Performance Benchmarking Utility Pin
Dave Kreskowiak6-Nov-08 10:18
mveDave Kreskowiak6-Nov-08 10:18 

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.