Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding properties to Favorites
Message
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01011617
Message ID:
01011737
Views:
27
I didn't mention, that I'm running VFP9 from MereMortals. It runs the following program:
*-- Assuming the current directory is the directory where the project
*-- resides, this program will set the suggested development path,  
*-- and install the builderb utility, the superclass utility, and the
*-- FlashStd macro utility.
#INCLUDE INCLUDE\APPINCL.H
#UNDEF METADATA

LPARAMETERS tlSetPathOnly

IF NOT tlSetPathOnly
	SET CLASSLIB TO
ENDIF

SET PATH TO data, libs, progs, include, ;
				graphics, menus, metadata, reports, ;
				\MMORTALS\COMMON30\libs, ;
				\MMORTALS\COMMON30\progs, ;
				\MMORTALS\COMMON30\utils, ;
				\MMORTALS\COMMON30\graphics, ;
				\MMORTALS\COMMON30\include, DEVPATH

IF TYPE("tlSetPathOnly")!="U" AND NOT tlSetPathOnly				
	CLEAR ALL
	CLEAR PROGRAM
	DO builderb
	*DO supercls
	DO flashstd
ENDIF
Here is my config file:
CPDIALOG   = OFF
CENTURY    = ON
TALK       = ON
SAFETY     = OFF
BITMAP     = OFF
EXCLUSIVE  = OFF
RESOURCE   = OFF
STRICTDATE = 0
EDITWORK   = d:\VISCTEMP
SORTWORK   = d:\VISCTEMP
PROGWORK   = d:\VISCTEMP
TMPFILES   = d:\VISCTEMP
MVCOUNT    = 5192
_SCREEN.CAPTION = "VISCOLLECT DEVELOPMENT ON " + JUSTPATH(ALLTRIM(SYS(2019) ))
PATH="C:\MMVISCOLLECT,C:\MMVISCOLLECT\DEVUTILS,C:\MMVISCOLLECT\LIBRARIES,C:\MMVISCOLLECT\LIBS,C:\MMORTALS,D:\FF60,C:\PROGRAM FILES\MICROSOFT VISUAL FOXPRO 8,D:\STONEFIELD,D:\STONEFIELD\SDT;"
DEFAULT = C:\MMVISCOLLECT
F3  = "MODIFY PROJECT MMVISCOLLECT;"
F4  = "DO MAIN;"
F5  = "CLOSE ALL;"
F6  = "CLEAR ALL;"
F7  = "SUSPEND;"
F8  = "SET LIBRARY TO;"
F9  = "SET CLASSLIB TO;"
F10 = "SET DATABASE TO;"
F11 = "_VFP.DoCmd(IIF(WVISIBLE('Properties'),[DEACTIVATE WINDOW 'Properties'],[ACTIVATE WINDOW 'Properties' TOP] ));"
F12 = "QUIT;"
COMMAND = DO STARTUP.PRG
Do you see, why this presents the problem? Because we tried in regular VFP9 (no config file) and it works fine there.


>>If you set it into grdSorting or cGrid you have RecordSource ( and others properties ) into
>>all class instance/subclass Favorites panel.
>>
>>At form level, you can control this with :
>>- select the object grid ( the grdSorting instance )
>>- mainmenu -> Form -> MemberData Editor.
>>With this you can control the MemberData setting scope.
>>
>>Attention: not to misuse, otherwise VFP does not move more
>
>When I select this item from the Menu, it activates Form Builder instead. It does the same when I try to do it in properties sheet. I think, something is corrupted in my VFP9 installation. Why does it try to run a builder instead of this?
>
>Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform