User Profile

Collapse

Profile Sidebar

Collapse
junis
junis
Last Activity: Feb 18 '08, 08:21 AM
Joined: Nov 22 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • junis
    started a topic make windows always active

    make windows always active

    dear all..

    i have some application running (ex. Winword, Notepad, and My Application).

    the objective is ...
    i want My Application always active ... i mean that the windows is always see in screen and any other can't be active ...

    thx 4 ur advice

    -junis-
    See more | Go to post

  • how to create idenitity Field in Ms Access 2003 with SQL Command

    Dear Experts..

    i need create table with identiry field .. if i use GUI ..i just click and choose autonumber as type ... but i try with SQL Stement :

    "Create Table Test (id autonumber, Desc Text(50))"

    i get error message that syntax error in filed definition..
    i try again .. i change "autonumber " with "identiry"
    and.. i get error message again..

    ...
    See more | Go to post

  • junis
    started a topic Change user groups permission in Ms Access

    Change user groups permission in Ms Access

    Dear All,

    if i want to change permission in Ms Access, i just follow this step
    1. click "Tool" -> "Security" -> "User Group Permissions"
    2. I choose User in Box User/Group Name then select listbox "Object Name"
    3. then i check Permission that i want
    4. click ok
    5. done

    but sometimes .. i need change user/groups at runtime (in another...
    See more | Go to post

  • junis
    replied to get Msysobject in Access 2003
    actually i running this code in VB.net

    and i get some example with DAO (VB 6)... and its work (without changing permission)


    btw ... thanks a lot (mary, neopa & Killer42)
    maybe i can find this matter in another forum ...

    regards
    -junis-
    See more | Go to post

    Leave a comment:


  • junis
    replied to get Msysobject in Access 2003
    i try that code ...
    but i get error message



    what i must do ...?
    that i missed some Reference ?...
    See more | Go to post

    Leave a comment:


  • junis
    replied to get Msysobject in Access 2003
    thank Mary,

    btw .. i confused to use your code in my code
    there's my code

    Code:
       Private Sub UpdateCboTable(ByVal sFileMDB As String)
    
            Me.CboTable.Items.Clear()
    
            strConn ="Provider=Microsoft.jet.oledb.4.0; data source= " & sFileMDB 
            cn = New OleDb.OleDbConnection(strConn)
            cn.Open()
    
            lSQL = "SELECT
    ...
    See more | Go to post

    Leave a comment:


  • junis
    started a topic get Msysobject in Access 2003

    get Msysobject in Access 2003

    Dear Experts,

    if we want to see msysobject in Access 2003, we can use "option" "tool" and check the System Object.

    the question is ... i want update the "Option" "tool" with visual basic code in application...?
    cos .. if i'm not check this option, then message error " Records cannot be read; no read permission on Msysobject" is rise

    well... i m...
    See more | Go to post
No activity results to display
Show More
Working...