I am designing a form where I want the user to print to one of two printers via a command button on the form. Both Printeres are on the same net work. Does anyone have any experience with do...
Hi
I have just set up a linked server in SQL Server 2008 using the FoxPro OLEDB driver to s aset of DBF files. I can query and manipulate the data OK but the SELECT queries are very slow. I...
Hello,
in Fox8 I used the following (working) inputmask:
this.inputmask = "99u99"
Before, my textbox had the following value " u " at init, I only had to type in the hour and minutes b...
Hi Expert
I am not using SQL at the moment. Is Sql as easy as Foxpro Database?
Can it be copied from one machine to an other just like Foxpro tables?
What are adventage and disadventage o...
I have 6 prg's for the 6 locations I am querying for. The query is the same for all 6.
How can I make it into one program and have it, Loop through a list of locations? (incase I add or tak...
I'm a newbie in Foxpro. I'm more okay with MS Access and Excel so I'd love to process data with them instead of foxpro...
Now I've got a Foxpro database with records totals 100,000. I want ...
I am planning a screen/form which I believe I know how to design. I would ask some advice from those more experienced than I to point me to the easiest fastest way to build it.
Here is wha...
Hi Guys,
I hope someone can help me with this before I go completely mad!
Ive created an SQL Statement to get data from two tables. The problem is it seems to be very temperamental. It ...
I want a certain Fox program to run every night say at 11 pm. Is there a good way within Fox Pro to make this happen?
D
I do my sql select to get the data from the table
now I want to sort it by ship date first, then within each ship date I want to group the lines for each route BY THE Ship Date
I keep ge...
So in my cursor is a field OHVIA and within it will be the text description of how to ship.
I want to go through all the records in my cursor looking for anything contain "COL", "COLLECT", ...
Dear experts,
I want to display the content of a General field as a picture on an image. I have an image on MyForm, i open a table and want to display the content of its General field as a ...
I LIKE TO SPLIT LETTERS AND DISGITS
FOR EXAMLE
VARIABLE RESULT
_________________________
MDB1258 MDB
QKT113AF QKT
D10A589 ...
Visual FoxPro 09.00.0000.7423 for Windows
Free tables
Inherited application, with a framework that uses skip to move through the records.
One of the methods set the navigation buttons by ...
Hi,
I have a VB6 program that now has references to VFPOLE.DLL and MSADO15.DLL
I use an old version of WISE v5.0g to install the software.
I beleive these two files don't go in the windows ...
Hi Experts
I like to open c:\temp folder by clicking a command button im VFP9 SP2. I like to select few files and copy and paste in an other folders.
Please help.
Thanks
I create a .dbf....
now I want to have a procedure on a click event to where it will look in the bin_count.dbf
for the flag .t. in the Counted Field. If = .f. then take the next 20 that =...
I'm using VB.NET, Excel and Access to get FoxPro data via machine ODBC DSN for one table.
The problem is the database table has approx 5000 rows and I can only get 3000 records via ODBC. N...
I don't even get the cursor when my sqlexec() has all zeros for that customer. Is there a way to still get it when there is a cust assigned to the code but all 12 months are zero and that is t...
Hi Experts,
Have 2 files, icdist and ictran. icdist has 2 records for every tranno. ictran has 1 record for every ttranno. I want to select all the fields from icdist where icdist.tranno...
Hi:
I have a free table and I need to replace a field value (called auto; its an integer)with an incremental number starting at 1.
Ithought I had a nice loop but the field does not update; ...
Is there a newer type other than Xl5?
It doesn't seem to be a format type that Quick Office likes when trying to open on a iPhone attachment.
Quick Office techs say it is an older type it ...
An exe file created in FoxPro on one computer was transferred, along with VFP6R.dll and VFP6RENU.dll, to another machine. Both have US versions of Windows XP Pro with support of Russian activ...
Hi:
IN the wild world of glass manufacturing we have a lot of spacer bar codes. A spacer bar is the metal frame that separates the two panes of a double glazed unit. THere are a lot of types ...
Hi Exprt
I like to print Barcode for a variable through Foxpro programme. Is it possible ?
Thanks.