| Thread | Last Post | Replies |
|
| Traping SQL Server Connection Errors | 25 Aug 2008 13:20 GMT | 5 |
we use TRY SQLSTRINGCONNECT() in our application when there is a server problem we get a 'Microsoft SQL Server Login' error dialog. click ok and the user then gets the 'SQL Server Login'. how can i trap this error to prevent the users from being confused by the
|
| Need to convert some VB code to VFP | 25 Aug 2008 09:27 GMT | 4 |
Usually I'm "OK" at converting VB code to VFP but when it involves the Windows API I get a little lost. I would really appreciate it if anyone can help me with this. In general, the code allows me to trap when a button is clicked on the ActiveX control. You would think it ...
|
| Command button in a grid | 24 Aug 2008 23:45 GMT | 1 |
Have created a command button class and added it as the CurrentControl property of a grid column. All looks ok - the command button is showing as it should be, but when you click on it, the code in the Click event doesn't execute. Any ideas where I might be going wrong here? VFP9
|
| test for Aero on or off ? | 24 Aug 2008 23:14 GMT | 2 |
|
| How to remove invalid tables from a DBC? | 23 Aug 2008 05:01 GMT | 9 |
I have got a DBC with the DBFs missing(file cannot be located on the disk) for some tables but it has the link in the DBC. (ADBOBJECTS or MODIFY DATABASE shows these) How can I remove these invalid links from the DBC?
|
| How to include *.fll file to exe file in VFP9 ? | 22 Aug 2008 13:42 GMT | 2 |
Hi, How to include *.fll file to exe file in VFP9 ? Thx :)
|
| problem using Shell Notify API | 22 Aug 2008 10:42 GMT | 4 |
Hope somebody can help me. We have had an alarm system in our package for the last few years making use of the above API. We are now getting an error on one customers machine. ERROR: (2059) Unhandled Structured Exception.
|
| Form property "DOCREATE" | 22 Aug 2008 09:15 GMT | 6 |
There appears to be an undocumented property of forms: DOCREATE (logical) Is it significant? I ask because I'm issuing a statement: frmMyForm = createobject ("form") and I wonder what the effect would be of
|
| Multiuser Software App | 22 Aug 2008 05:26 GMT | 2 |
Sir I am developing software for a distribution business in which there are four department sales, purchase, accounts and inventory management these entire departments are working separately at different locations. I have to develop a software application which can handle these ...
|
| PasswordChar in a grid | 22 Aug 2008 05:15 GMT | 1 |
I tried setting a grid textbox PasswordChar property to "*" but it does not work. It only seems to work for simple textboxes on the form. Is there something I am missing? -----------------------------------------------------------------
|
| Determine Selected Theme | 21 Aug 2008 15:53 GMT | 2 |
i know i have seen the solution somewhere when i was looking for comething else, but... how can i determine what the theme color being applied to a form, or a page frame is?
|
| Problems unistalling Microsoft Office Home and Student 2007 | 21 Aug 2008 03:54 GMT | 2 |
Hi! I'm having problems unistalling MOHS 2007,I get this error "The language of this installation package is not supported b your system" Before trying this I could see my powerpoints very nicely,but now I have to save first my PPS,then click on PP viewer 2003 and then click ...
|
| vfpcompression.fll documentation | 20 Aug 2008 23:17 GMT | 3 |
I just downloaded vfpcompression.fll from sweetpotato software & it looks great! Kudos to the author. He states that the documentation on the web page is incomplete. Can anyone provide or locate the complete docs? Thanks.
|
| Set tablevalidate | 20 Aug 2008 18:13 GMT | 3 |
I am trying to stop the "File is in use" error appearing when my application is running. I have tried setting the SET TABLEVALIDATE to all different combinations of levels but it still keeps popping up. Is there a specific value to set, or is
|
| MD/MKDIR, creating subfolders inside hidden folders, and error 1961 | 20 Aug 2008 16:42 GMT | 5 |
This might seem obscure, but it's a bit of an annoying conundrum to me. I don't suppose this will ever get fixed, since FoxPro has been officially taken off life support. In the following code, assume that folder and subfolder do not already
|