| Thread | Last Post | Replies |
|
| Seting Path in VFP 8 or 9.0 | 03 Oct 2007 23:00 GMT | 6 |
How can I set the path to a folder and all of its subfolders without specifying each and every sub folder. set path to (afolder...bfolder...b1folder, all all other folders below afolder)
|
| Get URL from IE into a database | 03 Oct 2007 22:10 GMT | 2 |
I have an application where I want to store URL:s from IE in order to re-use them. Basically it's about storing map definitions in any of all the route planners available on internet, thise URL:s can be quite extensive.
|
| 2 forms, 1 grid, destroy | 03 Oct 2007 16:52 GMT | 1 |
I have 2 forms lets say mainform, childform When opening and closing mainform, childform is also autom. opened/closed The childform has a grid. When a user fill in a textbox.value in the childform.grid but doesn't hit
|
| Windows Mail | 03 Oct 2007 16:41 GMT | 1 |
I run windows vista and subsequently use the Windows Mail program. The program had been running smoothly, until last Friday and I experienced a number of errors. The message was 0X800C0148. Since then I've lost all of my filed correspondence and the program appears
|
| How do I get percentage in group footer? | 03 Oct 2007 12:44 GMT | 2 |
Without storing sum in variable can I get percentage in group footer? State : NY Region 1 Total Referred: 100 (Expression : MyTable.RefferedField)
|
| Printouts not centered on page | 03 Oct 2007 00:41 GMT | 2 |
I am trying to print documents using the bypass tray on a Sharp MX-3501N from both Windows 2003 and Powerpoint 2003. The documents always end up off center - they are off to one side and down from the top. I am also trying to find some help regarding the printer, but I thought ...
|
| Open Excel file in Vista | 03 Oct 2007 00:32 GMT | 1 |
You all helped me in opening a Word file in Vista so it is off the task bar. Now I have tried for a while to open an Excel File using VFP8 and have it up front. I have been trying most tricks with no luck. oWORKBOOK = GETOBJECT("C:\TEST1.XLS")
|
| How to get the dbc name for an open table | 02 Oct 2007 21:05 GMT | 1 |
Given an environment in which there are multiple open dbc's and open tables. Is there a simple way to get from an alias back to the name of the dbc the underlying table belongs to without iterating through adatabases() and adbobjects()?
|
| Grids - DynamicCurrentControl | 02 Oct 2007 14:52 GMT | 6 |
I am trying to create a grid to work something like this: The grid would have 2 columns. The first column is always a textbox that contains the property name. The second column will allow the user to enter whatever value they wish for each
|
| Data Environment | 02 Oct 2007 10:30 GMT | 4 |
How to get all the tables in data environment of a form? Thank
|
| Any way in VFP to make sure phone line is available before dialing a fax? | 02 Oct 2007 10:10 GMT | 7 |
I am using the following code to send a fax via VFP: lo_f = createobject("faxserver.faxserver") lo_f.connect("") lo_d = lo_f.createdocument(ofile)
|
| NYC Fox SIG meeting Thurs, Oct 4: Chaim Charon on Error Handling | 02 Oct 2007 06:20 GMT | 1 |
Looks like a good one. We meet at NYU at 6:30pm. You'll have to email me off-line for the room, though; the University hasn't confirmed yet. -Lew
|
| Error loading file | 02 Oct 2007 05:26 GMT | 4 |
Can anyone help me fix this error? The Help file is not too helpful. "Error loading file - record number 22. Text1 <or one of its members>. Methods: E:\.....InvNotification.sct is not an object file." TIA
|
| Open Word file in Vista | 01 Oct 2007 18:12 GMT | 22 |
I have another problem with an application that runs OK in XP, 98, and 95 but not Vista. I open a Word.doc file from a command button in a form as below in XP, 98, or 95 and the Word doc file opens and displays on the screen so the user can
|
| Unable to send email from VFP | 01 Oct 2007 16:46 GMT | 5 |
I am trying to send email via VFP. I have tried ASPEMAIL and various other components. In the home machine (running Windows XP SP2), I can successfully send emails via VFP. However, at all the work computers (also runing the same OS), NONE of the email solutions for VFP work. ...
|