-
- 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.
-
- How to Suppress Message box when creating HTML
by TheDreaming
- 5 Replies
- Last post
by TheDreaming
- When I create an HTML version of my report with the following code, a Yes/No message box titled HTML Listener pops up asking if I want to store the filename in the clipboard. How can I suppress this
Thanks
Paul
LOCAL oHtml
SET PATH TO ( HOME () + "FFC") ADDITIVE
oHtml = NEWOBJECT ("HtmlListener","_reportlistener.vcx")
oHtml.targetFile
-
- SMS through visual foxpro
by Ravi Awasthi
- 5 Replies
- Last post
by SharathMum
- Dear Sir,
Please send me source code for SMS through visual foxpro, or favour me with some clues.
Thanks & regards,
- Ravi Awasthi
-
- vfp 9 app accessing vfp 6 app database (dbc) and tables
by tma
- 2 Replies
- Last post
by mathmo
- i have just purchased vfp 9.
if i open vfp 6 databases in a vfp 9 application or in the ide, will vfp 9 alter (or "upgrade") the vfp 6 database, tables or views in any way
i work with a vfp 6 app that has a relatively large data content (approximately 11 GB in the different database containers). the codebase for the application consists of approximately 400 screens and
-
- Help With Earlier Verison of FoxPro
by DJL2000
- 8 Replies
- Last post
by Alex Feldstein
- I had a application builted for me in 2002-2003 timeframe. I believe I have the source code but I cannot view it. The file types I have are - DBF, CDX, FPT, FRT, FRX, PJT, PJX, PRG, SCX, and SCT. Is there a environment that still is avialable that I can use to see the code so that I can port it over to a more modern IDE Any assistance is appreciated. Thanks
-
- Need help with report expression
by JCrum
- 8 Replies
- Last post
by JCrum
- I want to evaluate two fields before I include it in my report. I'm not sure if what I have is correct, can someone help me with the syntax: IIF(EMPTY(grntradd) OR ISNULL(grntradd) OR PROPER(grntradd)=PROPER(mailaddr),"Not Available",PROPER(grntradd))) Thanks, Jennifer
-
- Creating Index with oledb for FoxPro
by Sergio Aguilar
- 3 Replies
- Last post
by Sergio Aguilar
- Hello, well I'm trying to create an index over a field of a dbf file with a VB 2005 program, I'm using an oledb connexion. The code is like this
public sub test()
dim objcnx as oledbconnection
dim objcmd as olddbcommand
objcnx=new oledbconnection()
objcmd = new oledbcommand()
objcnx.connectionstring="Provider=vfpoledb.1;Data Source=c:\test.dbf;collating Sequence= machine
-
- Importing a .PRG file
by Jason2007
- 2 Replies
- Last post
by Alex Feldstein
- Hi Ive just started using FoxPro for education use and im trying to import a .PRG file It seems to be encrypted, but the text lines are readable, which suggests to me that I have the wrong file version or something.... Screenshot as this is a .PRG file, its been compiled into an executable. So does that mean that it cant be modified in anyway Can I convert the file back into a project file so i
-
- prevent exitting...
by boyer79
- 3 Replies
- Last post
by boyer79
- I'm very new to FoxPro as well as to this forum, so if this is in the wrong location I apologize. I have a form with a text field (txtV_benefit) and a command button to calculate the number to be in txtV_benefit. What I want to do is prevent the user from clicking the X to exit the form if that value is 0.00 before hitting calculate. Any advise or direction as to where I can find examples would be
-
- Replate property
by le tan duc
- 2 Replies
- Last post
by dni
- in a form,I want to replate property (ex: caption,tooltiptext...) of all object (commandgroup,commandbuton,grid,toolbar... ) by string "new value" Help me . thanks
-
- Treeview and Terminal services
by A.G.
- 14 Replies
- Last post
by A.G.
- Hi, I have a problem with treeview and TS. I have a treeview build on table TmpRighe . When the user check a node the code replace the field Fl_select on table TmpRighe . the problem is that for all pc connected on the net , everything is all right but on pc connected with Terminal services, doesn't execute replace . please help me thank much ! Augusta
specifically doesnĄ¯t execute Node Chec
-
- Trouble getting dates in Report
by Anomaly
- 7 Replies
- Last post
by Naomi Nosonovsky
- Hi, Im creating a report and I need it to print out the from and to dates that the user has selected to search by. Do I simply put it in as the report variables Or is it more complicated then that
-
- 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
-
- Assigning an array to an Activex property
by Mike@hcc
- 8 Replies
- Last post
by Mike@hcc
- I am using VFP9, Sp1, and am trying to assign an array to an Activex property but I keep getting a "type mismatch" error. Using the same control and similar code works using VB6. Using the object browser shows the property to be of type variant and at runtime, using the debugger, shows it to be an array of type "Z", and the array I'm passing to be an array of type "A"
-
- Marcia G. Akins and every body help me..
by le tan duc
- 3 Replies
- Last post
by le tan duc
- In any key (in registry), always have a string named "(default)" (there is always have a string named "(default)" in any key) Please help me to read and set new value to this string ( (default) ) Thanks
-
- vfp 9 app accessing vfp 6 app database (dbc) and tables
by tma
- 2 Replies
- Last post
by mathmo
- i have just purchased vfp 9.
if i open vfp 6 databases in a vfp 9 application or in the ide, will vfp 9 alter (or "upgrade") the vfp 6 database, tables or views in any way
i work with a vfp 6 app that has a relatively large data content (approximately 11 GB in the different database containers). the codebase for the application consists of approximately 400 screens and
-
- Employee ID No.
by honey1016
- 13 Replies
- Last post
by Naomi Nosonovsky
- Generate New Employee ID. The Format is 99-9999. The first 2 digit came from year date of Entry and the last four digit is ascending order. For example.
Date of Entry = 01/01/2005 employee id no will be 05-0001 until month of december the last four digit is continous. But how for the year 2006 for example date of entry is = 01/01/2006 and it will be 06-0001. The Last four digit back to 0001
-
- Guidance on designing data access classes
by Darren Woodford
- 12 Replies
- Last post
by Darren Woodford
- I am developing a COM server to access 3rd party VFP tables and present them to calling client applications, particularly MS Access 2000/2003.
I would like some guidance please on designing the data access classes. At the moment I have a real mishmash of business and data routines. With the plethora of data access techniques available in VFP I am somewhat paralised by indecision. I realise
-
- Connecting InterComm with VFP application
by Joe Anand
- 1 Replies
- Last post
by Alex Feldstein
- I am doing a Hotel App., i want to bill the telephone std/isd call rate by caputring the duration they talked from the intercomm which is connected with system. To post the duration and rate charged into the dbf. Pls help.
-
- field valid method
by NILKAMAL
- 7 Replies
- Last post
by CetinBasoz
- pl.help what i am doing wrong cos when i add new dl_no( my field name) it same message coming " already exists"
i want to seek dl_no in checkcust table and if found get the message and focus on same field and if not the go to next field
SELECT CHECKCUST SET ORDER TO DL_NO && DL_NO SEEK dl_no
IF FOUND() =messagebox("ALREADY EXISTS") return .F. ELSE
END
-
- records deletion
by jan_sc
- 3 Replies
- Last post
by dni
- hi,
is there a way to physically delete records from a table in vfp9 rather than mark the records for deletion and then pack it as pack would requires the table to be open exclusively.
-
- Open Source VFP?
by Claude Fox
- 12 Replies
- Last post
by Tamar E. Granor
- Ok, this article looks fairly balanced and states that MS is seriously considering an Open Source VFP!: http://arstechnica.com/journals/microsoft.ars/2007/04/03/developers-petition-for-the-return-of-visual-foxpro
-
- Foxpro 5.0 : remove system screen title (the one with foxpro icon)
by c y h
- 3 Replies
- Last post
by Craig Berntson
- Please advise how to remove system screen title (the one with foxpro icon).
-
- Set bell off
by
- 7 Replies
- Last post
by dni
- Hi,
I am modifying VFP6 prog and add set bell off.
However, the alert sound still exists when
I type the field reach the end
and when error occurs.
What may the issue relevant to
Regards,
BIT
-
- Do while/if difficulties
by Anomaly
- 3 Replies
- Last post
by Don Higgins
- Hi, I am working on a program and in part of it I am using the SEEK command. After it I need to know if it was found in order to continue, if !FOUND I need to repeat what came before the SEEK, is there a way to jump up a few lines in a DO WHILE