Up |
|
|
  |
Author: banditbandit
Date: Dec 26, 2008 11:56
how do I once again make qutlook my primary email program???
|
| |
|
| |
no comments
|
|
  |
Author: BanditBandit
Date: Dec 26, 2008 11:36
I simply want to make outlook the primary email program under my wife's
identity.She had been using another program but wants to return to outlook
but for the life of me I cannot find where I tell outlook to be the primary
program. I am really pulling my hair out so to speak as have three days
involved in this endeavor and no luck. Please help.
|
| |
|
| |
1 Comment |
|
  |
Author:
Date: Dec 24, 2008 07:26
You can open your table with a different alias via USE AGAIN, and then your
free to do anything you need to the new alias. The record pointer will not
be affected in the original named alias. Or you can use a SQL SELECT and
accomplish the same thing.
USE YourTable AGAIN IN 0 ALIAS NewAlias
SELECT NewAlias
COUNT TO m.nCount
- or -
SELECT COUNT(*) FROM YourTable INTO ARRAY aCount
? aCount[1]
--
Fred
"Lincoln Burrows" abcd.com> wrote in message
news:ue9Gp7YZJHA.1528@TK2MSFTNGP03.phx.gbl...
> Thanks Dan
> If I use COUNT TO it moves the record pointer.
> Because my table is buffered I can't change...
|
| Show full article (2.09Kb) |
|
no comments
|
|
  |
Author: Barley ManBarley Man
Date: Sep 23, 2008 02:19
I have created a series of reports for clients in the usual VFP manner. The
client now wants them all in a format which can be viewed on an Intranet,
e.g., PDF, XML, HTML etc..
They/I currently use VFP 7 but I have VFP 9 SP2 iof that is a better/easier
route.
What's the easiest/best way to deliver what they ask?
They don't actually care which format I use so long as it is
widely/universally viewable from their 'desks'.
(I don't have a CLUE how to do it!)
Ian
|
| |
|
no comments
|
|
  |
Author: BrianInVirginiaBrianInVirginia
Date: Sep 22, 2008 18:04
Hello everyone!
My MSN hotmail accound has been hit twice in the last week, "last monday and
this monday". I have scanned my local computer with the latest virus
definitions and nothing at all. The virus deletes everything in the INBOX,
DELETED MESSAGES, AND JUNK folders. The messages in the user created folders
and the sent messages are still there. Also, I now have messages in my SENT
MAIL folder with addresses I never heard of... it looks like a trojan but I
can not find in locally...
Is the virus on the MSN servers and how do I clean it. MSN e-mail support
was contacted twice (Tuesday and Thursday last week) and nothing but
automatic replys.
PLEASE HELP!!
Best regards,
--
Brian
MSN Live User
|
| |
|
1 Comment |
|
  |
Author: CowboyCowboy
Date: Sep 22, 2008 08:08
I am not a techi, but need to put my app on the Internet for my users to run
rather than from a local CPU. Where can I learn how to do this? Currently,
each customer has multiple stores with a CPU in each store. Updating data is
bulky and I would like to put my app on a site so each store could share the
data
--
TIA
Cowboy
|
| |
|
1 Comment |
|
  |
Author: mails2arunroymails2arunroy
Date: Sep 22, 2008 06:20
How to import *.txt files into *.dbf files using coding in Visual
Basic 6.0
|
| |
|
2 Comments |
|
  |
Author: Pete FisherPete Fisher
Date: Sep 21, 2008 12:00
I am working on an application that uses a grid and a timer which moves
through the records to be displayed then starts again at the first
record - a kind of automatic scroll. It works really well, except that
after few refreshes it freezes. The blinking cursor stops blinking and
the grid becomes static.
If I press a key or move the mouse at all it starts scrolling again.
I though it might be a control focus issue, but doing a setfocus before
each refresh doesn't help.
I'm sure it must be easy to poke it into life again somehow
programmatically, but I am struggling to find the way.
Any ideas?
BTW the timer also does a requery on several local views displayed in
static grids. These are all refreshing perfectly. Just can't get the
scrolling one to keep scrolling. Which is a pain as this needs to
operate without user input for long periods displaying timing results
from a motorsports event.
--
|
| |
|
no comments
|
|
  |
Author: BradBrad
Date: Sep 19, 2008 09:09
is there a way to hide the titlebar of a dockable form?
using vfp9sp2 on xp
|
| |
|
1 Comment |
|
  |
|
|
  |
Author: BradBrad
Date: Sep 19, 2008 08:57
how can i get the hwnd of a forms title bar?
using vfp9sp2 on xp
|
| |
|
4 Comments |
|
|
|