| Thread | Last Post | Replies |
|
| cannot using "GROUP BY" clause | 01 Aug 2004 00:12 GMT | 9 |
why i can't include GROUP BY clause in my SQL-string ? thank
|
| Prevent query display | 31 Jul 2004 21:53 GMT | 4 |
at the beginning of a program I have: SELECT service, count(*) as totpcs FROM scan_in GROUP BY service I don't want to see the query result, I tried with NOCONSOLE and NOWAIT, but it still displays.
|
| How do I run this click button programatically | 31 Jul 2004 20:59 GMT | 5 |
I have a click button created several times over and I need to run following command based on what I have in variable "thisform.addfoldername". w=thisform.addfoldername thisform.my_ctnlistbar1.listbar1.+(&w)+.folderheader.click() the above command doesn't ...
|
| simulate PRINT-SCREEN | 31 Jul 2004 20:47 GMT | 1 |
I use VFP 8.0 I would like to simulate the print-screen (stamp) button Any ideas ???? thanks KEYBOARD '{ xxx }'
|
| Adding events | 31 Jul 2004 20:27 GMT | 2 |
VFP80 SP1 on XP I have a basegrid in MyClass. I have added it to a form. When I run the form, I programmatically want to add a column and a Click() event to that column. I do not understand the Help screens on this issue. Anyone have a simple example. TIA
|
| exit from a loop | 31 Jul 2004 15:24 GMT | 4 |
From the VFP IDE I run a program that got stuck into an infinite loop. How can I exit from that? Ctrl+Z, +C, +Break didnt' work and I had to kill the application from Windows. thanks
|
| From Cursor To Cursor | 31 Jul 2004 15:21 GMT | 4 |
Maybe I haven't yet understood anything in VFP... SELECT field1, field2, field3 from tableA INTO CURSOR answer SELECT field1, field2, field3 from tableB INTO CURSOR answer2 select answer
|
| Listbox + button | 31 Jul 2004 10:25 GMT | 6 |
A listbox shows values selected from a query. I entered the query directly into RowSource property. How can I capture the returned value(s)? Should I add a command button? Is there any class with a pre-made sample of such a simple form?
|
| NTFS system | 31 Jul 2004 08:22 GMT | 5 |
I need to know if our program is running on NTFS. I figure I could do this with OS(11). I am just checking if this is right. We only have NTFS stations so I can't see what a Win 98 will return with that function. I am guessing it will return a 0. Is this right?
|
| SetFocus to a form (class) | 30 Jul 2004 21:47 GMT | 2 |
VFP8 How do I set the focus to a form after I instantiate it and display using Visible = .T. ? Eg.
|
| Filemaker Pro data to VFP | 30 Jul 2004 21:22 GMT | 4 |
I have been tasked to determine the feasability of importing data from a Filemaker Pro database to a VFP database. I will just require raw data as opposed to rules, etc. Is there anyone out there who has gone down that path?
|
| "Recompile all files" doesnt | 30 Jul 2004 21:07 GMT | 2 |
I made a change to a header file, then recompiled the project, with "Recompile all files" checked. The header file change didn't take, so I tried it again. Still no good. I discovered that none of the fxp's had changed. I had to delete the fxp's to force them to be rebuilt.
|
| Beginner case problem | 30 Jul 2004 15:40 GMT | 2 |
I have a simple (I think) question. From a field I want to change only the first word from upper to ower case. Except for the first letter, this one should stay Upper Thanx
|
| Checking for a variable | 30 Jul 2004 12:34 GMT | 4 |
How can I check the existence of o variable ?
|
| how to set project path | 30 Jul 2004 09:40 GMT | 6 |
I'd like to set my project paths automatically so I don't have to key in 'set default' every time I load a project. I've tried to do this by putting 'set default' in my project hook and the config file but it still loads with the default VFP path.
|