2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top FoxPro Solutions: 101 - 125 of 162
 
I have a application that is supposed to comunicate via TCP/IP port 8000, the problem is I am not sure how to do the code to comunicate via TCP/IP. I have got no idea were to start with the ap...
When running a report I get a syntax error. Is there a way to narrow down the problem field other than go through each one and verify it?
How do I get a text field in report writer to display the following N/A What I'm getting is    N// I know this has special uses in VFP, such as disabling items in combo/text boxes. If...
I know v 2.6 for Windows is pretty much eol but: the command, 'set default to' does not work beyond drive letters e or f.  Drive  letters c & d still work.  Also, set defa to a unc with '\\' ...
Hi Expert Can we have more than one colour of text in a grid column. e.g I like to show text 'POST' in red and the rest of text in black. column1                       Column 2             ...
Hi We have a field called mod_date, type is date. When we use the command COUNT TO M.CNT FOR MOD_DATE = '09/29/09' it gives us "Operator/operand type mismatch (Error 107)" Wondering what we ...
I have created a from with looks fine till it is run.  When it runs suddenly I have lost all scroll bars. Cant navigate the form just get a white screen.  I look a properties and it shows scro...
to all, I am working with foxpro for the first time and trying to address workspace issues open tables in procedures which will close the original table opened for example table stru...
To all experts, I am running FoxPro 9 and have a question about the "use" commnad the psuedo code is as follows use table do while not eof()    ? ID ' record ID    tempfieldname = ...
A Conceptual Problem. I have a form whcih has many Auto Complete text boxes Which talk to auto complete tables. Great feature which allows u to select an entry from the past or add a new on...
Hi, We have many clients that are using an old FPW 2.6 application.  The 'Insufficient memory' message is coming up more often especially on those forms (screens) where we have used list bo...
HI EXPERTS I have table that has 3 fields   month , soldqty , saleprice I like to Group by on field month. my table has the follwong  jan      10     5.5  jan      15     5.5 feb       2...
Our payroll is moving to a webbased payroll database hosted by another company. my current VFP Porgram uses SQLconnect() and SQLEXEC() to get into the tables since it was on our system. ...
Hi, I must convert a Byte value to a Binary Expression String like this: BYTE VALUE = 12  -> BINARY EXPRESSION STRING = "1100"
FoxPro reports it is out of memory running on a server 2003 EE box with 16GB of physical ram.  I checked the ? sys(3050,1) and FoxPro is using about 1.36GB of memory, same as it running on my ...
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 delete all the fields from icdist where icdist.tranno...
I heard you can make your cursore reults into a report (instead of copy to .xls and formatting it) then save it as a PDF .. Anybody know of this procesess?
Hello, We get a dbf table with field page_number. Field page_number should have continuing values like: 1,2,3,..., 100. However, constantly we get the dbf table with missing values. For exa...
Hi, I am completely new to VFP and have been asked to look at some code that was written years ago and try to add drop down search capability. In this case it will be when a user starts typing...
If I select the run x.prg on my menu I want it to prompt for a Startdate and EndDate so I can pass it through in the sqlExec()
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...