Thanks Ted :-)
Type: Posts; User: grovelli; Keyword(s):
Thanks Ted :-)
I did set the correct time upon booting the pc up and that's the problem because doing that cleared the whole browser history.
I've tried Undo changes to my computer with System Restore but it still doesn't get the browswer history back.
I inadvertently changed the Windows calendar date back one month and upon restarting the pc the browser history has disappeared. Is there any way to get it back?
I use WinXP pro SP3. IE8
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
I thought it was a temporary hiatus on your part!!! Until I decided this morning to see whether you had posted recently and I found this!!
All the best My Friend, you deserve a rest looking down at...
Hi Willie,
Can you post the code of the LinkTables procedure? Interested to see how you go about reading the ini file and check all linked tables connection strings - and reconnect if necessary....
Hi Mark, can you please explain the procedure(s) you use to store the path to the backend in the registry?
Thank you Hans :-)
There's something in the attached mdb that I think should obviously work but doesn't: when a text box AfterUpdate event fires, shouldn't the data inputted in the text box already be saved in the...
1. Literal dates in VBA use US date format m/d/yyyy, so #1/12/2007# is interpreted as January 12, 2007.
2. The result of Format is a string, so you are performing a string comparison, not a date...
This converts dates to a text string, why dont you convert them to real dates then do the comparison.
Thank you Pat :-)
On the startup form of the attached mdb, the following code line associated with the button labelled "Report Preview":
If Format(Forms!GioRep!CGior, "dd-mm-yyyy") < Format(#1/12/2007#,...
Hi Steve, could you explain the meaning of TableFieldSetToVarchar(Max)?
i know this discussion has moved to another thread, but in case anyone is wondering how to do it, here's a way:
1. ...
Alternatively, you can tick the check box "Linked to source" in the Number tab of the Format Data Series dialog - this will make the data labels use the same number format as the source data.
Is...
Change the formula in E2 to
=ROUND(B2/SUM($B2:$D2)*100,0)
and similar for the other cells.
Apply the custom number format 0;; to E2:G21. This will hide 0 values.
Thank you so much Hans :-)...
I think you would have to actually calculate the percentages in the base data and then plot those instead.
Hi Rory :-), thanks. How do you dispense with the zeros in the chart? I've tried using...
Is there any way to add labels to each bar in the stacks for the attached chart so as to show the percentage number?
Thanks Mark :-)