Where is VFP8?
I just received my MSDN Professional subscription and I cannot find VFP8 on
any of the disks. That is the only reason I bought the subscription. Does
anyone know the trick to install VFP8?
TIA,
jrg Tag: Multi Language support for VFP7 application Tag: 184255
Triggers
Hi,
Is there a command which allowse you to check what a
table's trigger is set to in DBC?
TIA,
Pauline Tag: Multi Language support for VFP7 application Tag: 184251
Menu Bar
Hi guys,
Got another question, I have got the function which
restrict the user from viewing certain report or
function. Therefore there is a menu bar number that
control that, s sample of my code;
DEFINE PAD _13512dh6k OF _MSYSMENU
PROMPT "House\<keeping" COLOR SCHEME 3 ;
KEY ALT+K, ""
DEFINE PAD _13512dh6l OF _MSYSMENU PROMPT "\<Help" COLOR
SCHEME 3 ;
KEY ALT+H, ""
DEFINE PAD _13512dh6m OF _MSYSMENU PROMPT "\<Edit" COLOR
SCHEME 3 ;
KEY ALT+E, ""
ON PAD _13510zclf OF _MSYSMENU ACTIVATE POPUP files
ON PAD _13510zclg OF _MSYSMENU ACTIVATE POPUP maintenanc
ON PAD _13510zclh OF _MSYSMENU ACTIVATE POPUP jobcontrol
And as a result of these number (_13510zclf) changes, my
menu could not work. Does anyone know what are the method
to set it to work?
Sigh.... really at a loss now...
Edwin Tag: Multi Language support for VFP7 application Tag: 184250
VFP8 and RS232
Does anyone has experiance according a connection between
VFP8 and RS-232 com port.
What I would like to do is to create a logical input and
output and implementing it into the code.
Example:
input; with a pushbutton is to print a document.
output; is to say with a LED the printer has printed or is
ready. Tag: Multi Language support for VFP7 application Tag: 184242
Function loss
Hi Guys,
I had installed vfp 8.0 and must say that the graphical
interface looks great!
I now face a problem. I have an application that allow
user to select the company and upon double clicking or
click on the "select" button. It would bring the user to
the login screen where they need to key in the password
before they can login.
Now, I'm trying to bring back to the select company
screen. However, I discover that I could not double click
on the company.
Does anyone know what happen? I'm clueless!
Edwin Tag: Multi Language support for VFP7 application Tag: 184241
cursor shape in vfp 6.0
Hi! I am using vfp6.0 in windows 2000 os. Whenever I
starts vfp6.0, I finds my cursor shape to be vertically
thin. Sometimes, I even can't identify its position on
screen. I want to change cursor shape. i.e. It should be
solid shaped, and in different color like red,green
etc.Would you like to give any help regarding the above
problem. N.B.-I am talking about the cursor that appears
in edit/text boxes, not the mouse pointer shape.
Thanks
Pushpak. Tag: Multi Language support for VFP7 application Tag: 184236
Adding a method to a form that's in a formset
Hello,
I would like to add a method to a form that is in a formset, but it
seems that when I use the Form->Add Method menu item it adds it to the
formset instead of the form.
How do I add a method to a form instead of the formset?
-Caleb Tag: Multi Language support for VFP7 application Tag: 184230
Exporting to Excel
Just checking to see if there is an easy way to do this.
I want to export a table to excel and have it break up
the table by Item Number and place all matching items on
a worksheet and make a new worksheet with the next Item
Number.
I know I can export the entire table, but I am checking
to see if I can group it by Item Number on separate
worksheets.
Thanks in advance.
Doug Tag: Multi Language support for VFP7 application Tag: 184221
Netware VFP Libraries
Anyone used a Netware-specific library lately? We want to, inside a custom
VFP app, grant users Netware rights to files/folders they don't normally
have, and we will remove those rights upon exit from the program.
TIA.
-S- Tag: Multi Language support for VFP7 application Tag: 184219
Roaming Profiles
Hello All,
I have a customer experiencing a problem running an application created in
VFP8. They use Roaming Profiles. A user can login to a Win2000 machine on
the network and run the APP no problem. However, once that same user logs
into the network on an XP machine they can no longer run the application on
any of the W2000 machines. Seems that XP is changing the Roaming Profile on
the server in such a way as to screw up W2000's ability to run the same APP.
Does anyone have any experience with this issue and/or know how to fix it?
Here is an email from my customer which helps explain it:
*********************************************************
Regarding the Windows 2000/XP Roaming Profiles Problem:
Removing the file NTUSER.DAT in the individuals profile directory on the
server and from their profile directory on the Windows 2000 Workstation,
VFP8 (and Crimestar) will function again. Removing this file forces the
workstation to load the Default user registry entries on login, rather than
the stored settings.
Since this works, I have to conclude that a registry setting in HKEY_USERS
is getting changed by Windows XP and causing problems for Windows 2000. I
can't find it. If you can find out what registry settings are used by VFP,
I should be able to come up with a workaround.
TIA
Alec Tag: Multi Language support for VFP7 application Tag: 184211
FTP from VFP
Hello all,
I need to connect to a Server and send some files. The computer I must use
has a modem but does not count with acces to internet, is it possible to do
what I need with these elements?
Thank You in Advance Tag: Multi Language support for VFP7 application Tag: 184206
Append Memo from FileName or FILETOSTR()
Hi all,
I want to save a couple of .PDF files in memo fields to avoid these file
being deleted or messed by the users, using VFP8 I have two options:
FILETOSTR() or APPEND MEMO FROM FileName...
Can anybody point out which method should be best since they accomplish the
same goal and the size of the memo file are also the same using either
command.
Thanks.
--
Edhy Rijo
Programming System Solutions www.progytech.com
Bronx NY Tag: Multi Language support for VFP7 application Tag: 184203
MSGraph and VFP8.0
Question:
I've got an application that about ready to go into
production but I've got one concern. Does the MSGraph
component thats available in VFP8.0 work on computer
without a MSOffice? Tag: Multi Language support for VFP7 application Tag: 184198
Regarding Exe File running in VFox 6.0
I have created a Top level form, and coverted into a Exe
file. I put that Exe file along with VFP6r.DLL,
VFP6renu.DLL, FoxTools.FLL, files in the same folder. But
still that Exe file didn't runs Why?
Waiting for your reply. Tag: Multi Language support for VFP7 application Tag: 184196
VFP bug with #define and comments
I beleve I have run across a VFP bug - or at least an "issue" or "feature by
design". Do this: Create a project. Create a class library. Add it to the
project. Create two custom methods in the classlib. In one of them put this:
#define MY_CONSTANT 123
In the other method put:
#define MY_CONSTANT 123 && comment
Now compile. You will get "Constant is already created with #define" error.
Now change the first entry above so that it too has a comment. Compile. No
errors. Note - this compiles fine in VFP5, but will generate the error in
VFP6, 7 and 8.
It appears that you cannot define the same constant in more then one method
AND have an inline comment in one AND not have an inline comment in the
other. They must both have comments, or no comments. You can't mix them. Tag: Multi Language support for VFP7 application Tag: 184190
What's about VFP and .NET
I don't know if somebody could answer me here, but I would
like to know what happen with VFP actually in the market?
I was a VFP programmer since the beginnig, but for a
couple of years, I have worked with JAVA in web
development and I didn't used VFP since about 4 years.
Why VFP is not a part of Visual Studio .NET? (Visual
Foxpro .NET for example)
Is VFP will continue to be supported by Microsoft? I saw
that VFP is now on version 8, what is the future for VFP?
Is Microsoft will integrated VFP into the Visual
Studio .NET tool in the future?
Thanks to answer me
An old VFP developer, who wants take the road again!
Serge Tag: Multi Language support for VFP7 application Tag: 184187
Record locking
The program that our campany sells has been a single user app since the day
it began. It is now becoming a multi-user app. I am still new to FoxPro
and I have to start adding some record locking. I had a few questions I was
hoping someone could help with.
Does the table or record I want to lock have to be in the data session?
Is there a time limit I can set on a record/table lock?
What if I forget some code to unlock the record, will it unlock when the
program closes? or if the program errors while I have a lock will that lock
be released?
TIA
Altman Tag: Multi Language support for VFP7 application Tag: 184186
Help me .. windows trouble
Hi
Let me thank those who helped me before.
I have developed an application using VFP7
When I open 2 or 3 programmes (like words,excel etc..)
alongwith my application, my application is always on top.
When i click the minimised icon of other programmes in the
status bar, they do not show up. I have to minimise my
application to see the other windows including the help
window of my application.
Even sometimes, when I open some files through my
application, the "Open Dialogue" window is behind my
application. Unless I minimise my application, I can't
access that window.
Can any one help me please?
Thanks and regards
Bala Tag: Multi Language support for VFP7 application Tag: 184182
size of application form
If you set the _SCREEN = OFF in config.fpw how can I tell the size of the
user's screen resolution. I have a form that is set to "Always on top" and I
want it to resize according to the size of the users desktop. What I would
normally do is check the height and width of _screen but that does not seem
to be working (maybe because I am using skins). Is there any api calls that
will give back the screen resolution?
Thanks Tag: Multi Language support for VFP7 application Tag: 184177
VFP8 SP1 Problem
The following code snippet runs fine in VFP7 and VFP8
Just put on VFP8 SP1 and the code fails (although it runs fine in the
compiled executible).
Any ideas?
Cheers
David
SET TALK OFF
SET RESOURCE OFF
SET STATUS BAR OFF
SET EXCLUSIVE OFF
IF TYPE("_Screen.Screenhook") # "O"
_SCREEN.ADDOBJECT('screenhook','screenhook') && Reset screen resize
ENDIF
DEFINE CLASS screenhook AS CUSTOM OF testlib.VCX && My Custom Class Library
oScreenRef = _SCREEN
oListbarref = .NULL.
PROCEDURE INIT
PARAMETERS ListbarRef
THIS.oListbarref = ListbarRef
ENDPROC
PROCEDURE oScreenRef.RESIZE
IF LEFT(UPPER(WONTOP()),15) = "REPORT DESIGNER" OR
LEFT(UPPER(WOUTPUT()),6) = "PPRINT"
RETURN
ENDIF
IF TYPE("this.screenhook.oLostBarref") = "O"
THIS.screenhook.oListbarref._resize(105,_SCREEN.HEIGHT-6-SYSMETRIC(20)+(SYSM
ETRIC(4)+1)*2)
ENDIF
ENDPROC
ENDDEFINE Tag: Multi Language support for VFP7 application Tag: 184170
What happened to my toolbar when editing memo fields in VFP?
Using VFP 7.0, I always had a toolbar when editing memo fields in free
tables. For some reason that disappeared a few days ago and I can't find
a way to restore those icons. It was just below the menu. I use it
mainly to save changes as I work. Hitting Control+W saves changes but
sometimes I get nervous that I will lose my work before I do close the
memo field and like to do a save. Hitting Control+S doesn't always work,
I've found, and I don't know why. I'm convinced it's a bug in Foxpro.
However, hitting the icon causes it to grey out, meaning all changes
have been saved and it eases my mind.
Dan Tag: Multi Language support for VFP7 application Tag: 184150
dynamicinputmask and format properties
In my grid I have a column with controlsource numeric. But the
'format' of 'Z' does not work properly in the second example below. Is
this correct behavior or possibly a bug?
EXAMPLE 1: the following DOES work correctly:
FRMSTA.GRD.COLUMN24.inputmask='999,999.99'
FRMSTA.GRD.COLUMN24.FORMAT='Z' && zero values are blanked
EXAMPLE 2: the following does NOT work:
FRMSTA.GRD.COLUMN24.dynamicinputmask=[IIF(.t.,'999,999.99','')]
FRMSTA.GRD.COLUMN24.FORMAT='Z' && zero value continue to show!
THX
Mike Farnesi Tag: Multi Language support for VFP7 application Tag: 184139
CursorAdpter Problem
hi All
can any one give me example how play with CursorAdpter How can control it to
open data becuse when i open the form it will be open to and if i set
selectmd=[select * from mytable where myfeld=?Var1] can't find the Var1
aney example plase
i try whit CA VCX Builder i can't anderstand
plase help Tag: Multi Language support for VFP7 application Tag: 184053
Aligning Text Columns in printing
Hello. I need to print in invoice-like format. That is,
"ItemNbr Qty Article/description Unitprice Totals".
All contents from one table. Article/desc (c35) may have
periods, blank spaces, commas, other special printable
characters. This disrupts following columns alignment.
Problem: How to keep the columns aligned? Is there non-
proportional fonts to be used? Or special settings?
Info will be printed on pre-printed invoice papers so I
have to conform to said placement positions. Any
suggestions? Thank you. Tag: Multi Language support for VFP7 application Tag: 184050
aligning text colums in printing
Hello. I need to print in invoice-like format. That is,
"ItemNo Qty Article/description Unitprice Totals".
All info contained in one table. Article/desc (c35) may
have periods, blank spaces, special printable characters.
This disrupts the alignment for the next columns.
Problem: How to get the columns to line-up. Is there a non-
proportional font to use, or special setting? This will be
printed on pre-printed Invoice paper, so I have conform to
that placement positions. Any suggestions? Thank you. Tag: Multi Language support for VFP7 application Tag: 184049
Passing a value
I have two forms and I'm trying to pass the primary key
from one for the record that is open and set it to another
field as default value on the other form. But I also have
a third form that passes values from it to the second
form, so there is already a dodefault() in the init() of
the second form. Any ideas on how to do this? Tag: Multi Language support for VFP7 application Tag: 184036
Printing Table Structures
Is there an easy way to print the table structures. I am
using VFP 8.
Thanks. Tag: Multi Language support for VFP7 application Tag: 184029