kembali jawaban yang ma'nyossss.... setelah propertynya saya set popup yes formnya tidak geter/nge-blink lagi. terimakasih atas pencerahanya.
regards CW ----- Original Message ----- From: "aksankurdin" <[email protected]> To: [email protected] Date: 6 Mei 2010 11:20 Subject: Form Bergetar > > Kalau form masih dalam mode child, maka semua perintah yang memanggil event > repaint akan membuat semua window nge-blink. > Kalau mau main animasi teks berjalan, sebaiknya pada form yang popup, bukan > pada yang child. > Itu by design access, dari saya tidak cara lain selain membuat property popup > form menjadi -1 / true. > > aksan kurdin > > --- In [email protected], Cecep W <cepwa...@...> wrote: > > > > saya buat procedure sbb: > > > > Private Sub Form_Load() > > Me.TimerInterval = 50 > > Countloop = 0 > > End Sub > > > > > > Private Sub Form_Timer() > > On Error Resume Next > > Dim TxtDefault As String > > Dim TxtDemo As String > > > > > > TxtDefault = " copyri...@2010,CW" > > TxtDemo = " Demo" > > Me.Caption = TxtDefault & Space(Countloop) & TxtDemo > > Countloop = Countloop + 1 > > If Countloop = 115 Then > > Countloop = 1 > > End If > > End Sub > > > > ----- Original Message ----- > > From: "aksankurdin" <aksan.kur...@...> > > To: [email protected] > > Date: 5 Mei 2010 15:12 > > Subject: Form Bergetar > > > > > > > > apa yang dilakukan event on timer ? > > > > > > aksan kurdin > > > - Perlihatkan kutipan teks - > > > > > > > > > > > ------------------------------------ SPAM IS PROHIBITEDYahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/belajar-access/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/belajar-access/join (Yahoo! ID required) <*> To change settings via email: [email protected] [email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

