| Thread | Last Post | Replies |
|
| data environment error.. | 30 Sep 2005 19:47 GMT | 7 |
I'm having a strange problem with the data environment on a form. Whenever I add a specific view to the data environment, then try to run the form, I get this error: "Error loading file - record number 6. frmRepairs <or one of its members>.
|
| Accessing a forms method from a prg | 30 Sep 2005 03:20 GMT | 3 |
OK a simple question... How do I access a forms method from a PRG?
|
| Tab Height in PageFrame | 29 Sep 2005 22:26 GMT | 1 |
Is there anyway to change the tab height in a pageframe? In other software I have seen, the tab height is smaller that in Visual FoxPro. This reduces the amount of usable space on a form.
|
| Creating customizable forms | 29 Sep 2005 20:28 GMT | 6 |
I have inherited a Visual Fox Pro 8 application that uses forms. Is there a way to build this so that my users (remote with runtime only) can modify their screen layouts - adding/removing fields or moving things around? It would be great if someone could describe how to do this ...
|
| searchform | 29 Sep 2005 19:59 GMT | 3 |
I used the form wizard to make a form to test some code and the find button in the text buttons has parent code that creates "searchform". Where would I find that class to modify it? Thanks,
|
| Strange setfocus behavior | 29 Sep 2005 19:06 GMT | 4 |
recently i'm using foxpro9, i used to work with 6. Now something strange happens. I have a form with not databound textboxes. When i press enter in the textbox i seek the entered value in a table, when found i append the line in a new table for inventory purposes.
|
| ComboBox dilemma | 28 Sep 2005 23:01 GMT | 2 |
I'm pretty new to VFP forms so please go easy on me! I have a basic form (VFP 6.0) and have placed a combobox on it. I want to be able to populate the combo with items from a table (lets call this table "meetings"). In meetings i have a meetingid and a
|
| newb form referencing question | 27 Sep 2005 21:24 GMT | 6 |
I have form1 call a modal form2 when the user clicks a button. The code is "DO FORM FORM2". While in Form2, how do I reference objects back on form1? I've tried form1.object as well as _screen.form1.object. Both of these gave me the "unknown member" error. What's the highest ...
|
| eMail Processing Program | 27 Sep 2005 20:39 GMT | 14 |
I am currently developing an eMail Processing program as many of you may know. I am running into some performance issues with this program and I was wondering if VFP is even the right language to be developing this in. Is there a better language to handle a progrm that is to ...
|
| JJA - Foxpro DOS | 26 Sep 2005 19:26 GMT | 7 |
I know this is not a Foxpro Dos NewGroup but I have a question and is the only place I can find to put it in. I have a small computer at home running FOXPRO DOS 2.6 I use GETFILE() to open the "Open Dialog Box".
|
| genmwnu.fxp | 23 Sep 2005 15:01 GMT | 2 |
When I rebuild the project it says: "Cannot create file c:\program files\microsoft visual foxpro 8\genmenu.fxp" I check from tools->option->file location and it point to the genmenu.prg. what could be the solution?
|
| Upgrade Project 7.0 to 9.0 | 22 Sep 2005 22:56 GMT | 1 |
I have something strange that I need help with. I'm porting a program that was in VFP 7.0 to VFP 9.0 and all seems to compile ok with just a few corrections but when the program runs the forms display correctly but then clear when you go to click on an item in the form. HELP ...
|
| sharing folder | 22 Sep 2005 12:08 GMT | 1 |
Can I write a program using VFP8 to make share a folder? thanks wilson
|
| New skin for foxpro 7? | 22 Sep 2005 09:22 GMT | 1 |
Hi all... Can i do a system with background look like web based when i log in to system...and then when i click the link inside system ..its will lead me to the form transaction or reports by using the foxpro7? The system web based i
|
| sequence of form events | 20 Sep 2005 23:07 GMT | 3 |
On my form I have a menu selection that will pull up a 2nd form showing alarms for the day. Now my users want this to come up automatically when they start the program. My question is, in what method should I call this "alarm" form up? I want form1 to have been fully loaded and ...
|