| Thread | Last Post | Replies |
|
| ActiveX Control No Visible After Form INIT | 22 Jul 2008 05:50 GMT | 5 |
I have an ActiveX form on my form and despite my best attempts I cannot get the thing to display when I launch my form. The only way to 'fudge' the situation is to make it tab order 1 and force a 'TAB' character into the keyboard buffer.
|
| Query Problem- Urgent Help Requred | 22 Jul 2008 04:54 GMT | 2 |
I have two tables Table T1 ID Name 1 A
|
| VFP 9: #define constants | 22 Jul 2008 02:36 GMT | 6 |
I know that VFP will not perform substitutions within a string as in #define SUPERLATIVE better sentence="Father knows SUPERLATIVE."
|
| Re: Foxpro questions | 21 Jul 2008 23:45 GMT | 2 |
I use VFP6. Which command will create a table from a list of field names and which command will do the opposite? Thanks, Cass
|
| Open Word in a specific folder | 21 Jul 2008 17:11 GMT | 15 |
I would like to open a Word application which I have been doing but can't figure a way so that when the user saves the file it goes to a specific folder something like: oWORD = CREATEOBJECT("WORD.APPLICATION")
|
| Alias used for a report gets changed automatically and data does not get printed properly on the report | 21 Jul 2008 05:29 GMT | 2 |
From the Click event of a grid's column's textbox I call a report by, - Opening the required tables with indexes - Setting the relation - Selecting the base table of the report
|
| How to use parameter or variable in a FOR clause | 20 Jul 2008 22:15 GMT | 4 |
I have the following code which give me an error. Any idea? File test.prg ---------------- PARAMETERS cond as String
|
| FPW 2.6 in Vista | 19 Jul 2008 23:59 GMT | 3 |
I'm supporting a program that I do not have the code for. Well, I only have parts of the code. It is written in FPW 2.6. I have a customer who is running it on a Vista machine. The customer is getting error # 30 "Position is off the screen." I've had customers get this on XP ...
|
| InstallShield (R) Setup Launcher has encountered a problem | 19 Jul 2008 12:07 GMT | 1 |
Need assistences regarding on this matter; Unable to reinstall software using InstallShield (R) Setup Launcher. Error messages "InstallShield (R) Setup Launcher has encountered a problem and needs to close. We are sorry for the inconvenience."
|
| Verify Hyperlinks | 19 Jul 2008 01:17 GMT | 9 |
Hi. I'm looking for a way to check a hyperlink string and see if the web page actually exists on the Internet. Couple of months ago I was given the following example: local oHTTP, cServer
|
| ODBC connection question | 19 Jul 2008 00:33 GMT | 5 |
vfp9 sp1 I have setup an ODBC connection to an AS400. The connection has the password included. I have also checked the "never" ask for a password box.
|
| Field Limitation of Entry Q. | 18 Jul 2008 14:49 GMT | 2 |
Say I want a data entry field to hold minutes. How do I limit the user from not being able to key more than 60 as their entry? Would I put this code in the valid or is there somewhere else that would work better? Cheers,
|
| How can i access my hotmail account on my mobile?? | 17 Jul 2008 21:49 GMT | 1 |
Ages ago hotmail sent me a link which i could go to on the internet using my mobile which would then let me access my hotmail email. If i just went to the usual log in address it would never work. Recently i had a problem with my mobile and all the settings had to be reset and i ...
|
| how to use sql server udf | 16 Jul 2008 21:24 GMT | 5 |
I have created function on sql server 2000 which I would like to use in FoxPro code but SQLEXEC function returns -1. Is there any restriction for SQL UDF? My SQL Function is AS follow:
|
| translation question | 16 Jul 2008 20:29 GMT | 4 |
Group, How does this: (ofso.execute, var1 var2 var3) translate to vfp? the comma after execute doesn't compute in my feeble brain. Wade
|