| Thread | Last Post | Replies |
|
| Thin Client Application | 13 Jul 2007 16:10 GMT | 7 |
I am stuck with a scenario i.e. I need to apply some validation checks and data processing on remote machine. Let me explain my case with some example. As an example: At client end: I need to know current price of an item from FoxPro table.
|
| Updating using RecNo() in VFP6 | 12 Jul 2007 17:35 GMT | 11 |
When a table contains a column that is a reserved word you can't do something like the following: UPDATE FooBar SET Desc="Bar" WHERE RECNO()=1234 I understand why but does anyone know if there is a work around to this?
|
| VFP9 FLOCK stops another user opening table! | 12 Jul 2007 17:28 GMT | 11 |
Has VFP always done this? I thought FLOCK allowed read-only access to other users but another user can't even open the table if there's an FLOCK in place. I don't remember hitting this in previous versions of VFP. Bernie Beattie
|
| How do I mute and unmute the sound of Windows? | 12 Jul 2007 14:11 GMT | 4 |
Do I need to use an Win32 API?
 Signature iTech Consulting Services Limited Expert in ePOS (Point-Of-Sales) solutions
|
| MTDLL Registration on Remote Machine | 12 Jul 2007 13:34 GMT | 6 |
I am using VFP 8.0 and created one Multi Threaded Dll, which will be used remotely. While registering it @ client end. It gives me following error messages. Error-1st : Resource File Version Mismatch.
|
| Very strange problem with VFP form objects - please help | 12 Jul 2007 06:24 GMT | 5 |
I am having a very strange problem with VFP. I have a form with 5 text fields and 5 captions. Everything was working fine. I added a 6th textfield and a 6th caption called TEXT6 and LABEL6. Now, when I run my program, about half the time,
|
| PDF reading | 12 Jul 2007 06:15 GMT | 15 |
I'm trying to find a way to programmically read some data that is saved in thousands of PDF files. They are basically spreadsheets all the same row / columns. Anybody know of a third party tool I can use from Visual Foxpro to read
|
| Calling DLL | 11 Jul 2007 16:30 GMT | 3 |
I haven't used DLL in VFP long time ago. To remember, I created a simple code and compiled it as DLL. Then registered it using Regsvr32. From VFP, I use: o=CreateObject("MyDll"), but I get an error saying DLL not found.
|
| report and tables | 11 Jul 2007 13:20 GMT | 3 |
could it be that when I want to print a report that there must be a table open ? I just want to print the content of some variables. regards
|
| datetime picker control - help | 11 Jul 2007 03:40 GMT | 1 |
I am having difficulty in using the datetime picker control from Microsoft. How can I 'bind' this control to a date field in a table? Am I supposed to have an 'invisble' textbox which gets the date value
|
| Refresh Problem | 10 Jul 2007 20:48 GMT | 13 |
Hello and thanks in advance for the help. I am having one of those problems which goes away when you try to observe it. I have a shared messaging application in which the data can be updated by
|
| source out of date? | 10 Jul 2007 19:57 GMT | 3 |
Using vfp9-Sometimes (not always) If I write a simple program usually for changing info in tables, I can keep rerunning the program, then all of a sudden it won't run and says source out of date. This doesn't happen if I run the same .prg in vfp8.
|
| deleted records problem | 10 Jul 2007 17:40 GMT | 9 |
I have an application used for many users, as usual they can delete some records. The problem is that the records are marked as deleted but physically they are still there. Now I have a sql command
|
| Stone ages question... | 10 Jul 2007 16:52 GMT | 6 |
been a long time since I was in this App where the reports are of the hard coded @SAY style... This program produces statements, maybe a hundred at a pass, while printing the color seems to change.
|
| Alternate line shading in VFP Report? | 10 Jul 2007 15:24 GMT | 1 |
Is there any way to do alternating shading (eg. alternating white and gray) for each detail line in a VFP report for better readability? Thanks Zoom
|