User Profile

Collapse

Profile Sidebar

Collapse
Rinoa
Rinoa
Last Activity: Sep 21 '07, 04:24 PM
Joined: Sep 4 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rinoa
    replied to Multiple Databindings
    Thanks, and I'm working with a microsoft access 03 database.

    Could you give an example of the code, or link a tutorial? I haven't been able to find a good one for this.
    See more | Go to post

    Leave a comment:


  • Rinoa
    started a topic Multiple Databindings

    Multiple Databindings

    Is it possible to change the data binding of an object depending on what a user has selected from a list?

    For instance:

    I have a list with table names(minus the tbl prefix, I use Hungarian notation)

    Sold
    New
    Used


    The user selects a table and when the selection changes I want all the objects on the page to be bound to the newly selected table. Help?
    See more | Go to post

  • Rinoa
    started a topic File Path from Open File Dialog

    File Path from Open File Dialog

    vb6 Vista

    I'm attempting to get the file path returned by an open file dialog so that I can put it in the text property of a text box. However, I have no idea what the ofd property would be. Help?
    See more | Go to post

  • Exactly. Basically it's Boolean values. Boolean means that it can only be one thing or the other(kinda like on and off). From what you said Access seems to handle booleans with yes and no values, while VB, like most programming languages, handles it with true or false.

    on=yes=true
    off=no=false

    Mmccarthy- lol, thanks. That had me a bit confused.
    See more | Go to post
    Last edited by Rinoa; Sep 6 '07, 05:05 PM. Reason: grammar

    Leave a comment:


  • If he wants to allow zero length then shouldn't the allow zero length property be set to true?
    In other words...

    tb1.Fields(1).A llowZeroLength = True

    Or am I misunderstandin g? ><
    See more | Go to post

    Leave a comment:


  • Rinoa
    started a topic Login form closing on loading usercp

    Login form closing on loading usercp

    I'm developing a program with a login form. I want the login in form to be the first form that loads, and I want it to close itself when the main CP loads. However, when I set frmLogIn as the startup form and attempt to close it upon loading the next form it closes the entire program.

    Code:
    Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click
    
            frmMain.Show()
    ...
    See more | Go to post
    Last edited by Rinoa; Sep 5 '07, 04:49 PM. Reason: Found Solution

  • Rinoa
    started a topic Excel worksheet to Access data table

    Excel worksheet to Access data table

    Hi,

    I have a very large spreadsheet that I am trying to import to an access database. One of the worksheets is 28 columns and 3500 rows. I'm importing it to a table titled tblFlyingJEStoc k. I'm attempting to use the import data wizard, and I get to the final screen, but it pulls up an error saying "subscript out of range". What does the error mean, and how do I fix it?

    If there is any important info that has...
    See more | Go to post
No activity results to display
Show More
Working...