Results 1 to 3 of 3

Thread: vb doesn't accept expressions for filtering?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Resolved vb doesn't accept expressions for filtering?

    Hi, this is driving me crazy... let's see:

    I need to show a window with data of a client, now i need to tell the textboxes in this popping window (after I double click on a list of all my clients) to get the data from the dataset selecting the row where the idclient is the one the user double clicked on.

    I'm using a dataview (also tried to use dataset.table.select(...)) but won't accept an expression like this Dataview1.Rowfilter="IdClient=var" where var is a variable which has the Id value I want to use.

    what can I do?

    Thanks in advance
    Last edited by nacho2; Dec 1st, 2004 at 07:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width