I have a cursor with 128+ columns that needs to go into an Excel worksheet.
This works fine but when the number of columns is 100+, I get an Excel file that is bad, i.e. data not placed in the column where it belongs but in an adjacent column. I am running into the same problem, regardless of...
I am getting the following error in a form method that creates an Excel worksheet from an underlying VFP cursor:
Error #1429 in Outputexcel
....
OLE IDispatch exception code 0 from Microsoft Excel: Unable to set the PrinTitleRows property of the PageSetup class ..
...
The piece of code in...
I have a need to access a webcam using Visual FoxPro to capture images that will be stored in a database. I can't find any resources for this, which is surprising. I am using the Logitech QuickCam, which has an SDK for C++ and Visual Basic. I need to work in FoxPro. If anyone has experience with...
I have a remote view. The user performs some edits, changes are sent to the backend which is SQL Server 2000.
The remote view is bound to a VFP grid.
Now the surprise: the data on the SQL server shows all character columns padded with space char (asc 32) to the column size. How can I prevent...
I am doing a POS application. To acquire data, I am using a barcode scanner.
I wanted to add a checksum to the code read by the scanner. The checksum should be 1 digit.
What I have in mind is something like the ISBN number for books, where the last digit is also a checksum value. Any ideas on...
I want to display an html page (with gif/jpg images) and links in the main VFP window. Is it possible? I want to build something like a menu (instead of sidebar or toolbar), with nice picture buttons.
I'm using VFP6 (not VFP7)
TIA, ganj
I am creating an Excel sheet from a VFP cursor - simple and straighforward. But when it comes to entering formulas in columns, I'm stuck.
How can I enter any kind of formula, including Excel functions in a range of cells? the kind of formula I need to enter is something like: =sum(a2..z2)/$a$1
TIA
my combobox width displays two values: small / large.
the combobox has a width of 100 so it fits nicely on the screen. I want the drop-down part of the combobox in the same width. So I set columncounts 1 and columnwidth 100. When running the form, my open combobox igores this value. Instead, it...
I have 2 forms (no formset, no parent-child forms).
In form 2, I have a button. In the button click event, I want to change a property of an object on form 1.
How do I do this? How do I reference form 1 from form 2?
I had to dig out an old project which I last touched in 1999. The project is based on Codebook 6.1 and written VFP 6.
Surprisingly, I am confronted with a rather situation I don’t understand:
I open a class (modify class acurrency.vcx), make some changes (add code, reposition controls, etc.)...
Does anybody use Inno Setup to install VFP6 applications? I'm looking for a ready-made script to install VFP6 runtime along with application files etc.
TIA, JoGa
I want to include a zip file into my project. Is there a way to copy (extract) a file embedded in the compiled exe to a folder? I want to avoid distribuiting the zip file as a separate file, rahter it should be embedded in the application.
TIA, JoGa
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.