-
- Too much white space along the bottom of VFP9 report
by BABSBINI
- 5 Replies
- Last post
by Naomi Nosonovsky
- Hi All,
We have created a report which works fine in terms of data output. However, sometimes the bands move to the next page even though there is enough space at the bottom of the page. We have tried to control the white space by using the "Start group on next page when less than" setting on the report designer. But this doesnt seem to fix the issue for us. No matter what the setting
-
- Command Window in Vista
by AlexBB
- 14 Replies
- Last post
by Tamar E. Granor
- I hope Tamar Granor will read it. It seems she may be familiar with Vista.
I have touched on this problem in my previous post. In VFP 9 Management Studio under Vista, the Command WIndow behaves like the mouse cursor/pointer when you set it up in slow motion and with traces. In addition it frequently bounces back to the place it started. It is unbelievably weird. It is very very, and I mean
-
- Too much white space along the bottom of VFP9 report
by BABSBINI
- 5 Replies
- Last post
by Naomi Nosonovsky
- Hi All,
We have created a report which works fine in terms of data output. However, sometimes the bands move to the next page even though there is enough space at the bottom of the page. We have tried to control the white space by using the "Start group on next page when less than" setting on the report designer. But this doesnt seem to fix the issue for us. No matter what the setting
-
- Printing to a Triumph-Adler
by DaCosta11
- 1 Replies
- Last post
by dni
- One of my customers recently, bought a new printer, a Triumph-Adler DC2310, the printer runs fine with many applications, except with visual foxpro. It crashs VFP when I try to print. Anyone has a solution DaCosta.
-
- sample class library
by jmom
- 6 Replies
- Last post
by jmom
- I have access to VFP6,8, &9 class libraries, but not everyone does. I tried copying a classes folder that has a datachecker from a samples.vcx from a local directory and copy it into a shared folder. When rebuilding project, it had a message saying could not find a MAINHWND and other Procedures. I tried searching for the names it provided, but no luck. Is there a datachecker sample in the V
-
- Multiple Dataset in the same table object
by Zoop
- 18 Replies
- Last post
by Zoop
- Hi, I'm pretty new in ReportViewer. I would like to show fields from two differents db tables in the same table object. Example : I have an object inside my object datasource. Let's say, an "Employee" object (which is my datasource), containing a "Company" Object, and I want to access a property of the Company object. Automatically the datasetname is set to "Employee"
-
- 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
-
- how do I create a dll for a webprogrammer to call...
by ibbm
- 4 Replies
- Last post
by ibbm
- I have a complex program that creates a forxpro report that I want my webprogrammer to use rather than rewriting the code in ASP. It doesn't have any screens but it does need parameters such as date, what customer etc. I have created a new project and have the .prg program and now I want to create a dll. When I compiled it as a dLL it said it needed a class with olepublic. I created a custom class
-
- Adding the Report Wizard to an distributed app....Can I ?
by taylormade562714
- 1 Replies
- Last post
by Carl Warner
- Is it permissible to include the Report Wizard program to a distributed app
If so, what files have to be included in the build
-
- RLOCK on a DBF file on a Windows Vista Shaded Folder
by Stefano Alderotti
- 13 Replies
- Last post
by dni
- Hi,
I have problems on some functions [at first RLOCK()] when i try to access on a DBF file on a Vista Shared Folder from another Vista PC.
If I try to access or execute Rlock() function, from XP on Vista or from Vista to XP, i have no problems.
When i try to execute Rlock() on this file from Vista i have an "Error Reading File" only when another used already use this file.
-
- File In Use
by AlexBB
- 14 Replies
- Last post
by AlexBB
- Trying to execute a delete command from .NET with OleDb driver I get an error: File in Use. It seems strange that a similar command appeared to have executed once before. That command is downstream of this one and that worked while the code around this one was not yet debugged and this ExecuteNonQuery was simply bypassed
cmdm . CommandText = "execscript('USE crossRefTable in 0 EXCLUSI
-
- 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
-
- 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
-
- Empty Picture Box
by dalegoble
- 6 Replies
- Last post
by CetinBasoz
- I have a form with a picture box. I store the path to the photo in a table and retreave it to show the picture, works great. But what i need to do is when there is no picture on that record make the picture box container non visable on the form. Can I do this with code Thanks Dale
-
- Calling C functions
by GeofS
- 10 Replies
- Last post
by Francisco Carabez
- I've been working to incorporate a biometric device into a VFP9 application using an SDK provided by the manufacturer of the device. Some of the functions in the SDK require C-structures as parameters. I'm using a VFP class called 'Struct' developed by Christof Lange and Mark Wilden to build those structures. While some of the functions work as expected, I'm having trouble with a few. I think that
-
- 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
-
- I am trying to use a form's properties in a program but i am having trouble accessing the active form.
by ibbm
- 11 Replies
- Last post
by Tamar E. Granor
- I have a form that collects data and when the user clicks on "Confirm"
I'm trying to run an update.prg which is called by many other routines in my application. Rather than add a whole lot of methods to the form I was hoping I could use this program. I am newbie to OOP so maybe I am taking the whole wrong approach.
I have added properties to my form that i want to access. In pa
-
- 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
-
- VFP9 applications running much slower than VFP6 and VFP8
by xuyca
- 6 Replies
- Last post
by Tamar E. Granor
- I have same vfp application program. But I found that it run much slower than previous version when loading a form in vfp9 compiled application. Anybody have same problem
-
- How to use the field validation rule?
by Lightening
- 10 Replies
- Last post
by Naomi Nosonovsky
- Try to save some code, such as :
If empty(name)
messagebox("Name field cannot be empty.",16," Alert")
return 0
Endif
How can I put the expression in the field validation rule box Unable to find examples in the help.
-
- Remote View
by djun_kang
- 3 Replies
- Last post
by djun_kang
- Select table1.field1,table1.field2,iif(isnull(table2.field1,spac(10),table2.field1) as Name From table1 left join table2 ...................
What i want to ask is how to do IIF part when using remote view Can I use the same Select in Remote View Or may be there is another command to use to substitute the IIF when using Remove View
-
- Will VFP6 work with Windows Vista
by Derek Dowle
- 13 Replies
- Last post
by CDFAUX
- My company operates a series of VFP6 runtime databases successfully in the Windows XP environment.
We currenly have one PC loaded with Windows Vista. When the runtime setup is run it does not install the runtime files onto the Vista PC.
Can VFP6 work in the Windows Vista environment
How can this problem be overcome
Many thanks in anticipation.
-
- How to close the command window and tool bar ?
by c y h
- 7 Replies
- Last post
by Markish
-
- Problem indexing views
by Hans L
- 14 Replies
- Last post
by Hans L
- I am trying to index a view. After having created the view in a prg file, created with Gendbc, I add (in the prg file): USE vwMysoft INDEX ON cname TAG Namn OF vwMysoft USE In other words, I use the same commands I would use for a table. Okay Then, when I open a form where I need the indexed view open, I do: USE vwMysoft SET ORDER TO Namn Error message: Variable Namn is not found. Either I am m
-
- RTF
by AlexBB
- 8 Replies
- Last post
by CetinBasoz
- I set up a RichTextBox and show content of memo files from VFP DB tables. Over at VFP which refuses to comply with Vista I had a control that gave me a chance to manipulate fonts and set colors to parts of the text if I wanted.
I am wondering how I shall do it in here Shall I use FontDialog for this
Also, I've been thinking of using a speller in that VFP Form setup but never got arou