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

    Drop Table And Recreate from a View problem

    For some reason I think the solution to this is very simple. I however can not find it. I need to drop a table in which the structure may be obsolete (the data will always be). Then I need to recreate the table based on another table or view's structure. What I have works when the table is...
  2. Cocheez

    Say I have a link table with two fi

    Say I have a link table with two fields, idUser and idPermission, I would like to know how to Select just the users that have a set of permissions. For instance getting just the users that have idPermission of 1, 2 and 3. idUser idPermission ------ ------------ 1 1 1...
  3. Cocheez

    Exporting VB Functions

    How or can you export functions in a VB(ActiveX) DLL so that you can call them using the 'Declare' statement in Visual Basic as you would using API functions? I know VB creates 4 exported functions already in it's ActiveX DLLs for registering and unregistering and createing and releasing...
  4. Cocheez

    Running a VB app on Linux

    I was wondering if anyone had information on the probability of running a VB app on a machine other than a Windows box. I know you can do ASP emulation using Chili!Soft and supposedly run custom components with it. Just wondering if there is some third party tools that may accomplish the same...
  5. Cocheez

    Execute Function in VB

    Is there any way to get the functionality of the Execute() statement found in VBScript or eval() function in JScript into VB. It is probably right underneath my nose but I just can't seem to find an answer. Thanks !! -Matt
  6. Cocheez

    disable html tag processing?

    Is there a way to disable html tag processing by say using a tag the is designed to do so? For example : <disableHtmlProcessing> <b>Hello</b> <disableHtmlProcessing> Would Display : <b>Hello</b> Rather than the bold text 'Hello'. -MattU
  7. Cocheez

    I have a snippet of code below that

    I have a snippet of code below that as far as I know should not work but does. I have always thought that when you create an object within a function that object loses scope and automatically releases its memory once the function ends. In this case the function returns the reference, ends, and...
  8. Cocheez

    Simple Format (hopefully)

    Let me apologize for this simple question. I have done research and could only find a (MS)JScript function that does what I need. What I need is a JavaScript function that simply formats a string (ie. 12.33333 to 12.33). I know I obviously must be looking in the wrong places. This is what I...

Part and Inventory Search

Back
Top