Re: javascript in a query's text string



Larry,

Thank you very much for your answer, that was the solution to my basic problem.

Now, can you (or someone else) please explain to me how to limit the contents of the column shown the text string so, only the cells where the record's[caldInfo].Value Is Null (Problem No1 in my first post)?

Please note that I've already found a (temporary) solution, using VBScript in my .asp page, but I would like to know if there is a solution into the database area.

Thank you again...

then, "Larry Linson" mounted the rostrum and spoke like this:

For Access/Jet SQL: If you are enclosing the string in double-quotes,
double each internal double-quote, and don't change the single quotes,
e.g., "The man said, ""Hello. Would you like a 'near-beer'?"""

Larry Linson
Microsoft Access MVP

"geotso" <kata-ye-xi@xxxxxxxx> wrote in message
news:e8j9aj$1fj6$1@xxxxxxxxxxxxxxxxxxxxxx
Here is the scenario:

1. I have a table (tblCalendar) with the following fields:
caldID
caldDate
caldTitle
caldInfo
nWinW
nWinH

2. By design, when [caldInfo].value Is Null, [nWinW] and [nWinH] are both
Not Null

3. In order to filter and sort the data (because I want it for an .asp
page) there is a query displaying the first four fields.

4. Problem No1: I want to add a fifth field (column) in the query, that
will display a text string ONLY WHEN the corresponding [caldInfo].value
Is Null.

5. Problem No2: That text string is the following javascript command:
<a href="javascript:;" onClick="MM_openBrWindow('filePath','winName',
'status=1,winWidth,winHeight')">Details...</a>

6. Furthermore, the arguments of MM_openBrWindow() should be replaced by
the following text/fieldnames:

filePath = ../calendar/[caldID].htm
winName = htm[caldID]
status=1 = status=1 (the same)
winWidth = [nWinW]
winHeight = [nWinH]

The general idea is that I don't know how to replace/escape the
single/double quotes of the javascript, that should be inside the double
quotes of the text string in the query.

Can you help me please?

------- ---- --- -- - -
[gt] aka geotso
------- ---- --- -- - -
Please, remove hyphens to contact me

.



Relevant Pages

  • Re: parameter query not prompting for parameter
    ... The single quotes were actually put in there by Access when I entered the ... try to save the query, ... > parameter literally as a string". ... us a control on a form as a criteria in your query. ...
    (microsoft.public.access.queries)
  • Re: javascript in a querys text string
    ... contents of the column shown the text string so, ... "Larry Linson" mounted the rostrum and spoke like this: ... double each internal double-quote, and don't change the single quotes, ... page) there is a query displaying the first four fields. ...
    (comp.databases.ms-access)
  • Re: Return Counts Different In Similar SQL Statements
    ... Above query will look for match for the string ''smith''(ie anything within the single quotes ... in short 2 single quotes gives you the effect of 1 single quote while dynamically running ...
    (microsoft.public.sqlserver.mseq)
  • Re: Repace function in a query
    ... Function fncReplace(strExpression As String, _ ... > Replace function in a query". ... >> working fine in a module and debug window in the same database. ... >> wanted to replace them with single quotes. ...
    (microsoft.public.access.queries)
  • Re: javascript in a querys text string
    ... If you are enclosing the string in double-quotes, ... each internal double-quote, and don't change the single quotes, e.g., "The ... The general idea is that I don't know how to replace/escape the ...
    (comp.databases.ms-access)