Populate Acrobat pdf file from AccessI have a database that I created a few years back that uses the activex
installation of the old Adobe Acrobat FDF tookit. My code creates an fdf
using fields from my form and then opens the corresponding pdf. The end
result is that Access populates my pdf's for me. Now for my problem... I
now have a computer with Windows Vista on it. I can't find a way to install
the FDF toolkit. The way I had to do it before was to copy two files to the
"system" folder and run this from a command prompt...
"regsvr32 fdfacx.dll" and then the same for fdftk.dll
When I ...
CFile::Open doesnt open already opened MSWord FileHi,
I am facing a problem.
I am trying to open a MS Word file using CFile::Open method. It works
fine when file is not opened. But when that MSWord file is already
opened, the CFile::Open function doesnt not open the file and return
zero.
Is it anything to do with the File Open mode i am specifying?
here is the code i am trying to execute--
CFile f1;
CFileException fe;
int nFileException = 0;
CString sFileName = "C:\\TestFile.doc";
BOOL b1 = f1.Open(sFileName,CFile::shareDenyNone,&fe);
if(b1)
{
f1.Close();
nFileException = 0;
}
else
nFileException = fe.m...
2007 outlook will not import my outlook 2003 pst files as too bigi saved my old 2003 pst files and tried to import into outlook 2007 on
another computer. only part of the file imports and i recive a message saying
the file is too big.
As posted here on a daily basis, you dont import native outlook data, you
open the data file(s) within outlook
Data files should be located on the HD, eg Documents folder, with read only
attribute off
"patrick" <patrick@discussions.microsoft.com> wrote in message
news:DEE496F7-CC2C-4BA2-8CED-D984361C8ED7@microsoft.com...
>i saved my old 2003 pst files and tried to import into outlook 2007 on
> anot...
linking to external filesHello,
I am building a spreadsheet that links to external
spreadsheets for a lot of its data. External
spreadsheets exist for each month of the year. The
spreadsheet I am building has a Jan. tab linking to the
Jan external file, a Feb. tab linking to the Feb.
external file, and so on.
I would like to set up the spreadsheet with all the links
for the entire year but the external monthly files for
May onwards do not exist yet. As a result, when I open
my spreadsheet, it prompts me with an error message that
says the file does not exist.......for every future month
where a file doe...
Can an excel XP 2003 file be exported to an Access mdb file if so how? #2Greetings All,
I have and app that will only read Access mdb files but I don't have access to "Access" is there a plugin
or will excel 2003 xp save directly to an Access 2003 file format?
Is there a free plugin around?
TIA
Tia
...
the attached files cant be opened....help pls!Hi, morning
One of my client got a trouble to use Outlook 2003 to send the attachment..
She forwarded a PDF attachment to another guy, the file is changed to DAT
format when the guy received it. Any idea i need to configure the Outlook
2003 or completely out of my control...help pls.
Cheers,
Jason
Have the user switch to plain text or HTML and resend the file. Outlook
Rich Text Format produces winmail.dat files that contain the formatting that
only Outlook and Eudora can interpret.
--�
Milly Staples [MVP - Outlook]
Post all replies to the group to keep the discussion intact. Due to...
Outlook 2002When I realized I had reached the max file size for
Outlook 2002 .pst file, we created a new folder and
directed incoming emails to it. In checking the file
sizes and dates, the new Personal Storage folder seems to
be working fine, but the outlook.pst still seems to be
dangerously close to max size and appears to be updating
with every new email. Is there any way to change the
default from outlook.pst? Is there any way to back it up
and then completely clear it? Any other suggestions?
(Everything up to last month is archived in 2 different
archive folders.)
1. Empty your deleted i...
URGENT PRIV1.STM file near limitHello,
I have Exchange 2003 standard configured with several mailboxes, all used
with pop3 connections from external clients (no messages will remain on the
server for more than a few hours). Now, I have reached the database size
limit of 16 GB but the strange thing is that the priv1.edb file size is only
about 200 MB, but the priv1.stm file is 15,8 GB. The store is continuosly
stopped by the system and I don't know what to do. I've tried to limit the
mailboxes max size, tho set the retention time for deleted messages and
mailboxes to 0, I made several offline defragmentation, ...
Creating Individual Excel Files from SheetsExcel 2003. I have multiple tabs (sheets?) in my workbook. I would like to
create an individual file for each sheet. How may I do this? I need to do
this regularly, so an automated procedure (versus manually cutting and
pasting) would be greatly appreciated. Thanks.
Hi
Try this one that save the files in "C:\" with the sheet name
Sub test()
Dim a As Integer
Dim wb As Workbook
Application.ScreenUpdating = False
For a = 1 To ThisWorkbook.Worksheets.Count
ThisWorkbook.Sheets(a).Copy
Set wb = ActiveWorkbook
wb.SaveAs "C:\" &...
Reading XML file with LinqHi,
I have an Xml file with this structure:
<Root>
<Total name="A">
<Item name="B">
<Donald>AAAA</Donald>
<Donald>BBBB</Donald>
<Donald>CCCC</Donald>
<Donald>DDDD</Donald>
</Item>
<Item name="C">
<Donald>EEEE</Donald>
<Donald>FFFF</Donald>
<Donald>GGGG</Donald>
</Item>
...
Print Excel files from a BAT file.I would like to print to a network printer a bunch of Excel files using a BAT
file. The network printer drivers are installed in Windows XP. I read the
Excel parameters but none are for sending a print job to a printer. Can
someone provide a BAT Start commnad line for me?
--
Victor Manske
Computer Network & Systems Consultant
...
Open File DialogI am modifying an application that allows the user to add
files to a list box and will then process these files. I
need the list box to fill with files on loading and then
be able to launch a CFileDialog box. For reasons unknown
unless you launch the CFileDialog object first then fill
the box with the rest of the list the CFileDialog box will
not launch.
I am looking for suggestions or a reason that this is
happening.....
>I am modifying an application that allows the user to add
>files to a list box and will then process these files. I
>need the list box to fill with files...
FRx log in issueI'm currently experiencing a problem logging into the FRx
designer or launcher. What happens is after a day or two
of not using FRx, I try to log in and get a "Try Again?"
message. This happens with all the clients logging into
the database; regardless of the company they are trying
to access. The work-around that I have is to go into the
company information, change the ODBC path to something
else and then change it back. Once I save it, I'm asked
for a user ID and password. FRx will take the user name
and password at that time. After that I'll be able to
...
Import/Merge PST file into existing mailboxWhat is the best way to merge messages, calendar, etc. into an existing
Exchange mailbox? I need to do this preserving the existing mailbox data
hopefully without getting duplicates?
Thanks for help!
On Fri, 17 Mar 2006 17:48:13 -0800, Neilrahc
<Neilrahc@discussions.microsoft.com> wrote:
>What is the best way to merge messages, calendar, etc. into an existing
>Exchange mailbox? I need to do this preserving the existing mailbox data
>hopefully without getting duplicates?
>
>Thanks for help!
>
Exmerge.
There is an option to not create duplicates based upon mess...
looking for dbx file format specificationhi,
I am looking for dbx file format specification
I am aware of the specification of Arne Schloh at http://oedbx.aroh.de, but
it seems incomplete and unofficial
is there something more complete and more official, describing the microsoft
outlook 5 or 6 file format
thanks,
gjuro
namely, the real question is how to write a program to read dbx files,
preferably from .net (C# or VB.NET), preferably without any special library
but with barebone byte reading, directly from file
"Gjuro Kladaric" <gjuro@kladaric.net> wrote in message
news:uK3Ci8#xK...
Suggestion needed from experts reg filesHi,
I am doing an app which involves freqent searching.
So ,I thought of this way.
Reading from the file once the system boots and cache the memory.
When the file does not exist ,the app will not be executing else the
app runs normal.
I have done searching mechanism in the file.
I am getting lost in caching the memory ,Pls explain how the whole
procedure works and if at all pls give some sample code snippet.
Regards
YKUT
Whether memory is cached or not is usually up to the memory manager. Why
are you wanting to intervene?
"YKUT" <ykutanoor2003@yahoo.com> wrote in messa...
save filem trying to save an excel file to a cd rom keep getting a
message saying can't save file it is read only. The file
can however be save to 3 1/2 discettes. Any information
helpful
A CD-R (CD Recordable) can only be written to once (once written - it
becomes permenant).
To do the job you want you will need a CD-RW (CD rewritable) which does
the same job except it can be written to as many time as you like. To
wipe 'clean' the CR-RW (ie. get rid of all the data on the CD-RW) you
will need to use the CD writing software mentioned in my last post.
To be honest using a CD-R or CD...
Money 2000 Data File Not Converting Into Money 2007When I open my old Money 2000 data file in Money 2007, Money offers to - and
subsequently goes through the process to - convert it to Money 2007 format.
It says that it's completed successfully, yet after it's finished, nothing's
there !! No accounts, no bills - nothing !! And the original file has been
changed or replaced (thank God I have backups !!!) because it won't go
through the conversion process a second time if I try to open the file again.
I haven't been able to apply SP1 and SP2 (see my other post in this forum)
so I don't know if this issue is fixe...
Import UNIX mail files into Outlook 2003?Is it possible to import UNIX mail files into Outlook 2003?
I have many messages in UNIX mail files, from using Mozilla Mail, and would
like to import these messages into Outlook 2003. When I click File | Import
and Export | Import Internet Mail and Addresses it shows these two options:
Eudora (Pro and Light) 2.x, 3.x, 4.x
Outlook Express 4.x, 5.x, 6.x
I also cannot find a way to import UNIX mail files into Outlook Express 6
SP1. In Outlook Express 6 SP1 when I click File | Import | Messages, I
tried all options to see if any of those options would import the UNIX mail
files from Mozi...
Applying a template to an existing fileI'm curious to know if you can apply a template's format to an existing
spreadsheet file?
My situation is this: I have an Access database that is generating
between 50 and 100 Excel spreadsheet files. I want to know if there is
an automated way in which I can apply the formatting from template to
those files or to I have to do that manually?
Thanks,
Frank
Well, you could record a macro that formats one of them:
http://www.officearticles.com/excel/record_a_macro_in_microsoft_excel.htm
and then use the code that's generated along with a macro like this one:
http://vbaexpres...
Sharing money fileI use Money 2002. My wife and I share one computer. we
have seperate logins under XP. we want to share one
money file. I put the money file in the shared files
folder but Money won't let her open the file. How can we
share the file?
Thanks
Any specific error message received?
--
Glyn Simpson, Microsoft MVP - Money
Check http://support.microsoft.com/default.aspx?scid=fh;EN-GB;mny
for UK tips and fixes for MS Money. To send Microsoft your wishes or
suggestions, use http://register.microsoft.com/mswish/suggestion.asp
or email mnyukwsh@microsoft.com especially if it's a UK sp...
Inserting pdf file as iconWhen I insert a PDF file as an object and select it to display as an icon, it
is not showing the pdf picture/icon in the document - only the caption shows
up in the powerpoint slide (depsite the pdf icon being selected in the
"change icon" screen when I insert the object).
Does anyone know how to fix this so the icons show up as a Adobe picture
with the caption below it like it is supposed to do?
I don't think I've ever had the PDF show up as a true thumbnail in this
situation -- it's always just the PDF icon.
What is it you need, exactly? Is it just t...
eConnect / Great Plains / Biztalk question for any error in the event logI posted this question on the Biztalk forum as well, but thought I would
give it a shot here as well.
I am getting the below error every once in awhile when I am inserting a
large group of records into Great Plains, does anyone know how I can code
for this in Orchestration Design? I tried coding the error number in a
decision box, but it seems to bypass the error number that is displayed in
the event log? Any help would be greatly appreciated....
Event Type: Error
Event Source: VBRuntime
Event Category: None
Event ID: 1
Date: 04/27/2005
Time: 10:03:17 AM
User: N/A
Computer: BIZTALK
Desc...
Is there a file size limit that Outlook will uploadI can send small size files in outlook like 100 kb. However, as hard as I
try, I cannot get anything large to upload ... like 50 meg, etc. Any help
here would be appreciated
Jerry
Your mail server is probably restricting your sending size. Check with
your mail administrator or ISP.
--
-Ben-
Ben M. Schorr, MVP
Roland Schorr & Tower
http://www.rolandschorr.com
http://www.officeforlawyers.com
Author - The Lawyer's Guide to Microsoft Outlook 2007:
http://tinyurl.com/5m3f5q
"Jerry" <jerry@home.home> wrote in message
news:#ktz#0T4IHA.3576@TK2MSFTNGP06.phx.gbl:...
Search Databases for a file?All,
If I wanted to search out entire Exch2003 database for a particular file,
how would I go about doing that?
Thanks,
Pair
Hmmm....is it a specific attachment that you knwo the name of? If so, then
you could use exmerge...
http://www.petri.co.il/delete_messages_from_mailboxes_by_using_exmerge.htm
"TwistedPair" <twistedpair@mail.com> wrote in message
news:OiV3p9jKFHA.572@tk2msftngp13.phx.gbl...
> All,
> If I wanted to search out entire Exch2003 database for a particular file,
> how would I go about doing that?
>
> Thanks,
> Pair
>
That w...