RE: [DQSD-Users] Debug window?

2003-08-24 Thread John W. Bairen, Jr.
Shawn,

  Has anyone successfully created a search in DQSD using vbscript?
 
 Whoo-hoo, I did it!!!


GREAT!

 
 You ever feel like you spend most of your time talking to 
 yourself? Me too.


Sorry.  I know in recent months many of the more major contributors have
been very busy and have been striving to hand off much of ongoing DQSD
development  support to the next generation of DQSDers.  You appear to
be one of them!  Thanks for taking the baton.

JB



---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] Debug window?

2003-08-10 Thread Brent Beardsley
Hi Shawn,

--- Shawn K. Hall [EMAIL PROTECTED] wrote:
 Is there a way for a script to write *to* the DQSD
 toolbar (so I can get the results of my script
transactions)? For
 example:
 dqsd.write/dqsd.print?

If I understand you correctly - yes.

There is a function in defer_tools.js:

function setSearchWindowText(text, autoselect)

that allows you to write to the DQSD search window.

A lot of the built in functionality calculator, clock,
history, etc use this function to update the search
window text.

As far as your other questions about clipboard, etc I
have no idea...

Good luck,

Brent



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Debug window?

2003-08-10 Thread Shawn K. Hall
Thanks Brent,

 function setSearchWindowText(text, autoselect)
 that allows you to write to the DQSD search window.

Cool. So it *is* just loading search.htm as a html page.


 As far as your other questions about clipboard, etc
 I have no idea...

I'll look into it.

So far I have been 100% unsuccessful in getting a vbscript script to
run. It seems the function=function-name attribute in the xml root
only identifies javascript functions.

I'm going to try creating a js stub to my other function to see if
that works.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
 Graduate of the Darth Vader School of Personnel Management.




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601