Several of our customers reported errors such as
"File is in use","File not open", "Record is in use..." etc.
It's remarkable that only those of our VFP9-pilotcustomers report this. Other customers, who have the same programs, but still working in VFP6, don't have these errors.
It seems that...
I'm rewriting fox2x-source to vfp8. A lot of @Get's has to be 'transformed' into for example textboxes. Most old @get's have valid and when parameters. I want to create 1 textbox class for these @get's.
The valid and when events are readonly. Is there a possibiliy to use my old valid parameters...
Hi,
I have a editbox on a form. The controlsource is a memo field. Is it possible to determine the current row and column from the cursor?
thanks in advance
Hi,
I'm still working with @ get in vfp. As long as non-proportional fonts are used, there is no problem but if I use for example Arial, the width of the get doesn't correspond with the variable. So I'm changing the width with the size parameter. But... now there is more input possible then the...
Hi,
I'm working at a conversion (from 2.5 to vfp). The main problem is the READ. I know that I can use @... class to make objects which can be used with READ. But I can't find a compleet description of this function.
Can anyone help me?
Willem
Hi,
can anyone help me with this: I create several forms and at any moment I want to know the expression of the active form.
for example
MyForm1 = CreateObject("MainForm")
MyForm2 = CreateObject("MainForm")
How will I know at any moment which is the active form
MyForm1 or...
Hi,
I'm wondering what in vfp the substitute is for the @ say command. I've changed from fox2.5 to vfp. I've tried to use the label option but this isn't very dynamic at all (or I'm doing something wrong.) Any suggestions or example prg?
Hi,
I've got a small executable in vfp6 to look for an adress in the register. It produces just a messagebox 'found' or 'not found'. During this programm the (empty) main vfp screen is showed in the desktop.
I can't the use SCREEN=OFF in the config.fpw because of other applications.
Does...
I've created a HTML helpfile. In VFP 6 I use the CTRL-F1 combination for starting the helpfile.
In very simple code I'm doing this:
set help to helpfile.chm
on key label ctrl-f1 do myhelp
procedure myhelp
****************
set topic id to mytopic
help
(mytopic is an integer and is never empty)...
A server with OS Windows 2000 Prof. and 1 GB internal memory doesn't use the memlimit function in the config.fp.
the setting is MEMLIMIT = 60, 4096, 20480
The first user of the foxpro application uses the internal memory fully!!
In other environments we don't get this problem.
Does anyone...
Does anyone recognize this problem:
Printing to a HP 843 fails in a network (shared W9X network)
with foxpro 2.5. Papers are ejected without ejectcommand, blank 'holes' appears in the text ect....
The same printcommand used with a Deskjet 540 works just fine. So it's the printer (or the sharing...
I'm looking for source-code for a browse- or alternative getdirectory function.
The currect getdirectory function has a win 3.1 look and I would like to show it in my own language with, for example, parameters for the command buttons etc.
Can anyone help me?
Hello,
I'm looking for an alternative for ADIR() function in FOXPRO 2.5. ADIR() causes a failure when the number of files exceeds a few thousand. I get a 'Too many memory variabeles failure'
So, I'm looking for another method/function to get a compleet directory tree, preferably into a cursor...
HI,
I 'm trying to get a the mac addres of my network adapter in VSP 6.
I'm used to work with foxpro 2.5 (dos) In this version I use netlibb to get this kind of information.
The MSDN refers to a Network Adapter Configuration Attribute Class. (backoffice resource kit)
OK, but what to do next...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.