Hi, new to a large network and one user uses an 8 year old version of ABRA wit FoxPro.
All of a sudden getting a error message. A runtime error has occured. LOGON line 51. API Library is no...
Is there a way to get a footer to print only at the bottom of the LAST page of a report?
I am printing an invoice that I want to print on 8.5 x 11 two perf paper to have a tear off payment ...
Is there a way using REPORT FORM... and selecting Adobe PDF printer driver and not having the SAVE-IN dialog box?
Also, can I prevent adobe opening to display the newly created file?
In working with all of you here I have discovered that Fox Pro can acomodate-one way or another-anything that one can think of. It is time tested and very powerful. Why has it fallen into dis...
Dear Friends
I need help to translate the VB code into VFP code
My problem is how to add value to Exports properties in the code bellow!
I am trying to subtotal a range on an excel spreadsheet using OLE automation. I have dimmed the array (column numbers) and set each element value
xlsum= -4157
dim ArrayName(32)
ArrayName[1...
I've got a very old inventory system that I believe is foxpro based. I need to convert this data into excel so that I can import it into a new system. I have the .inx files that contain the ...
I have read that VFP 9 has a problem with the Set Print command. I am wondering if anyone has found any other solutions.
The problem is, if you have more than one printer, and you want to ...
I know about issuing "ON SHUTDOWN CLEAR EVENTS" before "READ EVENTS" and I know about reissuing "ON SHUTDOWN" in your exit routine etc etc. And I've got a system which works exactly as I expe...
I have a VFP-9 application on a network of about 10 users that uses a Word Application object to perform a mail merge, update a mail-merge document, print it and save it to a NEW document. The...
I have it set up and have been using this for a month now on all sorts of prgs.
but all of a sudden my SQLExec(x,x,x) will not have any data (in my cursor)
it get a connection > 0 so I kno...
I have multiple users inserting records inside a FoxPro database throuhg an ASP Application.
It is very common to have multiple users inserting records at the same time and, when this happe...
Looking for some automation tool, open source or vendor, that interacts directly with Visual FoxPro applications. It should have direct visibility into GUI widgets (i.e. properties, data valu...
I have to duplicate a form that has a column of instructions in it.
I would like to have it look like a newspaper column; ie. justified at both ends.
Any suggestions ?
Any one know for sure the Max number of fields that a table can contain in Fox 9 SP2 . I believe it is 255. Cant find it in the dox anywhere. Microsoft wants to charge me for tek support ...
Hi Expert
I am having problem importing Microsoft Excel 97-2003 worksheet. I am running VFP9 SP2. It stops working when try to import using import wizard.
If I open it first and save it as E...
I am looking for a way to copy files/tables in use that are not exclusive to another folder on the same computer. I have heard about SHFileOperation Win32 API but can't find much helpfull inf...
We just moved from VFP7 to VFP9.
The following command will run without problem in VFP7 but will generate an error in VFP9:
SELECT *, sum(qty) as qty_sum from tab1 GROUP BY parent
the erro...
Hi, I must pass to a DLL function an Initialized Empty Byte Array filled by the function with the returns value.
My dll declaration is
DECLARE SHORT SendDump2 IN "OkSer.dll" AS "OkCash_SendE...
I just got a new laptop which is 64-bit.
I have Visual FoxPro 9 SP2 which is 32-bit. All my applications run Excel, Word, PowerPoint as automation tools.
Should I install Microsoft Offic...
How can i connect to a Firebird database from Visual Foxpro 9? Please give me some code examples.
Hi,
I'm in the debugger and would like to export the list of variables to a dbf. Ideally, I would just want to click on the Name, Value, or Type column and have it sort, but it doesn't wor...
I have data that I need to export out of one of our systems every night. That data will update a second system. The problem that I have is that the data is exported from the first system in a ...
We are running a program called Sage Rainbow (which is a fundraising software) and is running on a Windows 2003 SBS server. If there is only one person accessing the software, it's quite quick...
This is probably a simple answer. I have a grid that is read only, except for one column when the program starts. At one point to edit all the items in the grid I have :
thisform.Grid1.ReadOn...