Hi Sunil,
Your code does just what I was looking for so thanks very much! A star for a star! :-)
Regards,
Mike
mikey2nicey
"Dream, but don't quit your day job."
I think the Microsoft support article
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q223541
answers my question. There doesn't seem to be any way around my problem[cry]. Never mind! mikey2nicey
"Dream, but don't quit your day job."
Hi Paul.
Good to see that its sorted now. I'm not fishing for stars but the protocol on this site is if a post has been helpful or informative then you should give it a star by marking it as helpful. It also helps others see where helpful posts have been made.
Regards [thumbsup2]
mikey2nicey...
Hi Paul,
Here is an example of what I think you are looking for. It displays three boxes: red, green and blue. When you move your mouse pointer over one of the boxes, the other two turn pink. When the mouse pointer moves out of the box they revert back to their original colours. Heres the code...
Hi Michelle,
Yes I believe you can use fglpc. I do not have any examples but here is the format of the fglpc command:
fglpc { [-ansi]
[-a]
[-anyerr]
[-p <pathname>] } <.4gl source code module> ...
The options in this command are defined as follows:
-ansi makes the...
Hi thewishla,
I'm pleased that your problem has been resolved but xlbo is right in what he says - the post that solved your problem should really get a star.
Cheers,[smile] mikey2nicey
"Dream, but don't quit your day job."
Hi Turkbear,
I'm just fishing but if the registry entry is a key rather than a value then the registry path will need a backslash on the end. To save typing you can also use the abbreviation HKLM rather than HKEY_LOCAL_MACHINE. Check out this link...
Hi 229257,
Try objACC.OpenCurrentDatabase("H:\GRPAPPS\Hardware\db1.mdb").
Or objACC.OpenCurrentDatabase "H:\GRPAPPS\Hardware\db1.mdb".
HTH [smile]
mikey2nicey
"Dream, but don't quit your day job."
Hi thewishla,
If you are using VBA then try the following link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odeopg/html/deconformattingnumericvalues.asp
It gives advice on how to use the VBA Format function to format numeric values.
HTH [smile] mikey2nicey
"Dream...
Hi Dave,
A quick search on Google revealed the following sites that may be of interest:
www.microsoft.com/windows2000
www.win2000mag.com
www.windows2000faq.com
www.win2kworld.com
www.winportal.com
If these do not help then enter "windows 2000 server" (with quotes) into any search...
Hi DavidJA,
Would you like to try the following:
<html>
<body>
<script language="javascript">
var objWord = new ActiveXObject("Word.Application");
if (objWord != null)
{
objWord.Documents.open("\\Fileserver2\documents\david\MyDoc.HTM");
objWord.visible = true;
}...
I have a problem put to me by a user. I have developed a web page that sits in the company's public folder network and presents a graphical representation of all of the public folders that the user can see.
When the user goes to a web site in Outlook using the web toolbar and then tries to go...
Hi Norm,
Yes that is probably better suited to what Pete199 needs. A star goes 2U.[Smile]
Cheers, mikey2nicey
"Dream, but don't quit your day job."
Hi Kitan,
No, but you can use the SendKeys method of the Windows Script Host, for example:
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "%A"
will send ALT+A to the UI.
HTH mikey2nicey
"Dream, but don't quit your day job."
Hi Bob,
Not with ADO. See
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q186267
HTH mikey2nicey
"Dream, but don't quit your day job."
Hi Pete199,
Try this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctmsgbox.asp
HTH mikey2nicey
"Dream, but don't quit your day job."
Hi BradB,
Try the following:
lstEndDate.AddItem(actDate.Value + DateAdd("m", 1, actDate) - DatePart("d", actDate)
It adds one month to the date then subtracts a day.
Good Luck. mikey2nicey
Dream, but don't quit your day job.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.