Using ACCESS with JAWS and DRAGON

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am involved with a project to make an existing access application compliant
with two Assistive Technology producs namely JAWS - a screen reader - and
Dragon - a voice activation application -.

In order to fully exploit the JAWS functionality, it has been requested that
all the controls on all the forms in the application be assigned unique id
numbers which can be addressed by the JAWS appllication which essentially can
address any values available to windows.

An api "SetWindowLong" has been suggested but I am not clear how this could
be used to achieve the objective as controls are not windows in their own
right.

I know that this has been achieved in Delphi but that product's architecture
is different.

I have suggested using the Tag property but this would not suffuice as these
vaues are not available to windows.

Any ideas?

Many thanks.
 
BS said:
I am involved with a project to make an existing access application compliant
with two Assistive Technology producs namely JAWS - a screen reader - and
Dragon - a voice activation application -.

In order to fully exploit the JAWS functionality, it has been requested that
all the controls on all the forms in the application be assigned unique id
numbers which can be addressed by the JAWS appllication which essentially can
address any values available to windows.

An api "SetWindowLong" has been suggested but I am not clear how this could
be used to achieve the objective as controls are not windows in their own
right.

I know that this has been achieved in Delphi but that product's architecture
is different.

I have suggested using the Tag property but this would not suffuice as these
vaues are not available to windows.

Any ideas?

Many thanks.

And this is related to Windows XP general questions newsgroup in what way...?
 
BS said:
Because it involves communication with XP. I assumed that was self
eveident

You'd do far better to post your question in a developer group, either
for Windows or for the programs involved. Here is a list of all the MS
newsgroups:

http://aumha.org/nntp.htm

While we do get developers posting here occasionally, that isn't the
main thrust of the group and your chances of getting a quick and
accurate response are greater in a more specialized ng.

Malke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top