Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Source Control query
Message
From
10/12/2001 06:16:14
 
 
General information
Forum:
Visual FoxPro
Category:
Source Safe Control
Miscellaneous
Thread ID:
00591026
Message ID:
00591984
Views:
31
Thanks, that makes more sense, so if I get the version of the SCA I want, then run it through SCCTEXT, I should get the versions of the Forms I want ?

Kev

>>Ed
>>
>>>You can manually run it against and SCA and extract the SCX/SCT
>>
>>What do you mean by this ?
>
>The SCA represents the content of the SDX/SCT pair; you can extract the SCX/SCT from the SCA by running it through SCCTEXT and producing the SCX/SCT pair from it. The folowing is excerpted from the SCCTEXT.PRG provided with VFP7 - you have the source to SCCTEXT with whatever version of VFP you're running:
>
*+--------------------------------------------------------------------------
>*
>*	File:		SCCTEXT.PRG
>*
>*	Copyright:	(c) 1995, Microsoft Corporation.
>*				All Rights Reserved.
>*
>*	Contents:	Routines for creating text representations of .SCX, .VCX,
>*				.MNX, .FRX, and .LBX files for the purpose of supporting
>*				merge capabilities in source control systems.
>*
>*   Author:		Sherri Kennamer
>*
>*	Parameters:	cTableName	C	Fully-qualified name of the SCX/VCX/MNX/FRX/LBX
>*				cType		C	Code indicating the file type
>*								(See PRJTYPE_ constants, defined below)
>*				cTextName	C	Fully-qualified name of the text file
>*				lGenText	L	.T. Create a text file from the table
>*								.F. Create a table from the text file
>*
>*	Returns:	0		File or table was successfully generated
>*				-1		An error occurred
>*
>*	History:	17-Aug-95	sherrike	written
>*				20-Nov-95	sherrike	use smart defaults for single filename
>*				02-Dec-95	sherrike	return values for merge support
>*
>*---------------------------------------------------------------------------
>
>
>Questions?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform