cazzani
Posts: 11
|
| Posted: 01/03/2006, 7:16 AM |
|
Although my mother language is not English, I believe the instruction given on the Dlookup action on CodeCharge Studio 3 Examples and Techniques booklet are wrong.
On page 37 under the Lookup Single Field Value in a Database about Method 1, the manual states:
The values of the Expression, Domain and Criteria properties should not be entered in double quotes.
I believe it's right the other way round.
The only way for me to have it working (in ASP) was to enter Expression, Domain and Criteria within double quotes.
Stefano
Milano, Italy
|
 |
 |
Walter Kempees
|
| Posted: 01/03/2006, 2:45 PM |
|
At least in PhP version:
DLookup Action (note the word Action) it is without double quotes.
CCDLookup the function it is with double quotes.
At least that's as far as it confused me.
"cazzani" <cazzani@forum.codecharge> schreef in bericht
news:243ba9551922a8@news.codecharge.com...
> Although my mother language is not English, I believe the instruction
> given on
> the Dlookup action on CodeCharge Studio 3 Examples and Techniques booklet
> are
> wrong.
>
> On page 37 under the Lookup Single Field Value in a Database about
> Method 1, the manual states:
> The values of the Expression, Domain and Criteria properties should not
> be
> entered in double quotes.
>
> I believe it's right the other way round.
>
> The only way for me to have it working (in ASP) was to enter Expression,
> Domain
> and Criteria within double quotes.
>
> Stefano
> Milano, Italy
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|