Di helpnya memang kontradiksi:

You can set this property by using theproperty sheet, a macro, or 
Visual Basic. 

The PopUp property can be set only in form Design view.


dan contohnya pun :

Example
The following example sets the "Switchboard" form to be a modal pop-
up form that has just a Close button.

With Forms("Switchboard")
    .PopUp = True
    .Modal = True
    .BorderStyle = 3 ' Dialog style.
End With


Jelas2 dikatakan property popup hanya bisa di set di design view, 
tetapi contohnya bisa diasumsikan pada saat run time.


Aksan Kurdin


--- In [email protected], 
"cirebon" <[EMAIL PROTECTED]> wrote:
>
> Harus pakai apa dong merubahnya ? Pakai coding khusus ?  Benar2 
tidak bisa atau mungkin belum ketemu caranya ?
> Pasti ada trik khusus.
> 
> 
> 
>   ----- Original Message ----- 
>   From: Muntahar 
>   To: [email protected] 
>   Sent: Thursday, December 13, 2007 6:49 AM
>   Subject: Re: [belajar-access] Properti POPUP
> 
> 
>   anda tidak bisa merubah properti tsb melalui
>   vba
>   cmiiw
> 
> 
> 
>   2007/12/12, cirebon <[EMAIL PROTECTED]>:
> 
> 
>       ----- Original Message ----- 
>       From: cirebon 
>       To: [email protected] 
>       Sent: Wednesday, December 12, 2007 7:28 PM
>       Subject: Properti POPUP
> 
> 
>           Dear Semuanya....
> 
>           Saya ingin merubah properti form aktif dari POPUP = true 
menjadi false
> 
>           Me.Modal = False
>           Me.PopUp = False
>           
>           Muncul Error :" You can't assign a value to this object."
>           Mohon bantuannya . 
> 
> 
>           Salam
> 
>           NS     
> 
> 
> 
> 
> 
>   -- 
>   ---------------------------------------------
>      grapyak-semanak-cluthak
>   http://djmumun.wordpress.com
>   ---------------------------------------------
>


Kirim email ke