-
- Accessing a VFP Database using VB.Net
by Captain Baz
- 5 Replies
- Last post
by CetinBasoz
- I am using the following connection string :-
Provider=VFPOLEDB.1;Data Source=C:\Baz\TCB\Data\TCB.dbc;
When I have the database and VB programs on the same PC, it works OK.
I want to implement Multi-User capabily now so have to move the database to a different PC on the same LAN (Workgroup).
Despite much experimentation and reading upon the subject, I can't make it work. I always g
-
- Setup Wizard
by mezofi
- 2 Replies
- Last post
by mezofi
- Good morning I would like to find Setup Wizard in Visual FoxPor8. But I can not find it. Here an image from my tools's panel.
-
- Overcome 255 character limit in grid control
by Marc Bachman
- 11 Replies
- Last post
by Naomi Nosonovsky
- I am using a grid control on a data entry form within an existing application. I have been advised ( at a VFP group ) to use an edit box on the grid control instead of a text box to overcome the 255 character system limit for this field. I have tried this, but it hasn't worked, even after recompiling. I'm not sure whether there is more to do, or whether I need to change my procedure, or even if th
-
- parent and child table
by honey1016
- 4 Replies
- Last post
by honey1016
- What can i do if want to update the index of the parent table and the child table will be already update Thanks
-
- Grid sorting
by Aleniko29139
- 7 Replies
- Last post
by MarciaAkins
- Hi;
I have a grid which is populated with the results of a SQL query.
I need to sort the grid depending on which column header the user clicks on.
I have not done this ever and I was wondering which is the correct approach:
- After I run the SQL query, run a series of 'index on' commands so I can use the indexes.
- Run a secondary query on the results of the query to produce the
-
- Installshield error (neophyte "programmer")
by lowellnelson
- 5 Replies
- Last post
by AndyKr
- I have developed a VFP prg file and built an exe file, both of which run without errors. I want to distribute the exe file to another location. I am attempting to use InstallShield for the first time. After building the installation program I attempted to test it. The installation program stops before completion, with an error dialog which states "Internal error 2602," then names the exe
-
- extreme programming
by Ahsan Amin
- 2 Replies
- Last post
by Naomi Nosonovsky
- I want to know what is extreme programming. How to be extreme programmer.
-
- How to show properties window to a file in foxpro
by surinder singh
- 14 Replies
- Last post
by surinder singh
- Hi
I want to show the properties window to the file selected by user on right click -> properties option.
(as this is shown with any file when we right click on that file and click on properties option in widows explorer)
If anybody knows about it , please tell me how to do this
If any one knows to do this in Visual Foxpro then it will be good for me.
-
- Combobox problem
by Yuniel Lorenzo
- 4 Replies
- Last post
by MarciaAkins
- Hi out there
Ok I have this code to fill a combobox:
thisform .comMagent. RowSourceType = 6
thisform .comMagent. RowSource = "cmmage.masteragen"
and doesn't work and is supouse to work, the only way that it can work is usinglike this:
USE cmmage
thisform .comMagent. RowSourceType = 2
thisform .comMagent. RowSource = "cmmage.masteragen"
-
- .
by c y h
- 7 Replies
- Last post
by Markish
-
- "Cannot find the menu-generation program."
by AlexBB
- 14 Replies
- Last post
by AlexBB
- Hi there,
I actually posted on this subject twice before and once got a satisfactory answer, the other time I simply figured out how to get this file myself.
Now it seems to be different. When I make and attempt to build a project I get this message. So, I click Add, go to Program Files\Microsoft Visual FoxPro 9\ and find a file: genmenu.prg .
Click on it and I get another error message:
-
- adding a jpeg file address to a field
by nebraskajanice
- 8 Replies
- Last post
by skipdcm
- First, let me apologize as I am real old user of FoxPro 2.0 and have just gotten back to FoxPro via version 9.0 so I am extremely "dumb" but willing to educate myself. My application is:
I have a table that contains a number of inventory items. I want to add a field that contain an address for a jpeg file of that item for serveral different reports. Can it be done
Thank you in
-
- Display "Running query..." progress bar
by hangover
- 10 Replies
- Last post
by Naomi Nosonovsky
- How do I make the "Running query..." progress bar display when executing an SQL query within my VFP9 application
I have tried both SET TALK ON and SET NOTIFY ON but it is still not displaying. Which other commands can affect whether it is displayed or not
Thanks.
-
- Print Jobs Incomplete or Corrupt with Serial Printing
by Holden
- 4 Replies
- Last post
by dni
- Hi to All! I'm using EPSON TMU-200 POS printer with only serial port available. OS = WinXP2. Print Jobs Incomplete or Corrupt if we print large chunk of data. Does anyone knows how to fix the problem Thanks in advance. Holden
-
- how to store encrypted passwords ..
by ibbm
- 9 Replies
- Last post
by Mark OSVATH
- is there some kind of algorithm in fox that can store and encrypted password so that if anyone got a hold of the data they couldn't read the password.
Thanks in Advance
-
- Outlook contact details
by hangover
- 14 Replies
- Last post
by CraigBoyd
- This might not be the right forum for this question given that it mainly concerns Outlook (although I am accessing it from VFP), but I am hoping that one of you smart and helpful people may know the answer ...
I am trying to obtain to populate a VFP table with the details that I can see in my Outlook 2002 address book.
I have had some success at obtaining details such as Name, Email
-
- SQL Join question.
by Aleniko
- 3 Replies
- Last post
by Naomi Nosonovsky
- Hi; I have 2 tables. polgr.dbf and po.dbf. I want to query all the records from polgr and some matching info from PO. The problem is that in some cases there will be 2 records in PO with the same PO#. The following query produces duplicates if there are 2 records matching in PO. select polgr.qopen,po.acct from polgr left join po on polgr.pono = po.pono Is there a join condition or other way to avo
-
- Help with expression (one more time...)?
by Littletommy
- 14 Replies
- Last post
by Littletommy
- Hello All...many thanks to all who helped with my previous post. I have hit one more 'snag' in preparing my data. Here's a sample of three fields in my table...
MRC REQUIRED DETAILS
4720-00-001-0057
ADLF HOSE OR TUBING SPEC/STD DATA MIL MIL-H-5593,SIZE 4 SPECIFICATION ADJM INNER CONVEYING TUBE MATERIAL
-
- MSXML
by Preen
- 3 Replies
- Last post
by dni
- I have a VFP8 application written 2 years ago which has suddenly begun to crash with "MSXML2.DOMDOCUMENT.4.0" error 1733 (Class definition not found). This seems to coincide with a recent security update for XP.
Can anyone advise
Many Thanks
-
- Create Foreign Key Index programmatically
by Gary Demi
- 6 Replies
- Last post
by Gary Demi
- I am trying to add an index expression to a table from a program. I Create the table/database with CREATE DATABASE d1 CREATE TABLE t1 (field1 c(10), field2 c(10)) Then I try to add indices ALTER TABLE T1 ADD FOREIGN KEY Field2 TAG f2idx (I get syntax error) yet ALTER TABLE T1 ADD PRIMARY KEY Field1 TAG f1idx (works ok) I can also use MODIFY STRUCTURE to create a regular index on field2 All the doc
-
- Farewell
by AndyKr
- 10 Replies
- Last post
by Joe Morel - MSFT
- Recent events, and postings, in this and other forums have convinced me that I am no longer able to act as a moderator in this forum and have asked that my moderator's privileges be withdrawn.
I shall no longer participate in this forum and hope that whoever takes on the task will do a better job than I.
Later:
I have been asked to say where I can be found outside this fourm so yo
-
- 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
-
- Dot matrix printers with Visual Foxpro
by Farhat Fakih
- 14 Replies
- Last post
by Lakshmi N
- Hello all,
We are in the process of converting an old Foxpro 2.6 (DOS) software into VFP, the problem that we face is that the printing is very slow on dot-matrix printers We cannot shift to laser printer as the stationery is pre-printed and has to be multi-part.
Can anybody offer the solution
Thanks in advance
-
- .
by c y h
- 7 Replies
- Last post
by Naomi Nosonovsky
-
- OutLook Express Error In Sending the mail
by NitinVerma
- 5 Replies
- Last post
by Cindy Winegarden
- sir
i hav configured the outlook express
pop3 server and the SMTP server settings
i can now recieve emails on this account
but there is an error in sending the mail
the error which i m gettin is below
The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'jigyasaofworld@yahoo.com' . Subject 'Re: many', Acco