Click here to Skip to main content
15,913,467 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Variables, <>, and IF Statements Pin
Dave Kreskowiak21-Apr-05 6:32
mveDave Kreskowiak21-Apr-05 6:32 
GeneralRe: Variables, <>, and IF Statements Pin
Anonymous21-Apr-05 6:49
Anonymous21-Apr-05 6:49 
GeneralRe: Variables, <>, and IF Statements Pin
Dave Kreskowiak21-Apr-05 7:30
mveDave Kreskowiak21-Apr-05 7:30 
GeneralRe: Variables, <>, and IF Statements Pin
Anonymous22-Apr-05 6:52
Anonymous22-Apr-05 6:52 
GeneralCR Help Pin
vertig073021-Apr-05 4:38
vertig073021-Apr-05 4:38 
GeneralRe: CR Help Pin
Jim Matthews21-Apr-05 5:20
Jim Matthews21-Apr-05 5:20 
GeneralRe: CR Help Pin
vertig073021-Apr-05 5:46
vertig073021-Apr-05 5:46 
GeneralRe: CR Help Pin
Jim Matthews21-Apr-05 8:04
Jim Matthews21-Apr-05 8:04 
alright, i may be oversimplifying this and might be way off base, so correct me if i'm wrong, but couldn't you just evaluate whether or not the FinalNumerator and FinalDenom are equal?

//Build the Fraction
Whole := (Truncate (Dec));
If Whole = 0 Then
FinalNumerator + "/" + FinalDenom
else
   if FinalNumerator = FinalDenom Then
      Cstr(Whole)
   else
      ToText (Whole, 0) + " " + FinalNumerator + "/" + FinalDenom;
i'm not a crystal scripting expert by any means, so if this doesn't make any sense i apologize.



-jim
GeneralRe: CR Help Pin
vertig073021-Apr-05 8:21
vertig073021-Apr-05 8:21 
Questionhow to use the WMA codec in my application? Pin
ndanya20-Apr-05 23:20
ndanya20-Apr-05 23:20 
GeneralPowerpoint Event Handling using VBA Pin
Mohan vijay20-Apr-05 23:02
Mohan vijay20-Apr-05 23:02 
GeneralRe: Powerpoint Event Handling using VBA Pin
Dave Kreskowiak21-Apr-05 7:48
mveDave Kreskowiak21-Apr-05 7:48 
GeneralRe: Powerpoint Event Handling using VBA Pin
Mohan vijay22-Apr-05 6:19
Mohan vijay22-Apr-05 6:19 
GeneralRe: Powerpoint Event Handling using VBA Pin
Dave Kreskowiak23-Apr-05 2:48
mveDave Kreskowiak23-Apr-05 2:48 
GeneralRe: Powerpoint Event Handling using VBA Pin
Mohan vijay25-Apr-05 2:35
Mohan vijay25-Apr-05 2:35 
GeneralFind the subfolder of the Outlook calendar Pin
M.Ilangovan20-Apr-05 22:16
M.Ilangovan20-Apr-05 22:16 
GeneralPicture box image brightness, contrast, saturation adjustments Pin
Member 176653520-Apr-05 21:15
Member 176653520-Apr-05 21:15 
GeneralAlgorithm Pin
Jaymahinda20-Apr-05 19:17
Jaymahinda20-Apr-05 19:17 
GeneralRe: Algorithm Pin
Christian Graus20-Apr-05 20:21
protectorChristian Graus20-Apr-05 20:21 
GeneralRe: Algorithm Pin
Anonymous21-Apr-05 6:54
Anonymous21-Apr-05 6:54 
GeneralProgrmming the sound card Pin
Jaymahinda20-Apr-05 19:02
Jaymahinda20-Apr-05 19:02 
GeneralRe: Progrmming the sound card Pin
ndanya21-Apr-05 0:00
ndanya21-Apr-05 0:00 
GeneralAccessing dynamically added textbox Pin
nidhishri20-Apr-05 18:03
nidhishri20-Apr-05 18:03 
GeneralRe: Accessing dynamically added textbox Pin
Christian Graus20-Apr-05 18:35
protectorChristian Graus20-Apr-05 18:35 
GeneralRe: Accessing dynamically added textbox Pin
nidhishri20-Apr-05 19:36
nidhishri20-Apr-05 19: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.