Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual Source Safe
Message
From
27/08/2003 12:24:55
 
 
To
21/08/2003 19:47:10
General information
Forum:
Visual FoxPro
Category:
Source Safe Control
Miscellaneous
Thread ID:
00822437
Message ID:
00823846
Views:
27
Hi Mark,

Open up the VSS library in the Object Browser and check out Enums.

#DEFINE VSSFLAG_USERRONO 1
#DEFINE VSSFLAG_USERROYES 2
#DEFINE VSSFLAG_TIMENOW 4
#DEFINE VSSFLAG_TIMEMOD 8
#DEFINE VSSFLAG_TIMEUPD 12
#DEFINE VSSFLAG_EOLCR 16
#DEFINE VSSFLAG_EOLLF 32
#DEFINE VSSFLAG_EOLCRLF 48
#DEFINE VSSFLAG_REPASK 64
#DEFINE VSSFLAG_REPREPLACE 128
#DEFINE VSSFLAG_REPSKIP 192
#DEFINE VSSFLAG_REPMERGE 256
#DEFINE VSSFLAG_CMPFULL 512
#DEFINE VSSFLAG_CMPTIME 1024
#DEFINE VSSFLAG_CMPCHKSUM 1536
#DEFINE VSSFLAG_CMPFAIL 2048
#DEFINE VSSFLAG_RECURSNO 4096
#DEFINE VSSFLAG_RECURSYES 8192
#DEFINE VSSFLAG_FORCEDIRNO 16384
#DEFINE VSSFLAG_FORCEDIRYES 32768
#DEFINE VSSFLAG_KEEPNO 65536
#DEFINE VSSFLAG_KEEPYES 131072
#DEFINE VSSFLAG_DELNO 262144
#DEFINE VSSFLAG_DELYES 524288
#DEFINE VSSFLAG_DELNOREPLACE 786432
#DEFINE VSSFLAG_BINTEST 1048576
#DEFINE VSSFLAG_BINBINARY 2097152
#DEFINE VSSFLAG_BINTEXT 3145728
#DEFINE VSSFLAG_DELTAYES 4194304
#DEFINE VSSFLAG_DELTANO 8388608
#DEFINE VSSFLAG_UPDASK 16777216
#DEFINE VSSFLAG_UPDUPDATE 33554432
#DEFINE VSSFLAG_UPDUNCH 50331648
#DEFINE VSSFLAG_GETYES 67108864
#DEFINE VSSFLAG_GETNO 134217728
#DEFINE VSSFLAG_CHKEXCLUSIVEYES 268435456
#DEFINE VSSFLAG_CHKEXCLUSIVENO 536870912
#DEFINE VSSFLAG_HISTIGNOREFILES 1073741824

I believe all you need is GETYES

pamela

>Does somebody have a complete translation of all VSS flags? Specifically I need to know what is a flag to get latest copy from VSS and overwrite an existing copy. I mean programmatically.
>
>Thanks, Mark
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform