| Thread | Last Post | Replies |
|
| VFPUG NYC meets April 3 | 31 Mar 2008 14:56 GMT | 2 |
The Visual Foxpro Users Group of New York City - VFPUG NYC - will meet on Thursday April 3, at 7 pm, in NYU's Silver Building, room 805; That's the NE corner of Washington Square - 32 Waverly Place. Bring photo ID, and tell the guard you are going to "the computer club".
|
| VFP tables - ASP.NET - Expression Web | 31 Mar 2008 10:12 GMT | 2 |
I'm trying to use my VFP tables with ASP.NET 3.5 and Expression Web 2beta, using SqlDataSource and GridView with builders. I did everything before using ASP pages. I'm experiencing several problems and I do not find any info on te
|
| Problem with SQL Select | 29 Mar 2008 09:29 GMT | 3 |
I am having an issue with a select statement as follows: When I run the query a field is being created that is too small to hold the data. I have tested and the following is an example go the select statement.
|
| Pop up windows occurring automatically | 29 Mar 2008 08:30 GMT | 1 |
Hi I need some help. When ever I open my internet explorer and click on the address bar a second pop up window opens. The sites are the usual array of dodgy sits you'd expect. I have turned on add blocking and pop up clocking in my norton, plus I have completed a full scan. All ...
|
| VFP9 grid date shows century even when century off | 29 Mar 2008 02:08 GMT | 4 |
I have a grid where I need to set AllowCellSelection to .T. because one of the columns has a checkbox that users can check/uncheck. Since setting AllowCellSelection to .T., even though the other columns are set to ReadOnly (and I've tried setting When ro return .F. also), if you ...
|
| Encrypting DBFs in Windows Vista | 28 Mar 2008 20:41 GMT | 4 |
I had used Cryptor 4 to encrypt DBFs but this one doesnt work in Windows Vista. Cryptor 5 can run here but I found many messages of problems with this version. Netlib which I used before is now very expensive.
|
| Inno installer | 28 Mar 2008 18:47 GMT | 2 |
Group, I'm trying to get up to speed with Inno.... my question is: where do I have inno put the .dll and .ocx files..I usually leave them in the app folder or sys folder. Do I have to register every .dll and .ocx?
|
| how closing open dbf file? | 28 Mar 2008 15:59 GMT | 19 |
I have a freetable that is open by more than one users to look at result of thier performance. I wanted this table to be updated every hour in our server but however, if somebody is keeping this freetable file open my sql query that will save
|
| Preparing to install | 28 Mar 2008 13:58 GMT | 3 |
Hi to all; This might be a simple problem... Everytime I open my Form, a message will prompt "Preparing to install". Help me to solve this... I'm using Miscrosoft Visual Foxpro 8.0 with service
|
| Simple code doesn't work... | 28 Mar 2008 04:20 GMT | 28 |
SELECT inventory LOCAL lnfamilyid lnfamilyid = inventory.familyid SELECT sku FROM inventory ORDER BY sku WHERE inventory.familyid = lnfamilyid
|
| Window on top | 27 Mar 2008 18:03 GMT | 6 |
Hello all and thanks in advance for the help. I have an application that creates windows (forms) in response to external events or messages. When a new form is created, I need it to appear on top of any application currently running (both FoxPro and non-FoxPro). Is there
|
| SP1 did not solve my problems! | 27 Mar 2008 14:00 GMT | 3 |
Well, looks like Vista SP1 did not solve any of my problems with VFP apps. SET PRINTER TO name is very very slow on Vista computers over the network. For some reason, opening a form and SELECT is VERY slow using Vista workstations.
|
| WMI | 27 Mar 2008 13:23 GMT | 4 |
I have been trying to use WMI to create a folder and share it during my post executable procedure in my installer. Basically the idea is that if a database does not exist and the user has designated this machine a the "file server", create a folder to hold the database, share the ...
|
| Help with SQLEXEC() statement | 27 Mar 2008 13:20 GMT | 13 |
This line of code is failing on me. X is returned as -1. If I take out the WHERE statement I'm good. Can somebody tell me what I'm doing wrong here? tmppath = alltrim(POSHeader.path) tmpfile = tmppath + alltrim(POSHeader.compcode) + 'poitm'
|
| VFP 8 ODBC driver? | 27 Mar 2008 13:06 GMT | 4 |
I need the Microsoft VFP driver to use in VB.net. Can anyone point me to where I can find the latest copy? Also can anyone tell me where the drivers actually exist on the pc? What's the actual file name? This program works on my old pc but not on
|