Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vwalla
  • Content: Threads
  • Order by date
  1. vwalla

    Add expression column

    Is there anything qrong with this code? Sub showExtended() Dim dcTotal As New Data.DataColumn("totalPrice", System.Type.GetType("System.Decimal")) dcTotal.Expression = "PriceEach * QTY" End Sub My load event Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
  2. vwalla

    Autofill Datagrid using datagrid combo

    Using VB.NET express 2005 I would like to autofill a datagrids row when a dropdown on that same row is selected. Check out this link of our Peachtree software and the datagrid. I did a screen record of what I am trying to do. http://www.deltarefractories.com/peachtreedatagrid.html and I...
  3. vwalla

    Go to previous URL (user log in)

    am using the "Go to previous URL (if exists)" checkbox with restricted access. When the user goes to the main web URL and logs in, it redirects to the "index.asp" page fine. The problem arises when the user navigates to a page on the site (other than index.asp), gets redirected to the login page...
  4. vwalla

    Export error

    I am a newbie at C++ & I have been getting an error. Here's the scenario: Downloaded Visual C++ Express 2005 Beta1 Downloaded the platform SDK & .Net 2.0 Beta Trying to use the sample C++ script with installshield Express x to validate a serial. I am not changing anything about the...
  5. vwalla

    Installshield DLL in C++

    I have been using installshield X express and it calls for a DLL function to validate a serial number. Supplied with installshield is an example serial validation, but I am not familiar with C++ (can compile vb6 DLL with installshield). Does anyone know how to compile a dll in c++ & how to...
  6. vwalla

    Insert Into sql statement errors - combo box

    I have a combo box connect to an acces db. If the user types something in the combo box that is not in the list, I wanted to have a msgbox popup & ask them if they want to add it. Here is my code. I keep getting compile errors on the execute statement. I'm sure that I am doing this all...
  7. vwalla

    Text file data into multiple textboxes

    How can I open a text file & have the data inside the text file load into the appropriate text boxes? I am using no delimination (14 spc columns) Thanks

Part and Inventory Search

Back
Top