| Thread | Last Post | Replies |
|
| Combo Box in Grid issue | 31 Jul 2009 22:44 GMT | 3 |
I have added a Combobox in a Grid which is populated by an array. The Style property is set to 2 (Drop Down List only). The Combobox has two fields Code and Description and is sorted by Code. The control source gets the value from the first column i.e. Code. The whole thing works ...
|
| ISA Server on Small Business Server 2003 Premium | 31 Jul 2009 15:29 GMT | 1 |
We are currently using Windows SBS 2003 Premium Edition with ISA installed. Does ISA allow a person to block users from downloading videos and music from the Internet? Is a person able to block users from visiting certain websites?
|
| Printer Status | 30 Jul 2009 14:17 GMT | 2 |
set printer to name alltrim(notdrucker) works fine to adress a printer, but now I would like to know about the printers STATUS (is he ready, or out of paper etc.) Thanks in advance: Gerhard
|
| problem with VFP9 COM server (out of process) not closing | 29 Jul 2009 19:46 GMT | 6 |
I have written an out of process COM server in VFP. it started in VFP 6, and has been steadily upgraded to the latest version. with version 9 however, it is no longer closing when the application which uses it closes. I cannot guarantee that the app properly closed every open
|
| How to handle Drag Drop of shape on a form | 28 Jul 2009 17:20 GMT | 6 |
I have developed a sample form and added a square shape to the form. The shape has following attributes: Left=200 Top=10 Width=100
|
| How to protect SQL Server data (file.MDF and .LDF) from being taken (copied)? | 28 Jul 2009 15:41 GMT | 3 |
I am creating an application with MS SQL Server 2005 Express Edition as the backend RDBMS. Problem arise when my client wants to secure their database such that his IT staff cannot simply take the database with them (either by backup the database, or detach the db/turn-off the
|
| Custom Toolbar does not show inside the form | 27 Jul 2009 17:40 GMT | 8 |
I have created a formset and added a custom toolbar to it. When I run the form, the toolbar shows in top left corner of the VFP window and not inside the form. I would like it to dock to top edge of the form. What I need to do to show it inside the form ?
|
| Connection String Problem | 24 Jul 2009 20:33 GMT | 2 |
I cannot get my connection string to work I have used the following - needless to say I use the actual username and password for servername i have used both the ip address and the .com name (actually .net...) I need to be able to have this run without the user having to set up a
|
| CSV file question | 24 Jul 2009 14:07 GMT | 3 |
Trying to write an export prog, to get some supplier info into some new bank software. Bank requires: ,,,,11111125092509,,,N,,T,,X for example
|
| Not really a fox question but... | 24 Jul 2009 13:31 GMT | 24 |
Hi all, Thanks for the help. Has anyone heard of any editors with multiple cut and paste "buckets". For example: I'm updating some code and adding a new element to an IF statement.
|
| Formating floppy | 23 Jul 2009 18:13 GMT | 1 |
Is there any way to format floppy disk (A:) without any user intervention. If we use SHFormatDrive user must click on Start button in message dialog. I want to make formating invisible to user. Thanks in advance
|
| Help with Webbrowser | 22 Jul 2009 09:03 GMT | 5 |
The problem is I need to know when the document has completed printing before I return to the calling program. The third param of ExecWB is a variant and I am using the PRINT_WAITFORCOMPLETION const., however, I can not seem to get it to
|
| VFP 9 Report w/2 Detail Bands | 21 Jul 2009 16:06 GMT | 2 |
I am re-doing a very old report that used @...SAYS (Yup I have grey hair) The report needs two Detail Bands from two different tables and the printing of the records seems to be fine. Question - for the second band where do I put the "column headings"
|
| How to tell number of decimal places in field | 21 Jul 2009 08:53 GMT | 6 |
I have no problem determining the length of a field (fsize), but does anyone know an elegant way of determining the number of decimal places in a numeric field. I'm sure I can do this in a non-elegant way, but wondering if anyone had a good method.
|
| Microsoft Outlook Automation Problem | 21 Jul 2009 06:26 GMT | 2 |
I've created my own script in Outlook and the scipt will automatically post the body of the Email to a VFP table when they click the SEND button. However, I now want to take it one step further. Basically, after they click the Send button I want to find some way save that Email ...
|