| Subject | Date Asked | Expert |
|
| Foxpro 6.0 printing on the back of a page? | 10/6/2006 | Carla Fair-Wright |
Q: I am trying to design a report in Foxpro 6.0 on legal sized paper that will print information on the ... A: The settings are part of your printer prefernces. How to control printer attributes for a report ...
|
| foxpro | 10/4/2006 | Rozaldy A. Gutierrez |
Q: i want to know some foxpro 2.6 command with example. because i want to make foxpro programmer. i am ... A: sorry i dont know any link for any free tutorial for foxpro 2.6 on the web but you can go to this ...
|
| Data base | 10/4/2006 | Rozaldy A. Gutierrez |
Q: Which is the better program to develop. Dbase or Foxpro. Regards A: actually i am not familiar with dbase so i cannot comment or suggest in favor or against that tool. ...
|
| BLINKING | 9/24/2006 | Carla Fair-Wright |
Q: I have V.FoxPro 8 I am new to foxpro and I want to - step by stip - creat a blinking text or box by ... A: Durgham, If you cut and paste this code into a program it will demonstrate the technique for you. ...
|
| Graph | 9/23/2006 | Rozaldy A. Gutierrez |
Q: ------------------------- Followup To i wanted to draw bar graph thru program. how can i pass the ... A: you can do it by using Oleboundcontrol in your form. Here's 2 methods you can use. ...
|
| comparing table | 9/22/2006 | Carla Fair-Wright |
Q: I have one temp database tables.and other iis look up table.I would like seek on field ssn fromtemp ... A: Ashisha, The code is: * Open Temp FILE( tmpMaster ) * Open Lookup Table ( lookup ) SELECT LOOKUP ...
|
| foxpro | 9/21/2006 | Rozaldy A. Gutierrez |
Q: foxpro program exe for dos was running in windows 98 n 95...but when i transferred d files to a comp ... A: sorry for the late reply. been busy these days. anyway try these in your config.sys. files=120 ...
|
| Graph | 9/20/2006 | Rozaldy A. Gutierrez |
Q: Can u give me some idea how to create graph and call it in program. user not allowed to select graph ... A: there a lots of way to create a graph and show it in different object. you can make a graph inside a ...
|
| printing graphics | 9/18/2006 | Rozaldy A. Gutierrez |
Q: How can I print a complex high-resolution graphics I made on form or the content of forms in general ... A: you can create a report in visual fox pro where you can add a picture if the picture is only a logo ...
|
| Moving data to a different feild | 9/18/2006 | Rozaldy A. Gutierrez |
Q: Sorry but my programming is very rusty, and I was beginner level to start with! - Can you do your ... A: vfp means visual fox pro. actually i already give an example code. i will just broaden my example. ...
|
| BLINKING | 9/16/2006 | Carla Fair-Wright |
Q: HOW TO BLINK TEXT OR BOX IN V.FOXPRO GIVE ME SOME EXAMPLES A: Durgham, In Foxpro for DOS, blink was an attribute, but not in VFP. You must use a timer control to ...
|
| add io.dll to foxpro | 9/16/2006 | Carla Fair-Wright |
Q: i download an io.dll from GeekHideout.com. The io.dll works fine in Vbasic. But in Foxpro 8 I tried ... A: Joseph, I downloaded IO.dll. Installed and ran it with no problem. Here is what I did. 1. Switched ...
|
| Moving data to a different feild | 9/15/2006 | Rozaldy A. Gutierrez |
Q: I am working at a call center that is using IRiS 3.0. Due to some recent developments, we need to ... A: dea quintin, actually, i am not familiar with IRIS. Anyway, you can move your field record to ...
|
| parse charecter string and converto numeric field | 9/15/2006 | Carla Fair-Wright |
Q: sampledata is like "1.98"[R30048], I would like parse this string to 1.98 in numeric formate A: try this code LOCAL liEnd, lcStringValue, lcString, lnValue lcStringValue = '"1.98"[R30048]' * we ...
|
| CONVERT DATA FROM WORD TO FOXPRO | 9/15/2006 | Carla Fair-Wright |
Q: but what I need is not reading the file saved in MS Word, I want to import the data saved in MS Word ... A: Brigitte, You can't save a word document directly into a FoxPro table. Method #1 You can cut and ...
|
| Grid Colorings | 9/3/2006 | Carla Fair-Wright |
Q: I have a question concerning the coloring system for a grid. I'm actually trying to color each cell ... A: Raymond, Please see my answer at: ...
|
| Form Text Back Color | 8/29/2006 | Carla Fair-Wright |
Q: My text back color on the form remains dull untill I call on Edit or Add Record. Is it possible that ... A: Ajwa, Your textbox color changes when the edit or add is called because the form refresh is called. ...
|
| foxpro table | 8/28/2006 | Carla Fair-Wright |
Q: How do u export or copy all information in a foxpro memo field to xls? A: There are several ways to do this, but this works and it is easy to understand. You create a cursor ...
|
| foxpro 2.0 | 8/27/2006 | Rozaldy A. Gutierrez |
Q: how to build an exe file in foxpro 2.0? I have already built one when accessed from the prompt gives ... A: sorry for the late reply. anyway this is the answer for your question. open your project and click ...
|
| My first Project | 8/21/2006 | Rozaldy A. Gutierrez |
Q: I already have Foxpro 2.6 project. Now i want convert into VF 6. So I want to know how to do it ... A: i also encountered the same problem or confusion when i am starting to use foxpro. actually it is my ...
|
| Grid Form Refresh | 8/19/2006 | Rozaldy A. Gutierrez |
Q: Sir, I have created a form in which there is another grid for some records. I have put the code in ... A: actually, your problem is not clear with me. although i have a solution which i think is closer ...
|
| Convert number to text | 8/16/2006 | Rozaldy A. Gutierrez |
Q: i would like to convert any number to its text equivalent. i.e. 3000 - Three Thousand 221 - Two ... A: hi. as far as i know there is no equivalent text for numeric value using str() function. but if you ...
|
| Setup Packeger | 8/14/2006 | Rozaldy A. Gutierrez |
Q: I do not find Setup Packager in my Visual FoxPro 9. Could you please help, how I can find / install ... A: first i want to say sorry for the late reply been busy these days and got cold yesterday. anyway, ...
|
| FoxPro Web Browser | 8/14/2006 | Carla Fair-Wright |
Q: I have created a web browser in Visual FoxPro 9, it is working fine, but once I right click on any ... A: Ajwa, When you open a new window you are calling the NewWindow2 event on the IE Browser Control. ...
|
| Two Tables | 8/10/2006 | Rozaldy A. Gutierrez |
Q: I have two tables, One is the Parent and one is the child. Child has many records having the Grid ... A: from what i understand, you can add another command button to your form and add this code to add a ...
|
| printing to laser printer | 8/9/2006 | Rozaldy A. Gutierrez |
Q: we are using foxpro 6 to do our engineering of our product, and we try to send it to laser but the ... A: actually, i had encounter the same problem. in my opinion, it happens because every printer has it's ...
|
| Change the grid behavior when enter is pressed | 8/8/2006 | Carla Fair-Wright |
Q: Is there a way to make the grid select the cell below (and not the one to the right) when a user ... A: Your1. Is there a way to make the grid select the cell below (and not the one to the right) when a ...
|
| Time Elapsed between 2 dates | 8/8/2006 | Rozaldy A. Gutierrez |
Q: I am developing an application for Vehicle Parking, I need a function that calculate the Time ... A: there is no one function to compute this but you can still to do this by conditions. this are the ...
|
| Hijri and Georgian Date Conversion | 8/8/2006 | Carla Fair-Wright |
Q: Could you please guide me if Hijri and Georgian Date Could be converted in Visual FoxPro 9. ... A: Ajwa, You could use the ComCtl32.Dll derived DTPicker or MonthCal but this will only display a ...
|
| Autonumber manually | 8/6/2006 | Rozaldy A. Gutierrez |
Q: I want to add an auto number programtically to one of my field. I do not want to use Auto Increment ... A: actually, i am not still able to use vfp9.... but if you are just asking how to autonumber through ...
|
| Help with sample code | 8/5/2006 | Carla Fair-Wright |
Q: Greetings! I hope youre doing fine. Thanks for sharing your knowledge. I've been away from ... A: You asked for: "a simple code in foxpro that will send data to my PIC16F84 microcontroller" VB Code ...
|
| Deleting File without going to trash can | 8/3/2006 | Carla Fair-Wright |
Q: Could you please guide me how I can delete a file in Visual FoxPro without going the file in trash ... A: Ajwa, Syntax: DELETE FILE [FileName | ?] [RECYCLE] The DELETE command erases a file completely ...
|
| Visual Foxpro 6 | 8/3/2006 | Carla Fair-Wright |
Q: i run a command vol>abc.txt in window 98 through declare function but this command show error in ... A: Yadav, ************************************************************************ FUNCTION ...
|
| Fox Pro Class | 7/31/2006 | Carla Fair-Wright |
Q: After installing a fox pro application on a p.c. I try to run it and get class not registered. I ... A: Gary, The problem you describe is normally a licensing issue. Is there more to the message such as ...
|
| FoxUser.dbf & FoxUser.fpt | 7/30/2006 | Rozaldy A. Gutierrez |
Q: I have created an executable program in Visual FoxPro 9, FoxPor creates itself FoxUser.dbf & ... A: The answer is No. These are resource files that Visual FoxPro maintains, that includes information ...
|
| VISUAL FOXPRO DATA ENTRY FORMS | 7/28/2006 | Rozaldy A. Gutierrez |
Q: I KNOW HOW TO ADD COMMAND BUTTON AND HOW TO CREAT FORM. BUT I WANT TO KNOW ABOUT HOW ADD LISTBOX IN ... A: Sorry for the late response due to connection problem. Anyway, you can use ADDITEM method which adds ...
|
| VISUAL FOXPRO DATA ENTRY FORMS | 7/28/2006 | Rozaldy A. Gutierrez |
Q: I WANT TO CREAT VISUAL FORXPRO FORM WHICH ACCEPT ITEMNAME, QUANTITY, PARTYNAME, RATE FROM USER. ALSO ... A: i found no question. please give an specific problem that you want me to answer, example, if you do ...
|
| VFP v6 Migration from NT4.0 to Server2003 | 7/27/2006 | Carla Fair-Wright |
Q: We are a transportation company and have a network consisting of 15 workstations with Win 98SE and 2 ... A: Dennis, I can't really troubleshoot your problem from here, but I believe it has something to do ...
|
| View in Foxpro | 7/25/2006 | Carla Fair-Wright |
Q: I'm using remote views in Foxpro Database. They are very similar to tables but I can't order(index) ... A: Fazil, Indexes on remote views are not persistent. This means a remote view (the result set) has ...
|
| Visual Foxpro 6 | 7/24/2006 | Carla Fair-Wright |
Q: How i can change the color of grid control only of specified rows and specified column A: Vikas, You need to use the column's "DynamicBackColor" property. Review these articles. They may ...
|