-
- how to gather m. variables from a form into table where it's updated in a procedure outside the form
by ibbm
- 14 Replies
- Last post
by dni
- Hi,
I have created a form to update/add info into a table depending on the actions. I use a prg file for the actual update as this routine is used in several other procedures outside this form.
in the INIT() of the screen I either do a blank screen if an add or display the record if it exists. I do this with a scatter memvar command. The objects on the forms have controlsources of m
-
- Microsoft is going open-source the core portions of the Visual FoxPro DBMS!
by Fernando D. Bozzo
- 12 Replies
- Last post
by Fernando D. Bozzo
- I want to be between the first ones to bring this news:
http://www.eweek.com/article2/0,1759,2105307,00.asp
!Can't believe that!
Best regards,
Fernando D. Bozzo
-
- Browse problem
by MikePotts
- 9 Replies
- Last post
by Tamar E. Granor
- I'm currently migrating an application from FoxPro 2.6 to VisFox 9.0
I'm almost complete but have a strange problem with the behaviour of a browse window.
I've defined a window within a form, activated it and used 'browse fields....' to display data in this window. This works fine. However when I mouse down (left or right button) on the form outside the browse window the browse data
-
- How to Open table with mouse click
by Ahsan Amin
- 6 Replies
- Last post
by CetinBasoz
- Hello,
I am new to Visual FoxPro. I made a simple programe in VFPs prg that lists the names of all the tables of a database on VFPs main window. I want to browse anyone table from these tables with mouse click. How to do that
I am trying to do with this code, please let me know if i am doing correct or wrong.
clear OPEN DATABASE data1.DBC && Open testdata database
l
-
- Speed with CALCULATE
by Ed W
- 14 Replies
- Last post
by Tamar E. Granor
- I apologize in advance if my explanation and questions do not use the language and conventions of programming professionals, I'm a self-taught amateur. I've used VFP 6.0 successfully for many years and written many programs that have worked well but they certainly lack the sophistication and elegance that professionals would produce.
BACKGROUND: 6 tables are related via a common index
-
- visual foxpro free tutorial
by Lakshmi N
- 3 Replies
- Last post
by Carl Warner
- Can anybody know web site where FREE visual foxpro tutorial is avilable for people who want to upgrade from fox on dos and fox for windows 2.6.
-
- C++ to VFP Translation?
by Cody King
- 14 Replies
- Last post
by CChalom
- First, I'll have to admit that my coding skills have been unused for several years now, but this is one thing I believe that VFP should handle no problem. Here is the setup:
This program gets data from an A to D board and it utilizes DLPORTIO.DLL to address the parallel port and go thru 8 channels. (I know.... old school...but that's why I got it!)
I've done the Declare statements t
-
- Fax Report Using VFP9
by emery
- 11 Replies
- Last post
by emery
- As resolved in "VFP Fax Integration" thread , I have been using Jaime's method to fax Reports with graphic/image and it works very well for VFP6.
set printer to name "Fax" report form myReport to file "myfile.tif" noconsole
Recently I compiled and ran my program using VFP9, I got the following Program Error:
OLE IDispatch exception code 0 f
-
- HDD Serial No.
by RavindraPatil
- 6 Replies
- Last post
by CetinBasoz
- hello generous persons,
Does anybody know how to obtain HDD Serial No. through foxpro
Or
I have that code in VB. Can we store the value returned by that code to foxpro variable
thuogh I do't know much about vb, the code is as follows ;
Imports System Imports System.Collections Imports System.Management Public Class Form1 Dim WindowsApplication1 As System.STAThreadAttribute()
-
- fast / draft mode printing in vfp
by RavindraPatil
- 14 Replies
- Last post
by CetinBasoz
- Dear friends,
can we print in draft mode as in DOS by using vfp report writer
-Ravi
-
- 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
-
- Windows Services spying
by hs ong
- 8 Replies
- Last post
by hs ong
- Is there any code in visual foxpro that can do this
I sent a trigger in dll / exe file to one PC, I spy into this PC windows services, I triggered this PC to return back its Hardware ID like Harddisk S/number etc..
Visual Foxpro can do this
(windows services-control panel->setting->admin.tools->services)
-
- Compatability with old FoxPro and dbase
by Randy Schafer
- 2 Replies
- Last post
by Randy Schafer
- I have been a casual user of Foxpro to do data analysis as part of my job of business strategy. I know the old FoxPro/Dbase programming language - I'm going back to 15-20 years ago ... SET FILTER TO ... SET INDEX TO ... TOTAL ON ... and so on. Does Visual Foxpro 9.0 have those commands Can I type them into a program after opening a file with "MODI COMM xxxx" Or are these commands only
-
- VPF 6: Problem sending the item from the combo to report designer
by MillBear
- 8 Replies
- Last post
by dni
- Hi all,
I have a problem sending the data to the report designer after selecting the data from the pull-down combo. There is a field namely lbl_attname in the report designer.
In Click procedure of the command button,
if not(empty(thisform.Combo1.value))
lbl_attname = alltrim(thisform.Combo1.value)
else
lbl_attname = 'To whom it con
-
- cursors and html
by jmom
- 18 Replies
- Last post
by jmom
- I run a query and and information is stored into a cursor. In VFP 6 I can open a report and preview it with cursor and save it as html. In VFP 9, I do the same thing. When i choose to save it as html, the open dialog box pops up. Since info is in cursor, I can't choose a table. Then the GenHTML error stating the htm could not be created. Is there something I am missing
-
- How to get the dbf table's Field Name and Field Type and Field Size
by polachan
- 10 Replies
- Last post
by polachan
- Sir
How to get the dbf table's Field Name and Field Type and Field Size . Please help me by providing a program tips in foxpro to find out name , type,size of each field in a table
For example
I have a table employee having the following field
code c(5)
Name c(10)
dept c(30)
Salary n(10,2)
remark memo(50)
I
-
- form in add mode
by NILKAMAL
- 3 Replies
- Last post
by CetinBasoz
- hi!
i am new in foxpro some one help me out for this problem from my main menu to add new record (one to many) in form , form open good but it show me a first record i need append should blank and cursor need in first field
-
- Olecontrol parameters
by andrew552717
- 14 Replies
- Last post
by dni
- Hi!
I need some help again.
I have small ocx in vb and I want to use it in vfp6.0. It is working in vb this way:
FK524ID1.SetIPAddress lpszIPAddress, CLng(txtPortNo.Text)
where lpszIPAddress = "192.168.1.201" and txtPortNo.Text="5005"
In VFP, when I dclick on "SetIpAddress" method in the Properties window, it is poping up new window with
-
- CLOSE DATA
by dni
- 4 Replies
- Last post
by dni
- When I am usinsing CLOSE DATABASES in a button click method I receive the message box "File is not open". I have vfp 9 sp1, not vfp 7.
-
- New Grid Columns
by dni
- 9 Replies
- Last post
by dni
- I am running a form with a grid with 12 columns. It is working fine. At one moment in a click method I am adding more 8 columns . How can I do that new columns to have the same settings with old columns (header and textbox (font size,font,color,allignment...) I don't like to write 8 times settings for each properties ...
-
- Summary band in reports - VFP9
by Aleniko
- 5 Replies
- Last post
by Aleniko
- I am trying to add a 'disclaimer' at the bottom of invoices. The thing is that the disclaimer should always print at the bottom of the last page. If the last page has only one item, the disclaimer should still print all the way at the bottom. The disclaimer is not a single line but a bunch of lines, and it may change. I've added it to the summary band and I've tried to set the 'field position' to
-
- I can't see the content of the last field of the record
by Markspiz
- 14 Replies
- Last post
by CetinBasoz
- I tryed to open a "dbf" table with VFP to read some data with mi preferred platform (VFP). But in the last field of the record I can't read the right data (VFP return all blanks fileds). If I try to MODIFY STRUCTURE of the table in VFP the lenght of the record is 1614 bytes, an other utility for managing dbf table give me a record size of 1870 bytes. Is there a way to read this table cor
-
- How to verify email address on smtp server
by surinder singh
- 1 Replies
- Last post
by dni
- Hi all
I want to know is there any way to verify email address on smtp server.
For example:
Suppose my SMTP server is smtp.gmail.com & I want to check that either email address sur@gmail.com exists on gmail.com or not.
Thanks
-
- title bar's font
by RavindraPatil
- 4 Replies
- Last post
by dni
- Hi friends,
can we change font of form's title bar if yes, may i know how
thank u
-
- ''DECLARE'' in Visual Fox Pro
by SY Tee
- 10 Replies
- Last post
by CetinBasoz
- Hello,
Can I use "DECLARE" in a Visual Fox Pro open table
DECLARE @before int, @after int
UPDATE wdoctyp
SET @before = idoclastsn, @after = idoclastsn = idoclastsn + 1
WHERE docType='LEAVE'
Best regards,
Tee Song Yann