-
- Passing SQL SELECT parameters to FORM/Listbox
by Gary Demi
- 2 Replies
- Last post
by CetinBasoz
- I have a form with a listbox, I have changed the source on the listbox to a SQL SELECT, in the form of SELECT * FROM DBF INTO CURSOR myform WHERE anum=thisform.anum thisform.anum is passed from the calling program as a parameter and is initialized in form.init, yet apparently the sql select statement is called prior to the form.init (why ) and thisform.anum has an invalid value. Can I use the SQL
-
- requery() on remote view returns -1
by Ken Sands
- 7 Replies
- Last post
by Ken Sands
- I've got a remote view to a table on mysql, the program runs fine and requery() works for a while, then after so much time, (a few hours of running) requery() begins to return -1 this is not one of the options in the spec for requery() anyone know what's happening or how I can best deal with it Ken.
-
- Help with send/receive files using hosted FTP
by jdlim
- 4 Replies
- Last post
by Aleniko
- Hello,
Im an old time programmer. My program right now send/receive files using mapped WLAN drives. Now my clients does not want to stop by the office anymore and want to send their files thru the internet using there home broadband connection.
I found a software that would map a drive called Net Drive (WebDrive) by Novell it works fine with Windows XP, 2000 but most of my users now
-
- Memo Files
by RAlvarez579911
- 1 Replies
- Last post
by Naomi Nosonovsky
- A c# app my team mate is working on uses a VFP dll. Its not working though, so I have to recreate the dll from the components in the source code. First, the project memo file is invalid, so I had to create another project file to generate the dll. As I compiled the dll, errors, pop one after the other, most of which were solved by locating missing files. However, another error 41 popped up, this t
-
- 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"
-
- grid
by NILKAMAL
- 4 Replies
- Last post
by NILKAMAL
- somebody help me
i create two table 1) customer with below field
cust_id
name
address
etc....
2) customer_detail with below field
cust_id
order_no
etc ....
now i want to create one form with grid
customer data and grid showing customer_detail and button to add record in grid but when i click add record for grid i want open new form and put data for
-
- Combo Quick fill while combo is expanded.
by Aleniko29139
- 6 Replies
- Last post
by Aleniko
- Hi all;
I have a class which uses code Marcia Akins posted here (Thanks Marcia).
The code uses the InteractiveChange of the combo in order to produce a quick fill functionality.
The problem: This won't work when the combo is expanded.
I've tried to utilize the kepress method but it didn't work.
Is there a place I can disable the inherent functionality of the combo
when its expanded s
-
- Order of Procedures in a Form
by Kadrin
- 4 Replies
- Last post
by Naomi Nosonovsky
- Hello, I'm having trouble debugging a form created by someone else. I was interested if there is a way to tell what order procedures are executed once the project is started. Thanks, Kadrin
-
- Report Listener renders only first page of report
by Aleniko29139
- 1 Replies
- Last post
by MarciaAkins
- Hi all;
I'm using a report listener to produce an HTML version of a report. For
some reason, only the first page is rendered to the HTML file. Any
ideas what am I doing wrong Thx.
Here's the code I'm using.
fn = "C:\krcuser\po"+ALLTRIM(po.pono)
REPORT FORM po1 TO PRINTER PROMPT NODIALOG PREVIEW
GO top
loListener = .NULL.
DO (_reportoutput) WITH 5, loListener
lolis
-
- Export to Excel with multi-language
by LisaJong
- 2 Replies
- Last post
by LisaJong
- Hi, guys
I'm fixing some multi-language function for our application software, we use FoxPro 9.0 and SQL server.
For now, I can successfuly extract data from SQL, display it in FoxPro Form (using OLE object); or import data from Excel, then save it into SQL server (thanks to Rick Strahl , http://www.west-wind.com/presentations/foxunicode/foxunicode.asp ). But then, I stuck. When I try t
-
- Outlook 2003 won't open
by Dan562562
- 1 Replies
- Last post
by CetinBasoz
- My outlook 2003 seems to have froze. When I click to open outlook it won't open it seems like it's trying but then times out. I have recieved no error messages it just seems like theres an icon to open it but no program. This is a new occurance, I have never had any problems before. Please advise. Thanks Dan
-
- upgrading to visual foxpro 9
by kalrith
- 5 Replies
- Last post
by Tamar E. Granor
- Hello everyone,
My employer recently started asking me about visual foxpro 9. I am a
network administrator who has very little programming abilities. I am
wondering how hard it would be to upgrade our current system, on foxpro
2.6, to visual foxpro 9. I told her it might require some schooling.
Time is not an issue, we are not looking to upgrade immediately. How
hard is it to do and what st
-
- How to check if a local printer is shared in VFP at runtime.
by ControlNode
- 11 Replies
- Last post
by ControlNode
- I'm looking for a way of determining if a local printer is shared. I've looked into APRINTERS(), ENUMPRINTERCONNECTIONS of WSCRIPT.NETWORK and a couple other places/things and not found a way of doing this. I know there has to be a way of checking, but again time limits are preventing me from looking for an extended period for a fix and again I turn to asking.
-
- Totals at bottom of report page.
by Aleniko
- 10 Replies
- Last post
by Aleniko
- Hello all; I have a report with column layout (detail lines are printed within boxes in columns). I need to print totals for the report but the totals have to always print at the bottom of the page, and within boxes. AND: The report should have its columns all the way down to the bottom of the page regardless of how many items are printed on a page. Is there a new feature In 9.0 to help me with th
-
- Visual foxpro 9 watch hang
by cristi_bd
- 11 Replies
- Last post
by cristi_bd
- I was testing a program with debug and watch window . I enter a function in the watch windw than a window like passward with no title apears and evry think is bloked. I have to end forcely by task manager. Since than evry time I start watch window I get the same window and bloking situation.I uninstald Visual fox pro and I reinstald it. The same think. I uninsald Visual FoxPro and&n
-
- check for filetype
by ScottCamp
- 10 Replies
- Last post
by ScottCamp
- Ok...I'm Back...LOL
I'm trying to modify and old custom program someone made for us years ago. Simply to move files from one place to another.
Everything works great. I'm trying to check if a file type exists in a directory (since the names will always be changing but the file type will always be a .jpg). If it does, then copy everything in that folder over. if a .jpg doesn't, then give a me
-
- Combobox & Integer field type
by Shahani Jitendra
- 4 Replies
- Last post
by Shahani Jitendra
- Hello Everyone
Scenario ComboBox ControlSource Field Type - Integer :: Employee.Branch RowSource Field Type Character & Integer AutoInc :: Branch.Name & Branch.Inc Bound Column 2 (Integer AutoInc) :: Branch.Inc It's really a strange problem. The value that gets replaced is always 1 minus the value of Branch.Inc Is this a bug or it's just me Hope for an early response Thanks, Jiten
-
- Formal VFP language description?
by Christian Ullenboom
- 4 Replies
- Last post
by mathmo
- Is there any formal description (Backus¨CNaur form, syntax diagram, ...) of the VFP grammar I found the "Visual Basic .NET Language Specification" under http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbls7/html/vbSpecStart.asp but nothing for VFP. Is there someone willing to help to define one for ANTLR3 Best wishes, Christian Ullenboom | http://www.tutego.com/
-
- I need help with the PCL code in VFP
by Dhiraj Singh
- 3 Replies
- Last post
by Dhiraj Singh
- I have a client requesting to use PCL code in a custom report to send fax using FoxCore... I have never used PCL language can anyone of you help me.... of how to write a code in VFP 5 for using the PCL commands......
TIA,
-
- cannot quit visual foxpro
by HowardW
- 14 Replies
- Last post
by dni
- Subject message appears altogether too often - during my development, user sessions, etc. Similar messages imply this could be caused by the task pane. I do not knowingly use the task pane and have the auto startup turned off. Sure enough it happened again - tried clear all; release all, clear events, sqldisconnect(0), etc. - all the things I could think of and tried before. No luck. Then I turned
-
- VFP 9 SP2 and Reports
by Paul Grenier
- 3 Replies
- Last post
by Naomi Nosonovsky
- This code does not work with the files reportoutput.app and reportpreview.app (files both dated 2007) supplied with the beta VFP 9 sp2.
SET REPORTBEHAVIOR 90
_reportoutput = "reportoutput.app"
REPORT FORM BORPT PREVIEW
It only works when the older version (2004) reportoutput.app and reportpreview.app files are copied and overwrite the 2007 files.
Any ide
-
- Retrieving values of every selected item in a listbox
by mrpaully
- 6 Replies
- Last post
by Naomi Nosonovsky
- Does anyone know how to get the string of every selected item in a listbox I seem to only get the last selected item and not the rest. I have foxpro V9 SP1 Cheers...
-
- Internet Explorer 7 alert with Foxpro applications runing on a network
by PatriceVigier
- 2 Replies
- Last post
by CetinBasoz
- Hello, My applications exe files are placed on a server and
run from clients PCs. The problem since IE7 is installed is that every
time that we lunch one application there is a security alert (I cannot
tell you in English, I have a French version) and it is very much
annoying. I found a program here http://www.atoutfox.org/articles.asp ACTION=FCONSULTER&ID=0000000099 but it does not
-
- I need help with the PCL code in VFP
by Dhiraj Singh
- 3 Replies
- Last post
by Dhiraj Singh
- I have a client requesting to use PCL code in a custom report to send fax using FoxCore... I have never used PCL language can anyone of you help me.... of how to write a code in VFP 5 for using the PCL commands......
TIA,
-
- Draw a rectangle using GDI+
by Bob Gatto
- 3 Replies
- Last post
by Zeeshan Jan
- I'm using VFP 9 and am trying to draw a rectangle onto a report based on some information. I created a class as a ReportListener and in the Init of the class I declare and run the GdipStartup function.
I have a Render function that looks like this:
PROCEDURE render (frxno,nleft,ntop,nwidth,nheigth,;
nobjconttype,cContentsToBeRendered,gdiplusimage)
LOCAL vsession,vhndl,vgraph