Advertisement

1 - 10 of 26 containing alltags:("elseif") (0 seconds)
I have the current code and for some reason the second half of the code is not working. The following is the code If One_Billing_Class_option.Enabled = True Then     strWHERE = strWHERE & " an...
Zones: ProgrammingDate Answered: 05/17/2006 Grade: C Views: 0
I do have follwing code where the part "ElseIf Me.EE_FRNCpn > 0 And Me.EE_KontoListe.Column(1) = "CHF" And Me.EE_Valor.Column(6) <> "CHF" Then" does not work, why? If Me.EE_FRNCpn > 0 And Me.EE_...
Zones: MS AccessDate Answered: 08/17/2006 Grade: A Views: 0
I am using the If Then ElseIf conditional statements;  I have 3 conditions to be met; I have the coding for the first two statements, but I do not know how to indicate if the both conditions are tr...
Zones: MS AccessDate Answered: 10/07/2004 Grade: A Views: 0
I have the following function to set a control to visable if one of the numbers in my array is selected however it never = true and sets the control to visable.  This is my first attempt at arrays....
Zones: MS AccessDate Answered: 12/12/2004 Grade: A Views: 0
Parse error: parse error, unexpected T_ELSEIF in /hsphere/local/home/pengui0/rctresource.com/admin.php on line 219 Here is the code from line 189 to 226 <?php       } else {             error("ATTENTION: Yo...
Zones: PHPDate Answered: 01/04/2005 Grade: B Views: 0
Experts, Ok here's the situation.  Maybe i'm doing this wrong...  I have a form with two textboxes(LName, FName).  There is also a submit button.  in the onclick event of that submit button i ha...
Zones: MS AccessDate Answered: 06/09/2005 Grade: A Views: 0
I have this flash actionscript on the timeline at frame 1. stop() if (_level0.TheVar="A") {       gotoAndStop(1); } elseif(_level0.TheVar="B"); {       gotoAndStop(3); } It doesnt seem to make ...
Zones: Macromedia Flash, Web DevelopmentDate Answered: 07/15/2007 Grade: B Views: 0
I have one groupe of IF  ELSEIF  ELSEIF ELSE END IF . I want to go through the conditions in this group and (will) test true to one of the conditions; but I only want to process some statements on...
Zones: Programming, Languages, Visual BasicDate Answered: 10/25/2007 Grade: A Views: 0
Ok, i think this should be fairly easy to answer for someone...i'm sure there is something I am just missing.  What i am trying to do is use ASP to detect the browser (PLEASE don't tell me to do it...
Zones: ASPDate Answered: 11/14/1999 Grade: A Views: 0
I have a dilemia. This is a search form that looks for the requestors name and the powercell consultant. They can both be blank, both say all, both have someone's name in it, etc. I am writing a El...
Zones: VB DBDate Answered: 08/14/2003 Grade: B Views: 0