Search:

Type: Posts; User: rohcky

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    6,985

    Re: Add String with semicolon to a ListBox

    Unfortunately I have to store and display the semi, otherwise there's no point in storing it. I have a work around to solve my problem, but was wondering if it's possible to do this for future...
  2. Replies
    17
    Views
    6,985

    Store a string with a semi-colon in a ListBox

    Is it possible to do that? I know that Listboxes use semis as a delimiter. But the project that I am working on requires that I use a semicolon in the strings. So I need to store them.

    Is...
  3. Replies
    17
    Views
    6,985

    Re: [RESOLVED] Add String with semicolon to a ListBox

    Thanks, I'll try and see if I they have an answer over there.

    And thanks static, I changed the number columns to get around an error that I was having, but it still wouldn't let me add the...
  4. Replies
    17
    Views
    6,985

    Re: [RESOLVED] Add String with semicolon to a ListBox

    I thought that using this technique would work, but it did not. Is there a difference between standard VB and the VB used by Access when creating forms? I tried to add the semicolon and it did not...
  5. Replies
    17
    Views
    6,985

    Re: Add String with semicolon to a ListBox

    Chr(59)... that's it. Thanks to everyone for their help.
  6. Replies
    17
    Views
    6,985

    Add String with semicolon to a ListBox

    Is there a way of adding a semicolon to a listbox? Is there specific string (similar to vbcr) that would add a semicolon?
  7. Touble reading data from server table into a DataTable

    I'm trying to read records from a sql server 200 table into a Datatable. My problem is that I can only read string type data. When I try to read different types of data I get this error, even if I...
  8. Re: VB.NET - Create new MS Access Database using ADOX

    That did the trick. Thanks Pirate.
  9. Re: VB.NET - Create new MS Access Database using ADOX

    I have a question about using ADOX. Is there a way to create the access file as a hidden file?
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width