Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append General question
Message
 
To
08/01/2008 14:10:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01280284
Message ID:
01280557
Views:
17
>Append general syntax is defined this way:
>
>APPEND GENERAL GeneralFieldName [FROM FileName]
> [DATA cExpression] [LINK] [CLASS OLEClassName]
>
>Does anyone know the class name for a Bitmap image, to use as the OLEClassName?
>
>TIA

OleClassNAme is for the application that open Bitmap image, not for image itself. And there are many "host" applications that can open Bitmap image. Some of them have OleClassName like "Paint.Picture", "MsPhotoEd.3", etc.
And because you cannot know in advance whether the particular "host" application is available on particular user PC, it is not recommended to use general fields.
Previous
Reply
Map
View

Click here to load this message in the networking platform