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

    Quick Question

    I'm creating a news engine using a invision board. I'm getting a problem that I'm not familiar with. I never used mysql before I'm use to PL/SQL. This is the error I get: SQL-query : [Edit] SHOW FIELDS FROM `theguildwars_net`.`p` LIKE 'post' MySQL said: Table 'theguildwars_net.p' doesn't...
  2. Mesk69

    Calling a function on change. Little help ;)

    I'm having a problem with an aspx. I'm just learning how to use aspx and I can't seem to find my problem. In my page I have the following function and I call it with the statement that follows. I'm looking at alternate ways to fix this. If the problem is obvious I'd appreciate the help. Thanks...
  3. Mesk69

    Fatal Error: missing resource: java.util.PropertyResourceBundle

    Hey guys, I've been trying to get some java beans to work. This is the error I've been getting lately. Fatal Error: missing resource: java.util.PropertyResourceBundle Anyone have an idea as to what the problem is? Thanks for taking the time to read and write ;) Mesk
  4. Mesk69

    haschange() alternative?

    I'm currently using 2 datagrids. 1 to navigate and the other displays the information related to what you selected in the navigation datagrid. I can make some changes to the datagrid with the information. Now I added some code that uses the .haschange to check if any information was modified...
  5. Mesk69

    Getting the focus on a datagrid?

    I have 7 datagrids on my forums. I'm trying to find out which datagrid has the focus. If anyone has an idea on how this is done I'd greatly appreciate the help. These are the 2 codes statments I tryed: If ActiveControl Is dgSemester1 Then If dgSemester2.Focus Then Thanks for taking the time...
  6. Mesk69

    Retreiving multiple strings from a listbox

    Hi guys, I'm having a simple problem, I can't beleive I'm stuck trying to get this work, but I can't retreive information from a list box. I can't seen to be getting a string from it. This is the code I use. Any help would be greatly appreciated. Thanks for taking the time to read. Mesk For...

Part and Inventory Search

Back
Top