You wanna DL Crystal Reports ... for free? First, listen the song "breaking the law" of Judast Priest and later, write to me if U want to Y88 _..“) ...
Reece I only briefly scanned the other replies to your question, but seems that your direct question was addressed. Nonetheless, you might want to consider the...
Prasad Not sure if that's possible. But I've downloaded the MS patch to enable mousewheel utility in VB Editor. It is a lifesaver. Put "mousewheel" in the...
Hi All, VB6 + WinXpPro + Off2003 I have written a little vb6 app to run a word mailmerge (late binding) and then to parse the file and remove blank lines from...
hi please tel ur requirements in some detail. may b i can help u. bye ... Share files, take polls, and discuss your passions - all under one roof. Click here....
I could be wrong and I am not at a computer to see but is there not a "MailMerge.State" that will tell you what state the merge is at so you could maybe put it...
It seems to me that you'd be better off deleting any blank rows BEFORE doing the mail merge. It's more of a database issue at that point anyway, so why not...
Hi Joel, To be a little more clear. I have prepared a word template document with mergefields in it, some in tables and some free floating. I give that file to...
Hi Kenneth, Nice try, got my hopes up... Looks like the state refers to some sort of "type" of merge... thingy. Valid states (in Off2003) are: wdDataSource,...
Hey, that mucked up my csv file sample... The first line started with "name" and ended with etc The second line started with "Andrew" and ended with etc The...
Andrew It's been ages since I've done a mailmerge (am I dating myself if I confess to Word Perfect in the good old DOS days), so I have nothing useful to add...
Hi Spoo, Yep, those were the days, WordPerfect on a unix system - for me. Wordstar ran from a 360k floppy disk on a PC-XT/AT system... I did post there about...
Andrew Sorry to hear about the pressure.. not fun. If you've come here since being in the Word group, they must have left you unfulfilled. That's surprising. ...
There exists at least one VB decompiler. Just make a Google search. I had checked it some time ago. Its not free and as far as I remember, it does not...
Hi guys, Sorry if i'm having all these questions. Have another one. Is it possible to have 2 instances of your visual basic program to connect to an MS-Access...
It's entirely possible to have multiple "front end" applications connect to the same Access database. But the front end really should give consideration to...
It is fine. You can use both types of DBs to do what you want. The only catch is to use a dataset instead of a datareader. A datareader opens the database and...
You can do that without any problems. I once worked on a program that ran
in a small office of about 10 users all working on the same database. I don
t use...
My project requires downloading a file from the internet monthly to update information kept on the local computer. I now have the client manually log on to...
Thereās ways around even multiple people writing at the same time Rick. But the code is really hairy. You have to do field by field conflict management so...
Or, better yet, MySQL. It's free. I've never used it though so I couldn't
tell you a thing about it. Rick Rose [Non-text portions of this message have...
I just don't get it, but didn't VB 6 use datasets? I use .NET. It makes it a whole a lot easier with datasets to do that. I used it on my company's web site...
By same time, I meant at the EXACT same time. That is why it is so rare for
that error to happen. A friend and I ran a little test on Access writing to
100...