| Thread | Last Post | Replies |
|
| open combo in code, VFP 9.0 | 28 Feb 2007 08:40 GMT | 3 |
Form, combo with Visible=.F. and button on the same form with code in Click-method: Thisform.Combo1.Visible= .T.
|
| Receiving values from second form | 28 Feb 2007 07:22 GMT | 3 |
i have one form in which i can enter an isbn. If i don't know the isbn, i open another form with search options for the title. When found, i set an public variable isbn_found to 'Y' and isbn_value to the value of the isbn. Then i close my search form.
|
| Cursorsetprop update problem | 27 Feb 2007 19:12 GMT | 1 |
Hi, here i am again! In a form i use a cursor and i set the properties to make it updatable. I have used this on many places in my project and it works fine. Now i try it in another form and i can't get it to work. I've
|
| adding dynamic shortcut menu | 22 Feb 2007 22:31 GMT | 4 |
I've look at the solutions.app but the one sample there about creating a dynamic menu is not a shortcut menu. Basically, i wanted to display this menu as the user right click on the grid. If column values i.e. 5, my first level menu will have 1 to 5. Each level will also have ...
|
| Dragging, good. Dropping, not so much. | 22 Feb 2007 13:19 GMT | 2 |
Hi guys! I know this is going to sounds like a pretty basic question, but I've not worked much with moving stuff around on a form. (Usually I want it to STAY where I out it! heheh....) Anyhoo, When I enable the automatic drag on something, how do I tell it to
|
| Maximizing form to a parent window | 12 Feb 2007 17:57 GMT | 5 |
My monitor resolution is set to 1600x1200 and I'm designing a form with with layout(1024(w) x 768(h)). The form property is set with the following properties: - MDIForm = .T.
|
| Control of data update on a form | 12 Feb 2007 15:11 GMT | 2 |
I want to control when data is updated in the tables on a form I have created. Anyone have any ideas about the best way to do this? I am using VFP9 Thanks
|
| ListBox.Seek() | 09 Feb 2007 12:12 GMT | 5 |
How would I go about Seeking a value in a ListBox As a user enters a value in a TextBox I want the program to locate the closest record to that value in a ListBox.
|
| view | 07 Feb 2007 12:40 GMT | 3 |
i have a local view, if i open that view in my load form to print, and in the same time another user use this view to entry data my question is: what should i do???if i need to know a new record have been added , do i
|
| Form Question | 07 Feb 2007 08:51 GMT | 1 |
I have 2 modeless forms with private data sessions. I have form A running with a textbox on it displaying data from a field1 from a table1. The field is empty. On form B, I have a textbox and a save button. When the save button is clicked, the value in the textbox is
|
| copy to | 05 Feb 2007 03:45 GMT | 1 |
How do I create a tab delimited file with out the quotes?
|
| Send email from application | 04 Feb 2007 22:58 GMT | 4 |
I am using VFP 9. I want to send an email from an application. I want to create email address, subject, body of email, attachments and then shoot the email from within a program. Thank you in advance.
|
| Update table from another table... | 04 Feb 2007 16:19 GMT | 15 |
I am trying to write a program that will update one table from another table. But when it comes to an instance where there is no match in the table I want it to pause and allow the user to select a match, if they so wish....and then continue using that match.
|
| File to Array | 01 Feb 2007 18:07 GMT | 3 |
How would I go about Reading a File into an Array?
|