Olaf,
Seems I have installed a thrifty version of Outlook2007 on my laptop, No Finder. Will try the createobject and reinstall my Outlook and report back DayAfterTomorrow. Thanks for replying,
Jockey(2)
Imaginecorp,
Thanks for the response, as you noticed it is indeed a PIA to move the textbox and more GUI minorities to manage - seems like a lot of code for a combo. Anyway if the universalthread link does not show a workable solution will have to go for it.
Chris,
Will check this link tonight...
Mike,
Thanks for the support. It was even easier than I would have thought. It is Windows to recall the last-opened-state. So the trick is, open the folder once with Thumbnail option and all the subsequent openings will be Thumbnailed. Dont know yet what will happen after a forced close down or...
Hi,
I use to open a directory ShellExecute(0,'open,[Explorer.exe], myDirectory, [], 1) which works fine. Now I would like to open the directory default with the Thumbnails view. Any idea which paramaters I should apply to get this result?
Kone
Boris,
that did it! Thanks a lot. - Strange I can also literaly see the checkbox without the .chkbox.Visible = .t. Now with this property on .T. I cannot even see but also work with it. Thanks a lot.
Jockey2
Hi,
When I browse VCX files I notice that the field UniqueID is not so unique as one would expect. Viz you will find numerous "RESERVED" in the same file. Now I also have a class with "FONTINFO" in the field UniqueID. Is this "by design" and is there a solution to ensure the field is truly...
Brian,
Thanks for taking the time to re-reply me with a correct question!
This removal action : indeed not so user friendly. Not only that it is arbitrarly, it is also not so polite towards the members who took the time to reply. Anyway thanks aganain, your answer worked as expected.
Koen
Hi,
With this code I expect to have alternate bold / normal font, however nothing happens. Anybody to give me a clue?
thisform.MyGrid.SetAll("dynamicfontBold",;
"IIF(RECNO()%2 = 0,[.T.],[.F.])","Column")
Thanks,
Koen
p.s. this question was previously posted in the "general foxpro...
Mike,
When is a fox borne?
Googling around for FoxPro 3.0 in Discussion Groups I read this article by Steve Chadbourne in comp.database.xbase.fox dated 26 Jan 1995: "Visual Foxpro 3.0 from FoxForum on Compu$erve."
Anyhow its good to know Fox is grown-up today.
What is the eldest VFP...
Stewart,
Mike is correct, I am referring to a cursor, the index is on the products.dbf tag: products.startingdate.
However, for testing purpose I have executed the same logic to 'real' tables MyCursor.dbf and Products.dbf both indexed on startingdate and products.dbf on endingdate. Still I...
Mike,
Yes, prior to posting I have checked the SYS(3054,12) :
Rushmore optimization level for intermediate result: none
Rushmore optimization level for table products: none
Joining intermediate result and table products using index tag Fk_49765
(sick)
reversing also no effect (even no...
Hi,
I cant get this select statement optimized, it takes too long:
Select myCursor.productnmr, ;
myCursor.startingdate, ;
sum(myCursor.productive) as productive ;
from myCursor ;
join products on products.productnmr = myCursor.productnmr ;
where myCursor.startingdate...
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.