Recent content by method

  1. M

    probleming writing dynamic value into text file

    Hi all. i have a little problem writing dynamic value to a ram.txt file. I want write the following infor int a text file: <player showDisplay="yes" showPlaylist="yes" autoStart="yes"> <song path="http://localhost/flash_mp3_player/mp3/08 - Track 8.mp3" title="tajik" /> <song...
  2. M

    probleming writing dynamic value into text file

    Hi all. i have a little problem writing dynamic value to a ram.txt file. I want write the following infor int a text file: <player showDisplay="yes" showPlaylist="yes" autoStart="yes"> <song path="http://localhost/flash_mp3_player/mp3/08 - Track 8.mp3" title="tajik" /> <song...
  3. M

    Help need in setting up Call to Open/Save dialog box

    Hi every body . I found this code that supposed to allow me browse for .mdb file and select it. But unfortunely i could not set it up. could an expert help me set this up in access 2000. Furthermore how i can refrence the loaded .mdb file when ever i want to use it instead of current db in...
  4. M

    How to build a funciton to return primary key,alternate key and foreign key fields

    Hi every body. I need to create a function to return a string containing : A) primary key fields together with primary key names . B)alternate key fields together with correspondingly alternate key names. c)foreign key fields together with correspondingly foreign key names. I be happy if...
  5. M

    How to use Tabledef to get list of tables in access

    I wonder how i in VB6, i can use Tabledef to get the list of tables in an access database and display it in a combo box. I be hapy if some one show me how. thanks
Top Bottom