Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ho in VFP IF (oField.Attributes AND afFLong)=aFLong?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Ho in VFP IF (oField.Attributes AND afFLong)=aFLong?
Miscellaneous
Thread ID:
00310106
Message ID:
00310106
Views:
58
Note: I'm use a traslator


I am constructing classes on ADO and like me to know to me if is possible to emulate (oField.Attributes AND adFlong)=adFlong in VB or IF adFlong IN oField.Attributes in Delphi. A solution is to guess each position of each bit and to use BitTest (like say "ADO Jumpstart FOR Vfp Developers), but is more util to find any programmable way to find out this. Somebody knows like obtaining it in VFP?

*-- Original
Estoy construyendo unas clases sobre ADO y me gustaria saber si es posible emular IF (oField.Attributes AND adFlong)=adFlong en VB o IF adFlong IN oField.Attributes en Delphi. Una solución es adivinar cada posicion de cada bit y utilizar BitTest (como sugiere "ADO Jumpstart FOR Vfp Developers), pero seria muy util encontrar una forma programable para averiguar esto. Alguien sabe como lograrlo en VFP?
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Next
Reply
Map
View

Click here to load this message in the networking platform