-
- EULA or such...
by Aleniko
- 9 Replies
- Last post
by Aleniko
- Hi; Sorry if this is not a technical quetsion: Does anyone have an idea where I can obtain a EULA or a contract to let my users sign Thanks.
-
- Combo Value
by Ahsan Amin
- 6 Replies
- Last post
by CetinBasoz
- I have to compare a db value with the values/listitems of the combo box control. When found it shoudl be selected. At the time i am tying with this
thisform.cboCourse.Value = a_Courses.CourseName
does not work
-
- Can't rebuild project after moving from VFP7 to VFP9
by ccbryan
- 4 Replies
- Last post
by ccbryan
- I have several large projects that I developed in VFP7 under Windows 2000 server. I have copied them entire to a new server and I'm trying to convert them to VFP9 to run under SQL 2005. When I open the projects in VFP9 and try to rebuild them I get an error that the project's memo file is missing or invalid.
The same projects rebuild under VFP 7 just fine. Does anyone know a workaround or am I
-
- Microsoft: No Visual FoxPro 10
by CDFAUX
- 14 Replies
- Last post
by dni
- An official announcement of MICROSOFT: http://redmondmag.com/news/article.asp editorialsID=8320
Although all the signals pointed in this sense, obviously the official confirmation is a bad news. I believe that still lack clarity in the communication of Microsoft. I understand that SEDNA tries to leave liberated to the community the future development of VFP, but if the intention of Microsoft
-
- Data deleted with ZAP
by FedericoC
- 6 Replies
- Last post
by Craig Berntson
- Hi every body
How can I recover data from a tabla that has been deleted with ZAP.
Thanks a lot
-
- VFP Fax Integration
by emery
- 10 Replies
- Last post
by emery
- Hi,
I tried #2 method and stuck. Then I tried #1 method, it works for report with graphic. However, I need a way to pass parameters to Send Fax Wizard.
Thanks for your help.
Emery
------------------------------------------------------------------------------------------------------------------------------
Method #1:
When I used the following code to fax
-
- Problems Inserting fields into Table from cursor
by Kadrin
- 5 Replies
- Last post
by Naomi Nosonovsky
- I'm trying to add fields from 1 cursor table I linked from an SQL server (using SQLConnect()) and put them in another table. The 2 tables fields are the same in that they are meant to store the same information but the cursor table has a few NULL values, and the new 1 isn't allowed to have NULLS. I'm trying to check for NULLS and replace it with letters or numbers but can't find a way to so do. I
-
- finding system limitations is msdn help info
by jmom
- 2 Replies
- Last post
by jmom
- I am looking for limitations of strings and tables for VFP 9. Or which folder in the MSDN library can I look for it Somebody has posted it before, I can't find it.
-
- Viewing all the codes in one page
by Sixon
- 4 Replies
- Last post
by Naomi Nosonovsky
- In VFP, we're typing the code in methods, properties. Can VFP viewing the codes that we typed in one page, like in VB. example :
Form Load Events :
Codes here.....
Form Closed Events :
Codes here....
command1 click Events :
Codes here......
It's better for editing the codes...right
-
- foxpro + mysql
by yanyee
- 2 Replies
- Last post
by yanyee
- hi all, i try to connect foxpro using MYSQL 5.0 and SQL YOG as my database connection. but everytime is failed and the error msg is "connected to localhost 10061 is failed". pls guide. thanks in advance.
-
- How to Filter Records in a Grid
by msw
- 8 Replies
- Last post
by MarciaAkins
- I have a simple form with a Grid that displays my customer database. I would like to place a combo box at the top of this form and when I start typing in it the records would start filtering down. I Have an index created for Lastname and I can list the records but I can't figure out how to make the filter work as I start typing.
Thanks for your help...Scott
-
- strtran problem - string is too long
by help11111111111
- 8 Replies
- Last post
by Naomi Nosonovsky
- Hello everyone,
I have some memo fields with carriage returns that I need to strip out. The problem is that some of the fields have more than 255 characters, so I get the error:
[Error Code: 903, SQL State: S1000] [Microsoft][ODBC Visual FoxPro Driver]String is too long to fit.
I am very new to Foxpro but no matter what sort of magic I try I can't seem to figure out how to mak
-
- Referential Integrity problem
by CChalom
- 6 Replies
- Last post
by CChalom
- In one of my apps that I'm using the native DBC, suddenly a strange RI problem is occurring.
Here's the error message: File '__ri_update_entr_itens.prg' does not exist . The problem occurs when i do an APPEND BLANK to the table "entr_itens".
Then I checked my DBC, and found no entries for RI and this table ! Nothing on Delete, Insert or Update. Then I already PACKED DATABASE, VALID
-
- foxpro 2.6
by mrsamankhan
- 4 Replies
- Last post
by DemoQa
- Hi
I have an client who is still using a FPD 2.6 app. I need to make some changes to it so he can use it for another year or so. I am using FPD 2.6 in Windows XP Professional SP 2. It works fine, but it runs in a small DOS emulation( (I suppose) screen. Is there a way to get it to run in a traditional DOS screen, eg where FP takes up the whole screen Or at least run it in a lasger window
-
- translate from c++ to foxpro
by StevenAnonymous
- 2 Replies
- Last post
by RGBean
- typedef struct
{
short version;
char cardNumber[BEID_MAX_CARD_NUMBER_LEN + 1];
char chipNumber[BEID_MAX_CHIP_NUMBER_LEN + 1];
long documentType;
BOOL whiteCane;
BOOL yellowCane;
BOOL extendedMinority;
BYTE hashPhoto[BEID_MAX_HASH_PICTURE_LEN];
BYTE rfu ;
} BEID_ID_Data;
Thanks in advance,
-
- Not Enough Memory o Complete the Operation.
by AlexBB
- 14 Replies
- Last post
by AlexBB
- There is a chance that this is not the forum where I will ultimately get an answer since I do not know where the root of the problem is but still I am asking for everyone's attempt to brainstorm.
It is actually a continuation of the previous notorious PACK <tableName> thread. Since I felt that I ran into a stonewall I devised a DEVIOUS (!) plan to crack the problem. It appears to ha
-
- Information on FoxPro
by bdewong
- 8 Replies
- Last post
by Naomi Nosonovsky
- Hi, I am a little new to foxpro and my employer has an application that is written in foxpro 8; and I am looking for a little more information. For a little background information: This application resides on a network share as do the foxpro tables. Users access this application on the shared drive. The table files range in size from a few KB to almost a GB. I was wondering a few things: How does
-
- What is the recommended style in programming in VFP ?
by Eddie N
- 3 Replies
- Last post
by Cindy Winegarden
- I come from a dBase environment, hence I would prefer to start running my programs from PRG and occasionally call objects (Forms etc.) as needed.
I am just wondering as to what style is recommended in VFP. Will it be better if I use FORMS and call the PRG from the forms or the other way round ...
-
- Cursor adapters, ADO and Native VFP Data
by CChalom
- 14 Replies
- Last post
by CetinBasoz
- Hi,
I've been using Remote Views to access native VFP DBC's.through ODBC.
As I want to use some of the new functionalities of VFP data, AutoInc, Varchars, Blob fields, I was recommended to try using ADODB with Cursor Adapters.
But I've found no samples using VFP native data... Can someone recommend be some kind of literature for that
I was told that accessing data using AD
-
- accessing a foxpro table on my website
by Jim Holloway
- 3 Replies
- Last post
by Jim Holloway
- I have a simple FoxPro table sitting on my website. I need to read and write data to it in an standalone application on my pc. I can get to where I can read the data but I cant change the data. Any help would be greatly appricated.
It doesnt have to be fancy I just need a simple way of doing it. Thanks
-
- VOLUME SERIAL NUMBER
by RavindraPatil
- 5 Replies
- Last post
by RavindraPatil
- HELLO EVERYBODY,
IS IT POSSIBLE TO GET VOLUME SERIAL NUMBER OF HARDDISK THROUGH FOXPRO CODING
-RAVI
-
- Grid check-box...
by Pablo Jord
- 3 Replies
- Last post
by CetinBasoz
- Hi All,
I am using a grid on a form which has a check-box included. My problem is when the users are navigating through the grid if they hit the return key when the check-box has focus it automatically checks the box. How can I prevent this from happening to ensure they must use the mouse to check the box rather than the return key.
Thanks for the help,
Pablo Jord.
-
- I need VFP training
by wired8744
- 3 Replies
- Last post
by Jim Duffy
- I have been put in charge of maintaining and enhancing an existing Visual Foxpro application. I am located in Knoxville, TN and haven't been able to find any Foxpro training locally. I have done some Internet searches and found a few options but I thought I'd ask out here as well. Does anyone out here have any suggestions
Thank you.
Kelly
-
- DBCs and Citrix/ Terminal Server
by Hitman99
- 6 Replies
- Last post
by MarciaAkins
- Can any of you Foxpro experts help me I am involved in deploying network systems, and am often called on to publish Visual Foxpro apps through Citrix/TS to many users. To do this I am told that I must give each user an individual copy of the DBC file, which is a major pain since it then has to be copied to every user and consequently updated individually.
Forgive me if this is a stupid ques
-
- visual foxpro 6.0 software
by Lakshmi N
- 14 Replies
- Last post
by Lakshmi N
- where can i find visual foxpro 6.0 software download for free