sy coba pasang di form load begitu form diopen langsung hilang semua
accessnya di task manager juga ga ada kenapa ya ? pake access 2003. spt
diclose gitu
Roland wrote:
Buat tambahan info saja....
Ini yang /biasa saya buat/ karena ngga ngerti2 buat level security :D
Prosesnya..
1. Backup ---> *sangat penting*
2. Buat disable shift key
3. VBAnya di password trus dicontreng "Lock Project for Viewing"
4. Setting Startup, semua tanda contreng dihapus ya.
5. Pada Display Form, Pilih Form yang pertama muncul.
6. Lanjutannya edit Form yang pertama muncul tsb trus insert VBA pada
Form Load
Option Compare Database
Const SW_HIDE = 0 ' Hide window
Const SW_NORMAL = 1 ' Show Window
Private Declare Function ShowWindow Lib "user32" _
(ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Private Sub Form_Load()
Dim hWindow As Long
Dim nResult As Long
Dim nCmdShow As Long
hWindow = Application.hWndAccessApp
nCmdShow = SW_HIDE
nResult = ShowWindow(ByVal hWindow, ByVal nCmdShow)
Call ShowWindow(Me.hwnd, SW_NORMAL)
End Sub
7. Convert menjadi MDE
8. Rename file extension MDE menjadi MDB
9. Program siap dipakai/share
dengan ini form & modul pasti aman 100% (tapi untuk sementara, banyak
kemungkinan
yang bisa terjadi khan...) sedangkan untuk tabel mungkin lebih baik
menggunakan level
security .... untuk ini saya tidak bisa bantu karena masih belum
mengerti :D
Untuk prosedur no.2,saya attac file /kiriman [email protected]
<mailto:[email protected]> di milis ini/
untuk membuat disable shift key pada file MDB yang mau diproses.
Prosedur untuk no.6 untuk apa? silahkan coba sendiri ah... :D
code tsb saya copy dari email mas opie..
Selamat berkreasi... ingat jangan langsung ke prosedur no.2, backup
data dulu..
~roland
/masih master di copy paste/ :D
Test di Ms Access 2000
Recent Activity
*
9
New Members
<http://groups.yahoo.com/group/belajar-access/members;_ylc=X3oDMTJmaHJzbXE3BF9TAzk3MzU5NzE0BGdycElkAzMzMzE2NTgEZ3Jwc3BJZAMxNzA1MTE1MzcwBHNlYwN2dGwEc2xrA3ZtYnJzBHN0aW1lAzEyMzkxNjA3NzA->
Visit Your Group
<http://groups.yahoo.com/group/belajar-access;_ylc=X3oDMTJlOGtlZGduBF9TAzk3MzU5NzE0BGdycElkAzMzMzE2NTgEZ3Jwc3BJZAMxNzA1MTE1MzcwBHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTIzOTE2MDc3MA-->
Everyday Wellness
on Yahoo! Groups
<http://us.ard.yahoo.com/SIG=14hhjsa0m/M=493064.12662708.12980600.8674578/D=groups/S=1705115370:NC/Y=YAHOO/EXP=1239167970/L=/B=pGm2CEPDhEo-/J=1239160770834574/K=aBiBCTTAZeQAohqkLvwOag/A=5349272/R=0/SIG=11nhsqmjq/*http://advision.webevents.yahoo.com/EverydayWellness/>
Find groups that will
help you stay fit.
Get in Shape
on Yahoo! Groups
<http://us.ard.yahoo.com/SIG=14i5uj977/M=493064.12016300.12445692.11323196/D=groups/S=1705115370:NC/Y=YAHOO/EXP=1239167970/L=/B=pWm2CEPDhEo-/J=1239160770834574/K=aBiBCTTAZeQAohqkLvwOag/A=5170417/R=0/SIG=11b5gu1oe/*http://new.groups.yahoo.com/specialKgroup>
Find a buddy
and lose weight.
Group Charity
Food Bank
<http://us.ard.yahoo.com/SIG=14hhedfnp/M=493064.12016306.12445698.8674578/D=groups/S=1705115370:NC/Y=YAHOO/EXP=1239167970/L=/B=pmm2CEPDhEo-/J=1239160770834574/K=aBiBCTTAZeQAohqkLvwOag/A=5579906/R=0/SIG=11hj0g5t9/*http://www.feedingamerica.org/?from=yahoogroups>
Feeding America
in tough times
.
---------------------------------------------------------------------------
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents of this
message, which arise as a result of e-mail transmission. If verification is
required please request a hard-copy version.