| Thread | Last Post | Replies |
|
| Finding if any chars in one string appear in another.... | 30 May 2006 22:19 GMT | 3 |
I'm sure this is possible but I just can't figure out how without writing code to loop around a string. I simply want to know if a string contains any 'invalid' characters....i.e any character that appears in another string.
|
| VFP 9, graph, data changing | 29 May 2006 17:59 GMT | 4 |
Hei! Is there in VFP 9 any possiblity to do something like "visual changing of data" (I don't know, how I should refer this). It should be graph with lines (ribbons), that are placed over time axis.
|
| append general | 25 May 2006 12:09 GMT | 3 |
Friends, I wanted to display a logo of the company on every reports. The only one way i could think was create an interface to capture logo to a general field and then display that in reports using OLE.
|
| Passing a prameter to a start up form | 24 May 2006 19:38 GMT | 9 |
I have an application that starts from a form. How do I pass a parameter to it through the command line?
|
| Select few Shapes on the form | 15 May 2006 09:00 GMT | 1 |
I have 24 shapes on the form, which represents every hour from 1 to 24. I'd like to select using mouse let's say shapes from 5 to 7 and i need function which will return start and end time. Does anyone did something like this or maybe there is an ActiveX for
|
| How to resolve this prolem | 10 May 2006 02:13 GMT | 5 |
I have created a small form which display some information in LISTBOX. When I run this form first time, I get an error, it asks me to enter the table name. If I click cancel it runs file and it does not error out as long as I am in foxpro. But as soon as I quit and reload the ...
|
| VFP 8.0 Emailing Question | 09 May 2006 21:17 GMT | 2 |
Got a new request from one of our clients about emailing. Currently we use VFP 8.0 and are emailing with wwIPSTUFF from West Wind Technologies to a SMTP server at the company. Obviously the email is generated from the client's PC and our client had to give access to all the users ...
|
| source control | 09 May 2006 08:03 GMT | 2 |
Does anyone here use source control integration with vfp-9? When I try to set it up (with SourceGear Vault) vfp dies when I try to put the current project into source control. Thanks,
|
| How to suppress time from date format ? | 09 May 2006 03:16 GMT | 2 |
I am using SQL statement to display some information. When I try to display MDATE, it displays date and time both. I do not want to display time. How to supresss the time from displaying.
|
| PUTFILE(), default folder | 06 May 2006 09:54 GMT | 3 |
Hi! copy to putfile('Place to put:', 'C:\Documents and settings\Rein\My Documents\MyTableName', 'xls') type xls So works it in my computer. But - how to make it to work in any user
|
| Compare forms | 05 May 2006 14:30 GMT | 1 |
Does anyone know of a utility to compare two forms, ie. to compare the tables representing two forms? Thanks, Dave
|
| When I append date from spreadsheet, it does not copy | 04 May 2006 20:20 GMT | 1 |
I have excel 2003 file. I need to append in my dbf file. When I append, it does not bring the date across. My date field stays blank. I have about 10 different companies and they send me their excel file which
|
| newbie Forms appear in APP not EXE | 03 May 2006 07:21 GMT | 1 |
I have *** My Pgm Set default to C:\MyFile DO FORM myDisclaimer.scx
|
| TEXT .. ENDTEXT | 01 May 2006 08:35 GMT | 1 |
Dear friends, the following code meant to create a text file wth list of bank transaction always adds a blank line as the first line. Any way to avoid this? --------
|