Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To get the view parameter in the view result
Message
From
14/04/2015 10:42:51
 
 
To
14/04/2015 10:20:25
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01618350
Message ID:
01618393
Views:
30
>>>>>>You could include the parameter in the view ( in this case)
>>>>>>
>>>>>>select Table.*, ;
>>>>>> cast ( ?lnYear as Int ) as MyParam;
>>>>>> from ....
>>>>>> where (YEAR( DATEFIELD ) >= ?lnYear )
>>>>>
>>>>>Using this code I get an error "SQL: Column 'lnYear' is not found."
>>>>>
>>>>>Any idea what I do wrong?
>>>>>
>>>>>TIA
>>>>>Gerhard
>>>>
>>>>
>>>>Works fine over here - providing you assign a value to lnyear
>>>>
>>>>
>>>>lnyear = 2000
>>>>select dossier.*, ;
>>>> cast ( ?lnYear as Int ) as MyParam;
>>>> from dossier ;
>>>> where (YEAR( d_custenddate ) >= ?lnYear )
>>>>
>>>
>>>The sense of ?Var is to interactiv input the var if not defined?
>>
>>OK, but I always define the parameters in code - I never use the popup asking for a value
>>
>>>This will work on WHERE clause only
>
>Then there is no meaning in ?var. It's intercative or fall back, as you like it.
>

Technically, I guess you are right

>Inherited from times as one would work with a table from VFP commandline
>
>Gerhard does odd things
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform