Search results for query: *

  1. W

    How to choose available databases ?

    Pls adv Thanks for the reply! I use the select statement below : select * from sys.databases to get all the available databases in my server. But I hv this question abt the dataset or gridview connection.. For example. in form a, i used a gridview to display patient name, so the connecting...
  2. W

    How to choose available databases ?

    Hi prof.. I hv a question.. I would like to create a login form, user able to select defferent databases from the listbox. Is tht possible? thanks.
  3. W

    read string in text file?

    Hi thx! I hv work out the code myself like this: Dim sInput As String = System.IO.File.ReadAllText(path) Dim sRecord() As String = sInput.Split(";") For i As Integer = 0 To sRecord.Length - 1 Dim sRecord3() As String = sRecord(i).Split("|")...
  4. W

    read string in text file?

    Hi prof.. I hv a question in urgent.. may i know how can i read string from the text file?? Format is : Header : have 8 columns in total Line: Have 15 columns in total. Both are delimiter by using "|" . Many many thanks in adv....
  5. W

    shortcut key to open form

    Hi everyone, Just a quick question, may i know is that possibleto assign the form a shortcut key like crtl 0 to load/open the form? thanks. Regards, Wimos.
  6. W

    select multiple value in listbox A and copy to listbox B

    Thanks Ahmad. Have tried and it works! thanks! :-)
  7. W

    select multiple value in listbox A and copy to listbox B

    Dear all prof, I have a question here.. pls kindly advise. I need to design a simple form that allow user to choose the value from Listbox A to Listbox B. For example, in Listbox A, have value A, value B and value C, then user can choose (or highlight value B and value C) and copy into the...
  8. W

    how to let the users to select their desired wallpapers in the window main form?

    Hi everyone, I wanted to let the users to select their desired wallpapers dynamically in the window main form. Is it possible? Funtional spec: 1. Let the users to select their desired wallpapers from any directory. 2. Save the wallpaper in the database. 3. Load the wallpaper in the main form...
  9. W

    Question General Discussion about SAP development protocal

    Hi everyone, I might aware of the question that I ask would be rough, but just wanted to get some ideas from u all. I am SAP B1 Consultant. As u all might know that the origianal SAP modules are encapsulated, if you want to customise the application, you are required to use the SDK (System...
Back
Top