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

  • Users: BomberMan2K
  • Order by date
  1. BomberMan2K

    Aggregate function question

    Actually, you don't need the join... I just care about the Table1id - so I don't really want the join. I've checked and the results are the same with or without the join... so the problem is not there. It seems like an easy problem :)) but it's not...
  2. BomberMan2K

    Aggregate function question

    Nope. Thank you for your help - but it still doesn't see the new item. I think an aggregate function doesn't return a null, rather it returns nothing at all in such circumstances. Thanks, Roman.
  3. BomberMan2K

    Aggregate function question

    Hi, I've got a problem with SQL in Access (though this is not an access issue) and I'd be glad to get some help. I have 2 tables. the first is Table1, the second Table2. Table2 has the Table1.id and a "place" counter for each item (for placing items in a menu and allowing to move it). Now, when...
  4. BomberMan2K

    DOS emulation in web pages

    Thank you, You were very much helpfull! Great Day, Roman
  5. BomberMan2K

    DOS emulation in web pages

    Hi, I want to create the ability to run DOS application on my server, using the web browser. I need not only execute them, but really use them online, although they are DOS. I've thought about using JAVA applets for this. the problem is - I don't know Java and don't know if this is possible. So...
  6. BomberMan2K

    running DOS software in a browser

    Hi, I've got a client who has a DOS software that he wishes to run from a browser (and thus from any location). Can this be accomplished somehow? I thought about embedding a Java Applet in my ASP pages to do this task - but couldn't find any applet that does that. Is it possible at all? Thanks...
  7. BomberMan2K

    Remove a line from a string

    Hi, I'm building a very simple Whois client in c# and need to remove the non-relevant lines of response from the whois server. Every comment-line is preceded by a "%" char and I want to remove the whole line. I get the response into a string var - and would like to print it to a textbox without...
  8. BomberMan2K

    Getting an empty field

    the interesting part - if I use ASP.NET with SQLDataSource and a gridview - I get the results as needed! Something is really strange here...
  9. BomberMan2K

    Getting an empty field

    Thanks, tried that one - didn't help... :((
  10. BomberMan2K

    Getting an empty field

    Hi, I have this weird problem that i would be grateful if any one could help. I've moved from an Access DB to SQL Server using SQL Server Migration tool. All is fine, but a certain field field just doesn't send back when I try to get it using ASP code. That's a nvarchar(MAX) field. It seems that...
  11. BomberMan2K

    SQL Server 2005 Express Connection String

    Hey guys, I've built an ASP web site using SQL Server Developer Edition, and now have to move it to an Express Edition. For some reason I can't connect to the DB using a connection string, my guess because is that I can't get the "Data Source" right. When I power up MSSQL I get that the instance...
  12. BomberMan2K

    Randomizing Query Results

    I've thought about that, and even checked the options... but I guess when you pass a hunderd records or so - it will get messy on the web server. Or even if it's only 10 records, but 1000 people watch the page - it might just crash.
  13. BomberMan2K

    Randomizing Query Results

    Hi, I'm having an issue with randomizing an ACCESS query results. I have an index of people, which I want to show in random order each time the page loads (the page is written in ASP of course). I've tried the RND() approach - but it always returns the same result (even if I use a random key...
  14. BomberMan2K

    NotifyIcon - Left / Right Click Only

    Thanks ABC - It really helped a lot. I Switched to this method, it looks more "right" than mousedown I think. (though not sure why) Roman
  15. BomberMan2K

    NotifyIcon - Left / Right Click Only

    Perfect, thank you :) How didn't I think about this?! :)))
  16. BomberMan2K

    NotifyIcon - Left / Right Click Only

    Hi, I'm trying to make my application to act differently on left or right click on it's tray icon. I'm using the Click Event - I want my form to show/hide when I left click it, and show a context menu when I right click it. For now - It all happens at the same time. Is there a solution for...
  17. BomberMan2K

    Listing the ToDo folder from Outlook

    Hey, I'm trying to list the To-Do Folder in Outlook into a ListBox in C# WinForm. I'm using the default folder olFolderToDo, but can't cast the items in it to a suitable cast. When I use the Tasks Folder, I cast into Microsoft.Office.Interop.Outlook._TaskItem, but it doesn't work in the ToDo...
  18. BomberMan2K

    Connecting to Outlook from C# external app

    Hi, I want to connect to an outlook 2007 (or 2003) app installed on a given machine, fetch the To-Do List and show it in my c# application (and if possible, manipulate it). Can this be accomplished? if so, how? Thank you, Roman.
  19. BomberMan2K

    Executing an ASP script using VBScript

    Hmmm... All it does is adodb.recordset manipulation and mail sending. The problem is adodb.recordset is a server side object, and is not the same in VBS as far as I know. I guess mail sending is the same (using CDOSYS) - Or i'm wrong? Anyone has ideas about how to solve this issue? Thanks.

Part and Inventory Search

Back
Top