Thank you both for the replies. I tried rgbean's suggestion and it worked great. GriffMG, I'm sure your's would as well. Both are based on the same principle - get an EXE, or in my case, an APP into a memo field and then at some point write it to disk. I knew there are some commands that will...
Hi, I want to create an EXE to use as a makeshift installation program. I include the Apps in the project and create the exe. What I want to do is have the program copy the imbedded file out to the hard drive. I've done something similiar before when the file is a table - just use the dbf and...
I think I got this from here somewhere. However, it does say it is for release 5. We used 5.? and are now on 6 and this still works Ok.
* SNDNOTES.PRG
* Function to send an email message from Lotus Notes using Notes R5 COM
* Author: David B. Cass
* (c) Copyright 2000 - May be freely distributed...
>>SET RELATION TO idd INTO B
Do you have a field called "idd" or was this just a typo? I noticed that you named your index tag "idd", but you need to reference the actual field name for the relation.
Thanks, I make sure that my regular reports have the tag and tag2 fields cleared, but these are old-style Dos report formats and those fields are already blank.
Hi, I wanted to see if anyone has any ideas. I use Fox 2.5 for Dos to create report forms, not to print with but for creating web documents. I put the html tags in the report and then in my VFP 7 programs I run the following code ...
REPORT FORM (cRepFile) TO FILE (cHtmlFile) NOCONSOLE
where...
You could try this ...
DECLARE INTEGER SetForegroundWindow in WIN32API INTEGER hWinHandle
SetForegroundWindow(_VFP.HWND)
If you are using VFP 6 or earlier, you would have to use foxtools to get the window handle.
I was going to ask if you ever found a solution, but as I was typing, I thought about rgbean's reply and it dawned on me what was happening. My menu is in a MENU directory, so when I "modify menu menus\main" and specify an icon file, the menu is storing the files path relative to its...
Hi, sometimes when my program (VFP 6 SP5) copies a file to our server (Novell) or tries to use a file on the server or append from a text file on the server, I get an "Invalid Path or File Name" error. If I retry, it always finds the file and goes on fine. A wild guess is that the...
Thanks for the reply. I had already installed both the new drivers and the firmware update to no avail. I found an article about changing the drivers for the Intel 82801BA/BAM USB Universal Host Controller. I will give that a try.
Thanks,
Chris
Hi, I just got a Dell Dimension 4300 with Win Xp. I also bought a Lexmark X83 (a usb connection only printer). My problem is that although it works ok when first booted, if I log in as another user by using the fast-user switching feature,I then get a "failure to communicate with the...
Hi, I just got a Dell Dimension 4300 with Win Xp. I also bought a Lexmark X83 (a usb connection only printer). My problem is that although it works ok when first booted, if I log in as another user by using the fast-user switching feature,I then get a "failure to communicate with the...
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.