| Thread | Last Post | Replies |
|
| BEHAVIOUR OF CTRL+END | 30 Sep 2006 09:15 GMT | 2 |
I'M DEVELOPING AN APPLICATION AND I'VE COME TO THIS SITUATION : HOW CAN I OVERCAME THE BEHAVIOUR OF CONTROL+END COMBINATION OF KEYS PRESSED AND HANDLED BY KEYPRESS EVENT OF TEXT OBJECT INSIDE A GRID THAT IS INTENDED NOT TO GO ON BOTTOM OF GRID BUT TO LEAVE THE GRID.
|
| xml, two layers | 29 Sep 2006 16:24 GMT | 1 |
I have two tables - HeadersOfBills and RowsOfBills. I did try: With headers: ? CURSORTOXML(0,"C:\temp\arve_2.xml",1,560) and I got:
|
| Loaded forms | 26 Sep 2006 10:26 GMT | 1 |
Hi! 1. User did press a button, that opens a form. 2. User did minimise this form, because he wants to see some other form. 3. User did close the second form.
|
| minimized form turns invisible | 22 Sep 2006 19:37 GMT | 3 |
We have a large application that is used in Made2manage...an ERP system. when we minimize this form, teh form is sometimes invisible...can't see the form...you can maximize it again if you guess where the maximize button is. this doesn't happen in our other applications. I ...
|
| RUN SecondApp.exe | 22 Sep 2006 07:54 GMT | 2 |
We are made our apllikation in three parts - just because different people with different objectives are working with it. It would handy, if they could have free joice: 1) launch the one part of application with authentication directly from
|
| picture from MSDE to disk | 20 Sep 2006 13:00 GMT | 6 |
Hi! Our application holds data in MSDE. One field with type="image" contains pictures. I can query them and show on the form, put how to save this picture to disk?
|
| data validation | 15 Sep 2006 13:00 GMT | 3 |
What's the best way to validate the contents of a text box on a form? For example, let's say the field should not be empty. I can use the valid method of the text box, but what if the user exits the form with the text box never getting the focus? The valid method of the text ...
|
| ListBox throws error when I try to RemoveItem | 14 Sep 2006 17:26 GMT | 7 |
I am developing with VFP 5.0. In a form I have two list boxes. The first is filled with the results of an SQL statement, the other one is empty at the beginning (RowSourceType 0) By double clicking on the first list or pressing a button, all selected
|
| To fill field with unique value in form | 14 Sep 2006 13:19 GMT | 2 |
I have some table with few fields. First field is numeric type that should to contain some kind of unique values. I tried with autoincrement type of field but not satisfied me because later isn't possible to change values of this field (e.g if I make some exercises
|
| Imagen de fondo | 12 Sep 2006 17:23 GMT | 1 |
Hola, si alguien sabe como insertar una imagen en el fondo del menu principal. Desde ya gracias. Luciano
|
| Multiple reports | 11 Sep 2006 15:25 GMT | 2 |
Friends, I have a 5 page application form report to print whenever an applicant comes. This is a hardcoded format from one record. No details. Currently I have created 5 separate reports and then print 5 reports one by
|
| Form in Word 2003 | 07 Sep 2006 20:47 GMT | 6 |
Hi I have created a form but when I lock it and while filling in if I press Enter it is moving the fields down the page. How can I disable the enter key.
|
| Word Forms | 06 Sep 2006 23:51 GMT | 1 |
Hi I have created a form in Word and can use tab to move from field to field. The problem is when I press enter the fields move down on the page. Can I stop this? I received a very quick response from Lee in July to this but I am not a programmer and could not find the Event ...
|
| Procedure order | 02 Sep 2006 16:55 GMT | 5 |
How can you change the order in which Procedures appear in the dropdown of the Form Designer? If that information is available in the documentation anywhere, how should I have been able to find it?
|
| InStr | 02 Sep 2006 11:14 GMT | 6 |
Looking for a function that will return this. if x = "B1" and y = "A1,B1,C1" I want the function to return a 2.
|