| Thread | Last Post | Replies |
|
| Listbox only showing first item | 29 Jun 2004 18:43 GMT | 4 |
My intended Cash Entry routine has a Batch Entry form showing Batch Number, Expected Total, Running Total and a listbox to show the individual entries (an array). An 'Add Entry' button calls the Item Entry form, where the next cash item is entered and added to the array.
|
| Crypt API | 28 Jun 2004 23:34 GMT | 8 |
I create an object based on fcc\_crypt.vcx In my pc, where I have vfp installed, crypt is ok. But if I install my application on a pc where I install only the runtime crypt do nothing.
|
| form on a form | 28 Jun 2004 14:05 GMT | 1 |
Is there a way that I can open an order form, then open an item form, the select and point to an item, click on the item, then have the item appear on my order form? Any examples? John
|
| Status message won't go away | 28 Jun 2004 13:26 GMT | 3 |
Help again, I feel like I'm talking to my family or somthing (smile). I've created a form useing multi tables. The form is activated by a menu form which is nothing more than a group of command buttons that call the other forms.
|
| VFP9 | 26 Jun 2004 19:54 GMT | 7 |
Will VFP9 offer form sizing that will automatically adjusts to the default screen resolution of the user?
|
| Appending records | 25 Jun 2004 16:05 GMT | 6 |
I have a form based on a paramaterised view with no buffering. Page 1 of the form contains a grid of the records and by setting allowaddnew=.t. I can add a record, then edit the key field and all works well.
|
| Combo Box | 25 Jun 2004 14:58 GMT | 3 |
VFP 7.0 & WinXP 1- How i can make a combo box contain colors? such as the combo box exist in the Tools option --> Editor --> Foreground. 2- I want to make the combo gets the data from a table, but the first item
|
| Close Active form | 25 Jun 2004 07:19 GMT | 3 |
How do I close the open form when I select a different form from the menu?
|
| Button stops working after a called BROWSE | 24 Jun 2004 22:31 GMT | 4 |
I have an application converted from FPW 2.6 to VFP 8.0. I use a standard routine, PICK.PRG to do a Browse record lookup whenever it is called for in the program. For instance, in a Customer Master Maintenance, the Customer ID field has in its VALID method code like : ON KEY ...
|
| How to popup a form in shared application | 24 Jun 2004 08:27 GMT | 2 |
I want to write a shared appliction in which I need to pop a form on another pc in the same network on lan. Like Purchase system document A is being feeded on workstation W1 and the signing authority is using W2. I want that as the user on W1 save the document it shud pop at W2 ...
|
| Document Imaging | 23 Jun 2004 23:02 GMT | 6 |
I am exploring the posibility of incorporating a document imaging solution into an already existing software application rather than obtaining a dedicated product. I need to store the images as tiff and would eventually like to be able to set an x,y coordinate and do OCR on a ...
|
| Update button caption | 21 Jun 2004 20:06 GMT | 1 |
On my form, I click a button, up pops a second form where a value is set and the second form is released. I want the new value to become the caption of the button. I can't get the caption refreshed until another event happens. Can I get the Destroy event of the 2nd form call ...
|
| Creating checkbox at runtime | 21 Jun 2004 17:12 GMT | 3 |
I am creating some checkboxes at runtime based on the results of a query. I have code in the form's init event. The checkboxes are being created correctly (I can see them in the debugger) but they never show on the form. The enabled and visible properties of the
|
| vfp9 beta problem | 19 Jun 2004 08:02 GMT | 4 |
i downloaded vfp9 beta few days back. everytime i say crea form vfp shutdown abnormally. so i haven't been able to try it out.
|
| Why could not the "Locate Button" be done normally? | 18 Jun 2004 07:41 GMT | 6 |
I use VFP6.0 and Windows98 I drag and drop the class _locatebutton (Visual FoxPro Catalog\Foundation Classes\Data Query) onto myform Why could not the "Locate Button" be done normally:
|