Tracking open filesI often leave files open for days and when I have 20-70 open at the same time
I run out resources and one invariably locks up, especially a PowerPoint 2007
file.
Is there a way that I can have one of my Access databases log all open files
using a form's click event so that I can reopen them when the system crashes?
This database is always running--can't work without it and so it is a
logical place to store a listing of all my open files.
Thanks for suggesting a place where I can start developing the code to do
this.
In addition to PPTX and DOCX, I usually keep a...
Malicious Code error when opening a custom outlook formAfter installing Visio 2003 on XP Professional with
Microsoft Office 2002 installed, I get the following error
when I launch a custom outlook form...
"To help prevent malicious code from running, one or more
objects in this form were not loaded. For more
information, contact your administrator."
Has anyone seen this or know how to address it?
...
change the default opening of a form to enter a new recordHow can you stop a form defaulting to record 1 when you want to type in a new
record. The only way we are getting round this at the moment is to click on
the icon New record. However, every time we open the form to enter another
record it is always showing record 1
--
Thank you for reading my post. Hopefully you can answer my querie
Shazza -
Set the form property Data Entry to Yes. That will default to opening the
form for new records.
--
Daryl S
"Shazza" wrote:
> How can you stop a form defaulting to record 1 when you want to type in a new
> r...
cannot open an MDE due to version issue.We had an external developer create a MDE wich should be connecting to a back
end SQL database.
It has been some time since I actually tried to use this MDE. We were
advised to makes sure clients had Access 2003 with SP2 installed.
I actually tried to open the MDE file and got a message:
"You do not have the correct version. Please get the latest version"
We currently currently have not yet entered any data, do I also got a clean
version of the MDE and also restored the SQL database from the original that
was set up by the consultant.
Any suggestions as to what could have ...
outlook 2000running on home computer, no exhange or server. when I
open an inbox message and close it, the message
disappears, it isnt in other folders or in delteld files
folder. If I move the message to another folder before
opening it, then open the message in that folder, I am
fine I can open and close it without losing it.
I have been running everything fine for a couple of years
now, only in the last moth did this start happening.
I have reformatted and reloaded my computer, it doesnt
help. I have taken mirosoft outlook express off the
computer, that doesnt help either. I only have o...
PC freezes when I open a fileI have a four-page document with a lot of URLs. Whenever I open it, my mouse
cannot click anything for about two minutes, and the document itself remains
frozen for five minutes.
If it is only that one document, it suggests that it is partially corrupt.
Not knowing which version of Word or OS you are using makes it difficult to
give you options to sort it out, but try the Open and Repair function first.
--
Terry Farrell - MSWord MVP
"Mike Row Soft" <MikeRowSoft@discussions.microsoft.com> wrote in message
news:72B470EE-B86F-4018-99B5-F5FCEB41BB34@microsoft.c...
how to open a new Word document in draft view as defaultI saw some posings on it as to go to Word options, advanced, general and
choose allow opening a document in draft view. It worked for me one time, but
not this time. The new documents keep opening in the small print layout
(can't even see what is in there, the size is so small), and I have to keep
putting documents in Draft view file manually.
Change the zoom setting -
http://word.mvps.org/FAQs/General/SaveViewAndZoom.htm
or
You can control the zoom and the view with auto macros in normal.dot. The
following will set it to 100% zoom and normal/draft view regardless of what
...
open a file on PDA?I try to open a file on the PDA but that don't work.
The file is located in the same directory that the program.
The filename is elevator.dxf.
So i
const char * fred = "elevator.dxf";
the file name is pass to function
etc...
drawing.LoadFile(fred)
etc....
and FileName is in debugger = "elevator.dxf"
pStream = fopen( FileName, "rb" ))
but pStream is NULL there;
Why?
In the same program, i call
hinstLIB = LoadLibrary( "LIB.dll" )
and same LIB.dll is on the same directory of the program but that time
that's work, he find the file and load the l...
Outlook XP stays on top when open linkhi!
I have the problem, that Outlook XP stays the top window when I open an
email link in a messange. The new IE window blinks in the taskbar, but
it's behind the Outlook window. Sometime I even can't open the new IE
window!
maybe someone can help me.
Windows XP SP1 - Office XP SP2
greetings
Matthias Neumeister
(sorry for my english!)
...
PST files won't openI have 3 PST files that were created by someone else.
They are each less than 40MB and all have the correct .pst
extention. When I try to open any of them (they sit on my
hdd) Outlook tells me "The file is not a personal folders
file". I am running Office 2003 Pro. Any ideas?
Cheers and Thanks.
Are these pst-files on your harddisk and have you verified that the "Read
Only" file attribute isn't checked. Connect to it by using File-> Open->
Outlook Data File... If it's still not working use scanpst.exe to scan the
file for errors.
--
Roady [MVP]
w...
Can't open Outlook MailboxI can't open my Outlook, version 2002 mailbox. Problem
with outlook.pst file??? Tried repairing (as per
instructions and a message says it is missing???
THANKS for your solution,
Don Price
I'm no expert, but I have had this problem before.
Try doing a search of all files (hidden, system, etc) for the file
"outlook.pst". If it can't find anything, sorry, this is where my
knowledge ends. If it does, just redirect outlook to that location.
"Don Price FLD-EFCA" <dprice@forestlakes-efca.org> wrote in message news:<4ee201c473ea$24b500c0$a601280a@ph...
Why clustered Exchanges always open new network connections with the real IPs?Hi all the group;
For the last two years I've worked in two different big companies dealing
with Exchange 2003 in clustered environments (active/passive and
active/active configurations)
What I've noticed in both two companies is that, when E2K3 is clustered, new
network connections ORIGINATED FROM EXCHANGE always appear with the physical
IP address of the physical nodes, but not with the virtual IP address of the
cluster group.
I'll try to explain myself a llitle further:
BACKENDS
--------------
Physical node #1 Hostname : EXCHANGE1
Physical node #2 Hostname : EXCHANGE2
Virtua...
CRecordset::Close & SQLFreeStmtHi
Platform: VC++6, MFC, ODBC, MSDE, Win 2K
I am reading lot of data from the MSDE database one by constructing a SQL statement which returns only one record
But when I try to read data from a particular table which iterates through all the records in the CRecordset (using Open, IsEOF, MoveNext. Also, the Database connection is explicitly passed by me to the CRecordset derived class) and then call Close member function of CRecordset, I get a message box saying "User breakpoint called from code at 0x77f813b1" and later ending with an "Access Violation" error
Basically th...
Opening a PivotChart from switchboardI have a form with a PivotChart as a default view.
I would like to open the form (as a chart) from Switchboard pane, but
there's only a possibility to open a form in :
Const conCmdOpenFormAdd = 2
Const conCmdOpenFormBrowse = 3
mode.
That results that the form is not opened as a chart.
How can I avoid that?
Thank you for suggestions.
Win XP
Access 2003
Jaworski -
The beauty of the switchboard is you have very little coding to do, but you
pay the price in limiting the functionality. If you don't change your menu
items in the switchboard, then you can a...
Open Access 97 in Access 2007I have old vb6 programs using DAO and Access 97. Access 2007 will not allow
me to open the 97. What can I do?
Thanks.
--
___________________
B. Dean Fairchild
1813 Hidden Pine Lane
Apopka, FL 32712
407 880-8525
___________________
Dean,
Won't let you open? Error message? What happens? Is your database in a
Trusted Location?
http://www.regina-whipp.com/index_files/TrustedLocation.htm
--
Gina Whipp
2010 Microsoft MVP (Access)
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_fi...
Voiding Open Invoice with future dated invoiceI have some invoices that were posted with a date of 01-25-2018 How can this
be voided
Mark,
In the first place, why is 2018 created as a fiscal period? Besides that,
the course of action will depend on 2 things:
a) If you've posted the invoice and have not applied any payments. Under
this scenario, 1) if you have not posted the invoice in GL -- it's already
posted in payables -- delete in the GL batch for the transaction(s). Now,
void the payables invoice(s) and once again delete the batches in GL. 2) if
you've posted in GL, just void the payables invoice and post to GL a...
Outlook Express unable to open linksI have XP Internet Explorer 6 Outlook Express. After I
downloaded spellchecker that was left off pc when I
purchased it. I starting having problems, I received an
email with links in the email not all links but most. I
click on the link it will not open, then I hold dowm the
control key at the same time I click on the link and most
the time it will open. Why do I have to hold down the
shift key. Before I downloaded the spellchecker it was
fine. I have called tech support at Best Buy (he laughed
in my face like I was making it up). called HP under
warrenty and they don't know why...
outlok 2000 Wont openWe are runing windows 2000, and outlook 2000.
We have someone trying to open outlok and it does not open.. It starts and
the outlook screen shows for a short time, then it goes away and is listed
in the task manager as not responding.
Any suggestions on what to try? FYI: outlook is not runnnig exchange only
regular internet email.
Thanks
With OUtlook closed, find and rename outcmd.dat to .old.
Reopen Outlook and it should be pretty snappy.
>-----Original Message-----
>We are runing windows 2000, and outlook 2000.
>
>We have someone trying to open outlok and it does n...
Documents opening as symbols, numbers etcWhen i open documents in word they appear as symbols and numbers etc, it
gives me the option to select an encoding to make the document more readable
but it doesn't work. Can anyone help?
What kind of document?
For instance, you can't open a pdf in Word.
On Mar 31, 11:07=A0am, Cluck <Cl...@discussions.microsoft.com> wrote:
> When i open documents in word they appear as symbols and numbers etc, it
> gives me the option to select an encoding to make the document more reada=
ble
> but it doesn't work. =A0Can anyone help?
...
Opening saved filesHi
Is there anyone that has some knowledge of Office 2007.
I am getting so frustrated.
When I open a file in word I would like to type a part of the saved name and
have a list of all documents that have that part come up.
My new Word requires me to type the exact name of the saved file.
Please help!!!
reply to noa@kinstler.co.za
Thank you so much
That would be Windows File Search. You will find Search on the Start menu.
Noa wrote:
> Hi
>
> Is there anyone that has some knowledge of Office 2007.
> I am getting so frustrated.
> When I open a file in w...
What is the best way to clean up a .PST file (Outlook2003)Outlook2003 / WinXP Pro (SP2)
Hi
What is the best way to clean up my .PST file?
I've tried archiving what I can and it's still c900 MB.
I've compacted it.
I regularly run SCANPST.EXE across it... but still it keeps restarting
Outlook!
I have an Outlook2003 file that obviously has some corruption in it
because
when downloading new emails, it quite often throws an error
(that asks me if I want to inform microsoft and whether I want to
restart Outlook).
I have been advised to start again with an empty .PST file. And do
download
all the new files into it.
The problem is that I...
i try to open Excel spreadsheets, and they open in wordpad--i try to open Excel spreadsheets, and they open in wordpad--how do i get them
to open in Excel other than right-clicking on Open as Excel? I may have
changed a setting when i was trying to open a file that didn't have an xls
extension, and tried to open it in workpad.
Go to any excel file and right click. Select "Properties" and in the
"Opens with" box change it to "Excel".
All excel files will then open using Excel.
Hope it helps
Tony
--
y_not
------------------------------------------------------------------------
y_not's Profile: http://ww...
Excel Workbook- Can't open file once any changes are madeHello everyone-
I am running Windows XP with Excel 2002 (verison 10.6501.6626 with SP3
and I just completed developing a fairly large Excel workbook wit
numerous worksheets and macros. If I send the file to a handful o
other people, they are all able to open the workbook and make change
with out getting any problems (They can change the file name itself o
make changes to the cells within the workbook).
Here's my problem: On my computer I can open the base version of th
workbook without getting any error messages. However, if I make an
changes (no matter how simple, like changing text...
Open excel file from Windows explorerI'm having trouble launching excel files from windows explorer; when I
double click on the file it opens, but it does not come to the front
over the explorer window.
If I minimize and then maximize excel the spreadsheet then comes to
the front. However even doing this sometimes none of the ribbon
buttons for the spreadsheet are active, I need to minimize / maximize
again from the toolbar and then I can use the file. Opening the file
from Excel does not cause these issues.
I also notice that the windows explorer pane is not always accurate:
when a spreadsheet opens I immedia...
Stop the prompt to save when closing workbooksHow do I stop the prompt to Save when there is nothing additional to save...?
From VBA?
You could close and set the SaveChanges property to False
--
HTH
RP
(remove nothere from the email address if mailing direct)
"Rebecca Potter" <RebeccaPotter@discussions.microsoft.com> wrote in message
news:0A21E68B-125A-4FC0-B769-1AEA60114EB3@microsoft.com...
> How do I stop the prompt to Save when there is nothing additional to
save...?
...