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 SkipVought 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: *

  1. mariuslaurentiu

    upload and download exe files from sql table

    Thank you! It's working.
  2. mariuslaurentiu

    upload and download exe files from sql table

    Hello, I want to store an exe file to an sql table. It's that possible?
  3. mariuslaurentiu

    object reference not set to an instance of an object

    copy paste problem... is "TxtStrada" there
  4. mariuslaurentiu

    object reference not set to an instance of an object

    I think this is the problem... the textbox i looking is declared like this: <Columns> <asp:TemplateField HeaderText="Strada">...
  5. mariuslaurentiu

    object reference not set to an instance of an object

    Hello, When i try to execute this part i received "object reference not set to an instance of an object" Dim TextBoxText as String Dim TxtBox as TextBox For Each row As GridViewRow in GridView1.Rows TxtBox=XType(row.FindControl("TxtStr"),TextBox) TextBoxText=TxtBox.Text Next And i...
  6. mariuslaurentiu

    disable one specific menu

    Hi, I create an dynamic menu from sql database and after I click one item menu i disable it. One instance of a form appear and when I close it I want to enable the menu item. My problem is when I use two menu items who run two instances of the same form; the menu item remain disable after I...
  7. mariuslaurentiu

    Creating Dynamic Button Controls

    Thank you! Problem solved
  8. mariuslaurentiu

    Creating Dynamic Button Controls

    I am writing an application that requires button controls to be created at runtime because the amoutn of controls created depends on data retrieved from a database. Do While (SQLreader.Read()) EtichetaControl = SQLreader4("EtichetaControl").ToString() TipControl =...
  9. mariuslaurentiu

    delete from dbf problem

    I use this function for connection with the table Public Function InitFoxConnection(ByVal lPath As String, ByRef lCon As ADODB.Connection, Optional lExclusive As Boolean = True, _ Optional lUser As String = "", Optional lPassword As String = "", _ Optional lSourceType...
  10. mariuslaurentiu

    delete from dbf problem

    Hi, I use dbf table to store data.When i try to delete some records i received one error: "File must be opened exclusively" This table isn't in database. Please help Thank you

Part and Inventory Search

Back
Top