Google Answers Logo
View Question
 
Q: DAP with Inline Frame using Textfield filter ( No Answer,   2 Comments )
Question  
Subject: DAP with Inline Frame using Textfield filter
Category: Computers > Programming
Asked by: alex4211-ga
List Price: $15.00
Posted: 16 Jan 2003 05:49 PST
Expires: 17 Jan 2003 08:12 PST
Question ID: 144166
Hello,

I am building some DAP`s with Inline frames.  I used succesfully the
instructions in the microsoft file: How to simulate a subform

Link: http://support.microsoft.com/default.aspx?scid=kb;en-us;291803

Now this is fine for Fields that has numbers on it but it does not
work for text fields.  This is where I have problems.  This is the
script code used in the example:


Loc = "http://<ServerName>/<FolderName>/dapOrderDetails.htm?serverfilter="
Ser = chr(34) & "Orderid=" & orderid.value & chr(34)
Loc = Loc & Ser


If my "Orderid" is a text field.  I guess the orderid.VALUE is wrong
and should be something like orderid.DATAFLD?  this is not working by
the way but I wonder what to do? (the link does but the filter is not
applied...I just get all the data)  DO I need brakettes like the
serverfilters in the daps?

I am sure it`s a tiny thing here.

Help please!
Answer  
There is no answer at this time.

Comments  
Subject: Re: DAP with Inline Frame using Textfield filter
From: richardli-ga on 16 Jan 2003 12:55 PST
 
If orderid is text instead of auto number, you have to add single
quote to to indicate orderid is text, use the following statement to
replace
Ser=chr(34) & "Orderid='" & orderid.value & "'" & chr(34)
Subject: Re: DAP with Inline Frame using Textfield filter
From: alex4211-ga on 17 Jan 2003 08:11 PST
 
This works very well, Thank you

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy