Hi,
I want to know if it's possible to do a few intersection (WHERE EXISTS, IN, INNER JOIN, I really dont' know how???) on some select statement created dynamically. The number of fields and there names are always the same in the select statements. But the number can vary. So I want to do...
Hi,
I have this problem: whenever I open Word or Excel or another program from the office suite, my clipboard get reseted to nothing. So if I copy something from say Internet Explorer and then I open Word to copy in it, nothing happend, because the clipboard is empty. Once Word is open, I don't...
Hi,
I am totally new to sql server. I have this problem: When I make a new entry in a table (Table1, with a field "ID_number" of type 'int identity(1,1)'), I want this value (the ID_number) to be inserted automatically into another table (Table2). I browsed a lot on the internet for Sql Server...
Hi,
I recently did an application in VB.NET which is using some Microsoft Word objects. I compiled it and everything was fine...until a new version of Microsoft Word was installed on the computer. Is there a way to compile my code so that it is not linked to a specific set of library of...
Hi,
Is is possible to retrieve the list separator symbol (the one found in the regional options in Windows) with a special function or object? Usually, it's "," or ";", but I want to be sure of the separator the user is using when he runs a certain vba program.
Thanks
Hi,
I am trying to create an Adobe Acrobat Reader object to open a PDF file and show it to the user. But I always get an empty variable (= NOTHING). Here is how I try to declare my variables:
Exemple 1:
Dim myAcroApp As Acrobat.CAcroApp
Dim acroExchAVDoc As Acrobat.CAcroAVDoc
Dim acroExchPDDoc...
Hi,
I call a new form within my main form like this:
dim toto as new myNewForm
toto.ShowDialog(Me)
From this new form, I want to access public information from the owner (the main form). I can I do that? I tried something like this in the myNewForm without success:
msgbox...
Hi,
Is it possible to get the path of the current application? Because I use the Setup Installer provided with Visual Studio to install my application. I have included somes files in the application folder and I want to read them within my application. Is there an object or something that tells...
Hi,
Is it possible with Windows 2000 to move a window (exemple: a message Box that as too much text, so doesn't fit the screen) that is too big to fit the screen? Because I have this problem and I want to see what is written at the bottom of this window. Is there something like a key...
Hi,
I have some difficulties using the quit command for a word application. Here is my code:
Dim WORDapp As Word.Application
WORDapp = CreateObject("WORD.Application")
WORDapp.Visible() = True
...some code here...
WORDapp.Quit()...
Hi everyone,
I have a big problem. I am using gawk under windows and I want to add to column like this:
5.125 9.236
7.458 6.473
1.487 9.196
I want the output of $1 + $2, so
14.361
13.931
10.683
But it only gave me:
14
13
10
A kind of truncation. The thing is that this problem is only on some...
Hi,
I'm totally new to this language. I searched a lot on the internet without result for my question. How do you start another program (for example: a DOS shell) like if I was in the MSDOS shell. For example, I want to be able to open a Dos shell when I click a button, so I want to do...
Hi,
Is it possible to change the background color of the selection in a Text Widget? By default, when you double-click on a word, it is highlighted in Black and the foreground color is white. But I want to put the background color has another color. Can somebody explain how to this please?
Thanks.
Hi,
Is it possible with Oracle to print every monday from a certain date (1 january 1998) to today in a kind of list like this:
01-01-1998
08-01-1998
15-01-1998
...
Thanks a lot,
Hi,
Does somebody knows a good converter for *.gl2 files to a photo format like *.gif, *.tiff, *.bmp or *.jpeg? If so, is it possible to get one for free?
Thanks a lot.
Hi,
I want to access a computer from another place. I tried to telnet on port 23, but a message appear with "...connection refused ..." in it. I want to know if it's possible to open, activate or whatever we call that, the port 23 so I can telnet on it. If so, how can I do such a...
Hi,
Is it possible in Awk to read multiple files at once so that awk return the concatenation of every first line, second line, third line, etc? For example, suppose file "File01" contains:
1
2
3
4
file "File02" contains:
Dog
Cat
Bird
Snake
Then, I want to ouptut
1 Dog
2...
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.