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 bkrike 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: Borracho1
  • Content: Threads
  • Order by date
  1. Borracho1

    trigger mutating error

    Hi, i'm currently facing a problem with a trigger. I created 2 tables: -communication -communication_data The trigger i created for communication is of type ( after insert or update on status for each row) whenever an insert is done in communication the trigger is raised and a dbms_alert is...
  2. Borracho1

    Best way for dynamic text and layout

    Hi, I have made a website with a promo page. So the client should be able to edit text and layout (insert enters change font size and stuff like that). I thought to solve this by using an xml file with some paragraphs and titles but this still isn't good enough. Cause it still limits the...
  3. Borracho1

    probleme date in where clause

    Hi i am using following sql statement to filter records of an access db but it doesn't display any records or gives an error when i try it with a variable. With a normal date everything is working fine. "AND tblmeeting.Meetingdatum>#" & #8/03/2006# & "#" i tried also to use the format string...
  4. Borracho1

    Forms authentication & webconfig.

    I have several aspx pages in a folder under my wwwroot and now i want to disable that people can enter one page by typing it directly in the browser. Therefore i read some posts on forums and tutorials and made a loginpage with following line if the password is true...
  5. Borracho1

    problem response.redirect

    Hi i've made a webpage which i want to display the text on the buttons in the language of the person that is logged in. I can do this by using a repeater but then when you click one of the buttons everything between my repeater becomes invisible. If someone has an idea of what i have to change...
  6. Borracho1

    Problem filtering datagrid

    I just started with asp.net and i am having some problems defining the SQL statement. In the code i search the login account and i want this login name to filter the datagrid but there i get some errors Sub page_load(Sender As Object, E As EventArgs) Dim oConn as oledbconnection Dim oCmd As...
  7. Borracho1

    date problem

    does anybody know what i am doing wrong in this code? I am trying to filter an appointment and at first i thought everything worked fine until i saw yesterday that it only works with dates above 12 ?? Other dates work fine without any problem. Private Sub cmdafspraakbewerken_Click()...
  8. Borracho1

    deselect item in datalist

    Hi 1) How do you deselect an item in a datalist. 2)And is it possible to clear a datalist when adding a new item to a recordset. Because when i add a new record to a recordset the datalist is still showing the values of the previous record until i save or update it. Thanks

Part and Inventory Search

Back
Top