| Thread | Last Post | Replies |
|
| Encrypted INI file or ... | 31 Mar 2006 18:34 GMT | 4 |
I would like to create an encryted INI file of sort. A file that can maintain system parameters but not be edited easily. I was thinking of making it an EXE file but I cannot update the values in that file. Any ideas?
|
| Form Editing Oddity | 30 Mar 2006 20:21 GMT | 1 |
I was modifying one of my forms via the Modify button in the project. I hit some key by mistake and two things happened: 1. All project windows within the VFP window disappeared. 2. The Close button on the form became disabled.
|
| Enable/Disable ALL | 30 Mar 2006 12:32 GMT | 2 |
VFP 7.0 XP SP2 Is there is a way of Enabling or Disabling All objects in a form at once? Samir Ibrahim
|
| Read-Only Combo Box | 24 Mar 2006 23:44 GMT | 2 |
I'm writing an application in VFP7 SP1 and I want to have a combo list-box be read-only for certain users. I'd like them to be able to see the combo list-box value, but not be able to change it. I've tried changing the combo box read-only property to .T., but the combo box can ...
|
| Record Locking Problem | 24 Mar 2006 18:53 GMT | 3 |
I have a program in VFP 6. I'm having a lot of record locking problems with it. I have a form where you add invoices. When adding a new invoice, at a certain point when entering data on the form it loads up a second form where the user must enter "yes" in a text field in order to ...
|
| Using concatonated text from 2 fields to fill a third field on a f | 23 Mar 2006 23:08 GMT | 1 |
I am currently using Access 2000 and am pretty new at doing anything more than basic forms. We are trying to create a data entry form the has 3 fields that are involved in my question. The first two are Equipment ID and Contact Name. Equipment ID will be populated through a ...
|
| Trouble adding a record with a form | 23 Mar 2006 23:07 GMT | 1 |
We are on Access 2000 and I am relatively new to anything but very basic form design. I have a form whose record source is a query that uses 2 tables that have a one to many relationship. The form (and even in the query) has the New Record button grayed out. I am assuming it ...
|
| System hang restart PC- data losed | 22 Mar 2006 15:32 GMT | 1 |
Hi..everybody.. I meet a problem is the enduser purposely restart the PC when system hang.. And the data key in all day was totally losed in .dbf after the end user restart pc..Foxpro 6.0 was used + foxpro tables database.. is it got any
|
| identifing hardware | 20 Mar 2006 16:10 GMT | 2 |
Hi How to get some code, that identifys computer, on what is running VFP application? For example serial number of motherboard? Thanks in advance.
|
| wait windo while | 16 Mar 2006 17:00 GMT | 1 |
I have a program with a do...while. while the program runs this "do while" the program has to stop sometimes . and let the user answer a question in a form. How can I let the program wait until the user closes this window with the
|
| OLEDragdrop | 14 Mar 2006 08:33 GMT | 4 |
Got stuck on a form development, where I want to use OleDragDrop from a grid to a textbox. Basically, I want to drag a name from a grid to the textbox. Funny thing is that it works OK if I use a listbox to drag from (I can
|
| How to link SQL data thru PRG | 13 Mar 2006 23:21 GMT | 5 |
I have some tables in SQL2K and want to write a program to display/edit/print etc. from VFP8. Any suggestion ? Also, there used to be a CONFIG.DB file in foxbase, what is the file name in
|
| Scanner | 13 Mar 2006 16:31 GMT | 1 |
i need to work with scanner in vfox7 please help me.
|
| SEQUENCE OF FORMS | 12 Mar 2006 17:38 GMT | 1 |
Hi programmer, I have put in a method following instruction : do form form\product Everythinks goes well accept that the first form (from a formset) is in
|
| report field | 02 Mar 2006 22:36 GMT | 1 |
in foxpro report my field valie is based on some calculation like iiff(val<>0, (val1-val2)/val2*100,'') if the result is negative it cahanges to the pozitive like -89.87 becomes 0.10 my format is 999.99
|