Hi all,
How do I remove a page break from a Rich Text Format Document from VB. I get a RTF document that can possible have up to 100 page breaks, and I would like to automate this via code.
Is this possible?
TIA
OjosVerdes
I have an MS Access 2K database that has all its tables linked to SQL 7. I want to be able to refresh the links using a vb App. Has anyone done this before? is it possible?
Thanks in advance.
ojosVerdes
Hi All,
I have this application which uses VB 6 as the front-end and MS Access as the back-end. Basically is a order entry App. When I first wrote the application there were only 1 or 2 users working on it at the same time. Now there are anywhere from 5 to 10 at any given time. Ever since the...
I have a program that manipulates records read from a text file. This program has a counter, and I display the counter by using cout << lngCnt;
I run this program from the command line is DOS based.
However the result I get are 123456789101112...
I get the first record, then on the same line a...
Hi all,
I program using vb and I would like to convert the followig code to C or C++. I need to develop a small program that can run from the command line; I am having trouble converting the following code to C/C++
Can someone please help me.
Thanks
//bToCheck is a boolean.
//strReadIn is a...
How do you add signed number. for example when I do this I get an error;
expr +5 + +5 or expr 5 + +5
but I don't get an error when I do this:
expr -5 - -5
why?
Thanks
I have the following function that should work if you enter any of the follwing paterns:
+8 -9
-9 8
9 9
-9 -8
+9 +8
0 0
I have tested it successfully with
-9 8
9 9
-9 -9
0 0
The only thing that does not accept is the + sing infront of the number.
Can anybody please help.
checkinput()
{...
I have a table [tMembers] that in the NewCollector field it has either null[blank] or 1.
What I want to do is run an update querry to change all the blanks to No and the 1's to yes.
how do I do this?
Thanks in advance
I have a script that I want to run 3 times (every 20 minutes) then stop it.
I understand how the sleep command works; but I am not sure what looping contruct to use.
I dont want to use a crontab job cause don't have specific times to run it.
TIA.
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.