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...
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...
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...
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...
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
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.