| Thread | Last Post | Replies |
|
| RECORD BUFFERING, FILE IN USE ERROR | 29 Nov 2003 16:25 GMT | 1 |
I HAVE A MULTI USER FORM WITH A GRID ON IT. WHEN I TRY TO APPEND BLANK TO ADD A NEW RECORD I GET A "ATTEMPTING TO LOCK", "FILE IN USE ERROR". I HAVE RECORD BUFFERING SET TO NONE. MULTIPLE INSTANCES OF THE FORM ARE RUNNING. IF I
|
| unable to release form | 26 Nov 2003 08:39 GMT | 1 |
I use VFP7. I have a top level form and top level menu. A form is displayed for each meu item. I run a programme to release the displayed form when another menu item is chosen.
|
| Listbox items in different colors | 25 Nov 2003 22:43 GMT | 6 |
Is there any way to have different colored items in a listbox? The listbox is connected to an alias. In the alias there is a logical variable. What I want to do is have the item in the listbox one color if this variable is true and another color if it's false. Is there any way of ...
|
| Question involving auto-selecting text in edit boxes | 25 Nov 2003 19:10 GMT | 6 |
I'm looking for a way to use a textbox class (or any third party class that will allow this) to auto-copy any word clicked on to the windows clipboard, or to a variable. Basically, I'm working on a way to navigate through records by passing words
|
| Who's on first base? | 25 Nov 2003 11:49 GMT | 14 |
I am starting to get a bit more experienced with VFP form design and am looking for a little standardisation and direction from you veterans out there please. I always create subclasses based on the VFP base classes (eg lblBase) for
|
| Dynamic Font colors | 24 Nov 2003 21:55 GMT | 2 |
In my form I wish to have the label's caption to appear with colors complementary to the "myform.backcolor". Is it possible have it changed dynamically whenever my form's backcolor changes? thanks
|
| How to hide or not let administrator see tables ? | 24 Nov 2003 21:50 GMT | 1 |
I have about 3 people who has admin rights. Is there anyway that I can prevent them to see foxpro tables ? Thanks.
|
| hyperlink for email | 24 Nov 2003 19:38 GMT | 3 |
We want to add a hyperlink to launch email like we can accomplish with an editbox and the 'enablehyperlinks' property set to .T. How can we launch email the same way?
|
| Foxpro Discussion | 21 Nov 2003 18:11 GMT | 17 |
Having developed in MS Access for many years I have reached a point where I feel that Access just is't doing it for me any more... Do I hear any enthusiasm from the Foxpro developers to come and join your camp?? Is the grass greener or is it much of the same hastle. I would ...
|
| How to suppress null and space while displaying a field ? | 20 Nov 2003 04:48 GMT | 3 |
I am selecting some record and saving into cursor. In the layout, I want to print only if there is something otherwise skip or print blank. I have 2 questions:
|
| Checkbox align right issues | 20 Nov 2003 00:53 GMT | 12 |
Anyone having problems with checkboxes with alignment set to Right? I have them on my form (VFP8.sp1, btw), and if set to Align Left, all is great. If I set to align Right, align them that way, when I reopen the form, they are
|
| Form returns "not a table error" | 19 Nov 2003 17:51 GMT | 2 |
I get a not a table error when I try to open a form. This has happened in the past when the computer was shutdown with the form open. In this case multiple forms were effected and none were open (there was a power failure).
|
| Forms and Control Source | 19 Nov 2003 15:52 GMT | 10 |
I am pretty sure I know the answer to this, but a customer of mine is curious (he is assisting with the development of a program). We load a form that accesses a table for maintenance.
|
| PLEASE HELP-Controlling text length in Editbox | 18 Nov 2003 21:02 GMT | 3 |
I have come to lots of dead ends trying to accomplish the following: Suppose that I have an editbox with a memo field as the control source. The box is approximately four lines high (Height=65) and has width=265. I would like to limit the user's ability to add more than 4 lines. ...
|
| Status Bar | 17 Nov 2003 18:57 GMT | 5 |
I have inherited a large application, and the new forms I add to the project all have the status bar show - db alias, current rec/total recs, etc.. I thought I could turn this off by issuing: SET STATUS OFF
|