Advertisement

1 - 10 of 40 containing alltags:("reopen") (0 seconds)
is it possible to open a new window with current page information?? <script> function winopen(url)  { window.open(url,'myWin','toolbar=yes,width=300,height=250,directories=no,status=yes,scrol...
Zones: JavaScriptDate Answered: 12/10/2001 Grade: A Views: 0
Hi! I have a main window that opens another window with another url: newWin=window.open('nw.html', id, 'resizable,width=1015,height=700'); If I type in the address field of the browser the mai...
Zones: JavaScriptDate Answered: 08/23/2003 Grade: B Views: 0
Hi all, I have a macro assigned to a button and I'd like to close workbook (without saving changes) and reopen it. Please, have a look at it and tell me what's wrong with that macro... Private...
Zones: MS ExcelDate Answered: 08/12/2005 Grade: A Views: 0
I used the appwizard to create an SDI where I changed the base class of CView to CEditView.  So, a text file passed as a command-line argument will display and be editable(by default).  I have a te...
Zones: Windows MFCDate Answered: 09/25/1998 Grade: B Views: 0
has anyone ever had a problem where if you close an excel workbook, excel almost instantly reopens the file by itself?
Zones: Ms Office SuiteDate Answered: 12/22/1998 Grade: A Views: 0
I have a subroutine that populates an Excel97 sheet with values.  The first part looks like this: Sub CustomerExcel(ogroup As String)     Dim XL As Object     Dim rs As Recordset     Dim fname As ...
Zones: MS AccessDate Answered: 05/19/1999 Grade: A Views: 0
On my machine, if I open a .msg file, it opens fine.  I close it and try to open it again, I get a file in use error.  If I close outlook and reopen it, it again works fine the first time and I get...
Zones: Outlook GroupwareDate Answered: 04/22/2004 Grade: C Views: 0
I have an input file and I want to restart it at the end of a loop and reopen it at the beginning. ifstream input(infile.c_str()); When I get to the end, what is the best way to start back at...
Zones: C++Date Answered: 10/27/2004 Grade: A Views: 13
I am using Application.Ontime to work around a Word nuisance and it works fine, but stops working when I reopen the document  Oddly, if I change the name of the procedure it calls it works again, b...
Zones: MS WordDate Answered: 04/19/2005 Grade: A Views: 0
I open a text file and read its contents and write this contents that I have read to an output file. I then want to open the text file again along with the output file for reading and then read a...
Zones: C++Date Answered: 07/29/2005 Grade: A Views: 0