Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use _beautify without user interaction
Message
From
19/11/2001 10:23:33
 
 
To
19/11/2001 06:31:50
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00581992
Message ID:
00583436
Views:
29
Ho about:
in your loader program
_screen.newobject('prettycode','prettycode',home()+'prettycode.prg')
on key label alt+f12 _screen.prettycode.go()
and then define a class in the home directory
define class prettycode as custom
procedure go
	keyboard "{f10}{T}"
	if version(4) < '07'
		keyboard "{F}"
	else
		keyboard "{Y}"
	ENDIF
	keyboard "{alt+R}"
endproc

enddefine
Glenn



>Dragan,
>
>It seems to me that (_beautify) requires two parameters.
>
>
>do (_beautify) with "file1", "file2"
>
>
>gave no error messages (at least, not every time!), but it didn't give any useful result either!
>
>Hilmar.
Previous
Reply
Map
View

Click here to load this message in the networking platform