Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Top FoxPro Solutions: 51 - 75 of 162
 
when using the following command:- select * from docket where invoice='602'   it gets all the records where invoice = 602 and invoice is blank, due to invoice being a varchar field. if i...
Hello, I have a .Net webpage that dynamically creates a select field variable, group by variable and order by variable for a select - sql statement.  Each of these variables is passed to my...
Hi Experts I have intermittent error when opening a table in load event of the form. Error says... momo file ...FPT  is missing or is invalid. It only happens 2 or 3 times a day. But if I...
In our program setup we have SET CENTURY ON, which should make MDY() display as: MONTH NAME, NUMBER DAY, CENTURY YEAR, (e.g. June 1, 2009) and does almost everywhere in the program.  However,...
In any of the report that I do using the Report Generator it seems to double space anything in the detail band as it rolls through the whole table that it is reporting on. Does anyone know how...
I use select distinct olrdk, olrtt, olrorder from myTable where  x=y into cResults read write but I still see dups on the olrdk I can do select distinct on olidky only and get the reult...
I am trying to get full text justification into a vfp report. I pasted some code but can't seem to find the library "system.vcx". I may have more questions after this is resolved, but at th...
I've got a problem where APPEND seems to get confused. What I'm trying to do is to add a new record by copying information from an existing one, and then editing the new one - but VFP edits...
I am using the report writer and when I try to "Verify" an expression, I get an error . .                        Function argument value, type, or count is invalid This is the express...
so I have a cursor which has multiple customers, orders, items. I group by customer then want to seek (???maybe) each customer for a line="FREIGHT" until eof() then only get those custome...
where can i download foxpro for fedora. and how to install
HI: I am trying to copy data from a vfp table into an oracle table; or specifically an updatable view of a remote Oracle table. I have tried INSERT; APPEND; COPY TO/APPEND FROM ARRAY command...
I am having trouble with label control when the label relates to a value in a text box.  I would like to have the label next to a text box turn red when there is a number in that text box that...
Hi I have the FoxPro OLEDB provider installed OK but when I set up the linked server in SQL Server 2008  and try and view the tables I get the error below, I have checked the folder name an...
Hi expert I am using the following command to display a picure in Grid header, but the picture is on top the caption of the Column. I like to see the Caption above the picture. thisform.gr...
hi expert Is there anyway to convert report to XML format so that other it can be accepted by other computers on web? Thanks
Hello dear experts, I have switched from native DBFs to SQL-Server and Cursor Adapter and have a problem. I have created a few indexes for a table on SQL-Server 2005 . Would you please help...
Does anyone have any experience with two sided printing from a fox pro report? How to pass printer codes etc. Which printer codes where to find them etc. Any advice would be apprrciated and ti...
Hi Expert I Like to know if labels on a form can be different shape to s rectangular ? I like to draw funny shape of label on a form if possible. Thanks
Hello Gurus, I have a transaction file that holds the following fields : date-item-qte-unitprice The table holds other details irrelevant for the report I need now.. I need to create a ...
I have sqlexec() gathering data from several tables and have the following cursors cCustReps cCustMarketGroup cPC1 cPC2 cPC3 cPC4 now I am stcuk in joining them all together... so t...
Hi Experts. What's the fastest way to check a table for possible duplicate records? I currently open the table with two aliases, scan the first assigning a variable to column 1's value, th...
I have a application that has to print to multiple printers, I have a table containing the printer names and the associated items that have to print towards the printers. The app was initia...
I have list of records many are plus and minus transactions... I want to collect all the positive transaction as a sum and have another sum of the negative transactions. pos             ...
HI: i have two character fields gh1 (character4) and sashadj(character7). THey are character fields but contain numbers (  example gh1 = 100, sashadj = 79) I need to replace gh1 with (gh1 - ...