I managed to reproduce (only partially) the behavior mentioned in my previous thread, this way:
1 I installed a fresh copy of Windows 10 by using a very old kit (from 2019)
2 Then I started a bunch of Windows updates
After all the updates finished, by clicking the Start button, nothing...
Just came from the same PC. Once again behaves oddly.
Using msconfig I managed to restart in safe mode.
In safe mode, I use msconfig once again to restart normally, and that's it! Now behave normally.
Maybe explorer.exe has some issues?
I will search further and when I find something new, I...
Thank you for the reply.
First I must mention that my colleague told me that the problem suddenly disappear, and I moved on. Maybe it was some unfinished updates (I instructed her to allow Windows to finish the updates, because I suspected that she rushed and closed the PC before the updates...
One of our Windows 10 Pro workstation cannot be shutdown using the "normal path", but only by pressing CTRL+ALT+DELETE
When I click the Start Button, nothing happens.
By using a restore point, a few weeks ago, I managed to temporarily solve the problem, but now my colleague complains again.
I...
Sorry for the late reply, but sometimes more urgent things must be deal with.
Excellent suggestion you made.
The user has changed not the printer's name, but the host computer's name, and now the problem is solved.
Thanks again.
DrB0b, thank you for the reply,
As you can see, the computer is available, but cannot connect the shared printer
The host PC is connected to a domain server, and the printer has two drivers installed, but both react into the same way.
,
The pictures are from a Windows 7 computer, but I got the...
A PC using Windows 10 32 has a USB printer attached (Lexmark T420).
The printer does not have a net card.
The printer is shared, and the network discovery is turned on.
From another computer I tried to connect to the shared printer, but I got the 0x000709 error.
From the second computer, the...
Hi,
We have four (4) Kyocera FS6525 printers. These are network printers and we use them both as printers and as scanners.
One of them already has two PC's added in the address book (for scanning). Now I try to add a new entry, and all goes well, until I try to save it into address book.
I...
In VFP you can do it in threes steps, like this:
* first get the record number of each record
Sele RECNO() as myId,* from a mytable into cursor mycursor
* second get the last record number of each icode
SELECT max(myid) as myid,icode from mycursor group by 2 into cursor mycursormax
* finally...
Mike Lewis, I will try the same prg on another PC.
I noticed some strange behavior.
Version of VFP is 9.0.7423
The two images:
and
Respectfully,
Vilhelm-Ion Praisach
Resita, Romania
http://praisachion.blogspot.com/
Obviously, the best advise is to output the result otherwise, e.g. using Copy To, but I am intrigued by the behavior of SELECT ... TO
I noticed that SET HEADINGS have a significant impact on the output.When SET HEADINGS is OFF, the width starts with 4, and increase with 4 or 5 / character...
I've made a small test.
You can see that for 1 to 5 characters, VFP force the length to 21 characters
Then for each additional characters, the length is increased sometimes with 4, other times with 5 characters.
Don't know how to reduce the size, nor to control it.
I tried several commends, like...
...an animation with 8 frames. The last frame stay longer than the other 7.
CLEAR RESOURCES
CLEAR ALL
LOCAL laIcons[5], laSeq[8,2]
SET SAFETY OFF
* List of mages
laIcons[1] = HOME(4)+"Icons\Misc\FACE01.ICO"
laIcons[2] = HOME(4)+"Icons\Misc\FACE02.ICO"
laIcons[3] =...
Just posted a new faq184-7922
Not sophisticated, but useful. Maybe I will enhance later.
Enjoy
Respectfully,
Vilhelm-Ion Praisach
Resita, Romania
http://praisachion.blogspot.com/
...function creates the RIFF (ANI) file from the ICO / CUR files enlisted in laIcons
Next is the function, along with a test code.
[code Foxpro]* Code for testing purpose
CLEAR RESOURCES
CLEAR ALL
LOCAL laIcons[8],laIcons2[4]
SET SAFETY OFF
* create an animated cursor from 8 ICONS...
First of all, I apologize, no offense intended.
I'm pretty sure you already know that SysWOW64 is for 32 bit applications under 64 bit OS. Almost certain this is not the cause of your problems.
You mentioned that
oWorkbook = oExcel.Application.Workbooks.Add()
oExcel.Visible = .T.
runs with no...
Like Tamar Granor, I also suspect the readonly state.
Please read Workbooks.Open Method
Pay attention to several parameters, like IgnoreReadOnlyRecommended, Notify or CorruptLoad (but may be other that solves your problem).
As a final thought, have you tried to open the workbook in Excel, no...
Version 4 for VFP9 and 2/3 for VFP6 (January 2017).
Respectfully,
Vilhelm-Ion Praisach
Resita, Romania
http://praisachion.blogspot.com/http://files.engineering.com/getfile.aspx?folder=a1b18b7a-d6ef-4918-9a3a-1f82fecf968e&file=DBF2MSOFfice_201701.rar
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.