I am trying to delete records from two tables that are linked by the PrimaryKey for one table called Patients the other table is called DDI and has the...
Operation not allowed when the obj is open rs9.Open ddiSQL, CONN1, adOpenKeyset, adLockOptimistic, adCmdText <=== this line dwight ... From: Kenneth Danner ...
Well move the SQL statments out of the While NOT loop as well as the OPEN statement seems to fix the issue new code below I do not know why I think you have to...
I am not sure of what it is that you want to do. If you just want to add a reference to the library file for Outlook you can add that under references in the...
Hi Dwight, I'm too tired to answer your question or study your code properly, but I have a couple of quick notes: ... Generally not a good idea to open either...
hi, i roamed around the net and didn't get a clue. can you display a word document in a rich text box? Will it look exactly like it opens in word? Bryan Schulz...
I did not read this real close but my search in the help file was Print Word documents Using the RichTextBox Control The RichTextBox control allows the user to...
... You must choose one of the following: (1) Require your users to have Word installed. (2) Require your documents to be saved in something other than .doc...
Adelle Suggested Generally not a good idea to open either a keyset or a dynaset full of records that you are about to delete. Better to open a read-only ...
hi Adelle, the only user i'm concerned about is myself. i don't mind using print preview from the word object, it's just not clear to the user how to make the...
I am working on converting some code that was sending an email through Groupwise from an Excel spreadsheet when the sheet was updated. The facility has now...
hi vb pros, this is in vb6. i finally figured out the code/syntax to create and fill a table that ends up in a word doc file. can someone tell me why the table...
I have used bookmarks when inserting into word. I set up a document then use the bookmarks as locaters. Also I have used the macros in word to help write the...
Can't tell you why it acts as it does.it is MicroSoft.*shrug* However, you may have better luck if you define the Letterhead as a header and then set your...
Good morning Bryan! A couple of things: On the font changes, it does change it, but then the next InsertAfter overrides the previous. If you add a .Visible at...
hi Tim, thanks for the pointers. you think you have the general idea and bang your head getting the right combination of option words and syntax. Bryan Schulz ...
hi Adelle, Dwight, Tim, Ed and others, Thanks to the list info, i now understand how to code vb6 lines to produce a word document. It's good when you...
Hi Bryan, Pretty easy if each line is defined by a NewLine, but if word wrap is being allowed it becomes more difficult. With specific lines defined by the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the helpwithvb group. File :...
helpwithvb@yahoogroup...
Aug 11, 2008 1:07 am
21173
Bryan and all others this was a fun project that was done mostly by a code search one for loading data in a Rich Text Box the other for the ability to PRINT...
hi Steve, yes, each line is separate with no word wrap. example: 1. 8/10/08 Initial evaluation 2.00 $75.00 $150.00 2. 8/15/08 Basic MS Word 2.00 $65.00...
... Hi Bryan, Having cheered myself up, and having finished my Sweetie's 'job-list', I have a short sample project. It can fill a rich text box with an array...
Yesterday Steve forgot to mention something about the long lines of text that are forced to wrap around inside a text box, because the text box cannot be made...
I never make Errors hence I use the Error handler very seldom ha ha The cmdSAVE code does not work it detects and Error if you SAVE or CANCEL The cmdOPEN works...