Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. articles. downloads. faq. members. files. rss.
 From: Samir Ibrahim
  Where is Samir Ibrahim?
 Chekka
 Lebanon
 Samir Ibrahim
 To: Yousfi Benameur
  Where is Yousfi Benameur?
 El Bayadh
 Algeria
 Yousfi Benameur
Subject: RE: System Variable
Thread ID: 185785 Message ID: 186640 # Views: 1 # Ratings: 0
Version: Visual FoxPro 9 Category: General VFP Topics
Date: Wednesday, July 30, 2008 7:57:57 AM         
   



> > Hi all,
> >
> > I had just came out of this, and I don't know if it has anything related to how OOP in VFP work on no (system variable has some protection). But in my opinion. It has.
> >
> >
? _pageno && Return 1
> > 
> > LOCAL _pageno && Error: Must be variable or array
> > 
> > ? m._pageno && error: variable '_pageno' is not found
> > 
> > CREATE CURSOR mycur (_pageno n(1)) && Error: Syntax Error

> >
> > #1 why Local _systemvariable gives error? I cannot change it scope means it is protected? if yes who protect it or prevent it from changing?
> >
> > #2 Why I cannot use m. before system variable?
> >
> > #3 can I create a variable to work as system variable?
> > I mean gives error when I try to create field in table/cursor with the same name of system variable and gives error when i try to change it is scope.
> >
> > #4 Error "Must be variable or array" and "variavle xxx is not found" means that _pageno is not variable? what it is?
> >
> > TIA
> >
> > Samir R. Ibrahim
> > Good things Take time, Great things happend all at once.
> >
> > My WebLog
> > My Website: www.cdcity.org
>
>
> Bonjour Samir
> I just remember only that the vfp command to see available memvar (who are public) is:
>
> disp memo

> or
>
disp memo to c:\mymemvar.txt

> or
 list memory......or ...list memory to file 

>
> Regards
> yousfi Benameur

Bonjour Yousfi,

Yes, I count them and they were 85 public system variable.

btw: I need your email address. send me an email so i can know yours.

Samir R. Ibrahim
Good things Take time, Great things happend all at once.

My WebLog
My Website: www.cdcity.org

ENTIRE THREAD

System Variable Posted by Samir Ibrahim @ 7/25/2008 8:57:41 AM
RE: System Variable Posted by mike castillo @ 7/25/2008 10:58:08 AM
RE: System Variable Posted by Samir Ibrahim @ 7/25/2008 11:23:18 AM
RE: System Variable Posted by Andy Kramek @ 7/25/2008 12:49:44 PM
RE: System Variable Posted by Samir Ibrahim @ 7/25/2008 1:01:01 PM
RE: System Variable Posted by Andy Kramek @ 7/25/2008 1:39:21 PM
RE: System Variable Posted by Samir Ibrahim @ 7/25/2008 3:14:22 PM
RE: System Variable Posted by Andy Kramek @ 7/25/2008 7:44:08 PM
RE: System Variable Posted by Carlos Alloatti @ 7/25/2008 8:18:20 PM
RE: System Variable Posted by Andy Kramek @ 7/26/2008 12:39:28 PM
RE: System Variable Posted by Samir Ibrahim @ 7/26/2008 11:32:24 AM
RE: System Variable Posted by Andy Kramek @ 7/26/2008 12:44:21 PM
RE: System Variable Posted by Samir Ibrahim @ 7/26/2008 12:47:29 PM
RE: System Variable Posted by Marcia Akins @ 7/25/2008 8:18:11 PM
RE: System Variable Posted by Samir Ibrahim @ 7/26/2008 9:46:03 AM
RE: System Variable Posted by Olaf Doschke @ 7/28/2008 12:20:47 PM
RE: System Variable Posted by Samir Ibrahim @ 7/28/2008 4:42:09 PM
RE: System Variable Posted by Olaf Doschke @ 7/28/2008 5:29:19 PM
RE: System Variable Posted by Samir Ibrahim @ 7/28/2008 6:04:06 PM
RE: System Variable Posted by Olaf Doschke @ 7/28/2008 6:49:34 PM
RE: System Variable Posted by Olaf Doschke @ 7/29/2008 10:16:56 AM
RE: System Variable Posted by Samir Ibrahim @ 7/30/2008 2:30:40 PM
RE: System Variable Posted by Roel Batalla @ 7/30/2008 2:51:16 AM
RE: System Variable Posted by Christof Wollenhaupt @ 7/30/2008 7:20:04 AM
RE: System Variable Posted by Samir Ibrahim @ 7/30/2008 7:46:02 AM
RE: System Variable Posted by Roel Batalla @ 7/30/2008 3:01:33 AM
RE: System Variable Posted by Yousfi Benameur @ 7/27/2008 1:31:15 PM
RE: System Variable Posted by Samir Ibrahim @ 7/30/2008 7:57:57 AM