Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE Controls
Message
De
24/02/2000 02:15:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
22/02/2000 15:38:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00335596
Message ID:
00336606
Vues:
17
>>>frm1.olb1.visible = .t.
>>>frm1.visible = .t.
>I lost any and all signs of the form and of course the OLE object. It's of course like it never existed. Where did my OLE go?
>
>Any thoughts?
>Tom Welch
>'They're coming to take me away...HaHa!'
>
>Now that I'm back, I have successfully managed to create the doc on the fly. But of course- a new problem has arisen. The document is a full page doc and the only thing I see is like a 1*1.5" area at the top left of the form. I tried playing with AutoSize with no luck...
>
>Tom


Tom,
Seems like you created a few threads for the same question. I already noted that you should set height, width of olb1 to "see" something. Make test code :
on key label "f2" clear events && Just as an escape from test
frm1 = createobject("form")
with frm1
  .Height = 400
  .Width = 600
  .addobject("olb1","oleboundcontrol")
  with .olb1
    .ControlSource = "Appgen.myPics"
    .Height = frm1.height
    .Width = frm1.width
    .visible = .t.
  endwith 
  .visible = .t.
endwith
read events
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform