Windows 95 and CHMs API?
Tue, 7 Oct 2008 07:02:01 -0700
Our application runs in a Windows 95 environment. We want to produce a CHM
file. Is there an API that runs in Windows 95 that will call a CHM? How do
we set this up?
We are currently calling an HLP file but want to move to a CHM.
--
Patty G ...
|
Latest entered data on top of the SQL table
Mon, 6 Oct 2008 22:39:01 -0700
I am using access2003 for my data base application. I am adding some data to
SQL table. After adding the data, the table automatically rearranging the
data in alphabetical order . But i want the latest entered data to be on the
top of the table not in alphabetical wise.
Eg: In field 'name' , i am entering ...
|
determine document language
Mon, 6 Oct 2008 14:02:13 -0700 (PDT)
Hi All,
I need a code that can check a document for the language it was
written in.
If you'd have a noise list with frequently used words like in English
(the at for with him etc..)
you could try to match these with the paragraphs in the text. Then
when a certain number of matches
is reached the code could ...
|
Manipulating Embedded Excel Spdsht / Chart / Macro from Word 2007
Mon, 6 Oct 2008 13:01:01 -0700
I have a user form that fires at Document_Open. This form collects client
data and request types which are used to replace tags within the document.
Some of these tags are contained in an embedded Excel workbook. I have been
unable to find any information on how to control and manipulate data within
an Ex ...
|
PowerBuilder calling a Word macro
Mon, 6 Oct 2008 11:09:11 -0700
This is a long shot, but I'm running out of research options.
PowerBuilder runs a query and loops through a record set passing field
values to a macro. There are a total of 17 values passed.
PowerBuilder balks when using this syntax
businessunit.Run "PopulateContacts",ls_lead1,ls_fname, ls_lname, ...
|
Select textbox from inside
Mon, 6 Oct 2008 11:06:05 -0700
Hi all
My macro starts when the user has selected something inside a textbox.
How can I find out the height of the textbox I'm currently inside?
Thanks for your help
Dan ...
|
macro 2 issues
Mon, 6 Oct 2008 10:13:01 -0700
Have the following macro prints fine closes print screen ok
issues
prints a last page with fields used in letter something in code must be
telling it to print fields. I do notice that every thing for fields is listed
both in text and query?
next after closeing print window will not close word have to clic ...
|
|
|
Mail Merge Directory response from Macropod
Mon, 6 Oct 2008 08:48:01 -0700
Thanks for you previous reply (listed below)- what I don't gather from the
tutorial you sent me is how do I select a field as the Key Field- do you have
code that can go with the example you gave- never really used Word previously
so real starter stuff- even down to key strokes to write the code if needed.
...
|
OSUAPP with Office 2007 ( word and outlook)
Mon, 6 Oct 2008 08:06:08 -0700
In my application, I am using findwindow( opusapp,nil) to get the handle of
microsoft word.
It works upto Microsoft office 2003. But, It doesn't work with Microsoft
Office 2007, when outlook 2007 is open.
Can someone have any idea, how I can get handle of Word?
Many Thanks.
...
|
Suppress displaying of main merge document
Mon, 6 Oct 2008 06:44:34 -0700 (PDT)
I have made a function to create a merged document. The merge can be
started from an application running on an iSeries server (a.k.a. AS/
400). The application first assembles some data, writes it to a comma-
separated file, and then uses a command to start Word. The -m switch
is used to automatically start a ma ...
|