Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select query between dates
Message
From
26/06/2003 16:36:06
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803952
Message ID:
00804437
Views:
43
Hello Fred,

In the below IIF statement when the type is 'D' it is perfectly working.

when the type is not 'D' then the value of the clist1 is becoming empty " / / "

and in the where condition for the between date value it is passing these empty ones " / / "

Only at two project sites it is happening like that.

can you please tell me do i need to put anything in the flower braces of IIF statement please.

**********************************************************************
ctemp1 = thisform.txtfrm.value
ctemp2 = thisform.txtto.value

clist1 = DTOC(IIF(type("ctemp1")="D",ctemp1,{}))

clist2 = DTOC(IIF(type("ctemp2")="D",ctemp2,{}))

SET STRICTDATE TO 0

cWhere = " Where BETWEEN(docdate,{" + clist1 + "}, {" + clist2 + "})"

***********************************************************************
Thank you very much Fred.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform