When I run the project by pressing [F5] I get the following error.
"Compile Error - Can't find project or Library" and the Ucase$ function is highlighted"
I thought I was missing the reference to it.
Thanks
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've been using MSACCESS 2K for quite a while as the backend and vb 6 as the front end. Recently the company I work for, merged with an other company, the other company brought MSSQL7. One of the programmer here sugested to move the data from MSAccess to MSSQL, I am all for it.
Now I have a...
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
Guys, couple more questions on this. If PHP offers all these great advantages over other commercial programs such as ms ASP and MM Coldfusion, why would the programmers of PHP release the program under Open Source lincense?
Is there paid support available for PHP?
This is another reason why I...
Thanks JEL. I would definitely consider your suggestion.
Please tell me, have you had similar problems with MS Access? Is this access database problem? Would using SQL solve this problems?
Thanks Again.
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...
That did it. Thanks
How about this. I have the following program. see the 7th or 8th line, where it opens the "input.txt" file. how can I pass this file as a parameter to the program?
The name of the file can be anything?
Please help.
Thanks.
#include <set>
#include <iostream>...
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...
Federal102,
Pos 155-179 looks like
Since I compare based on the start of the string for DSI, or, SME or, H for example:
DSI1057D\94K0001001\ 1) set bToCheck = true
DSI1057D\94K0001001\ strBatch = strReadIn.substr(154,19);
DSI1057D\94K0001001DSI1057D\42C0018901\ 2) the previous line is...
Federal102,
Here is the entire program
The problem seens to be that after the last record is read, the program actually look for an other line, since it does not find one, it trows and exception in chkbth.exe:
#include<iostream>
#include<fstream>
#include<string>
using namespace std;
int...
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.