Hello,
I am trying to programatically add an Image to a word document. I have managed to do that with the COde below. However, I need to insert it into a table that is in the document header. I can insert it into a table in the main body, but cant figure out how to set the range to a cell...
I have the following code in a form to create a recordset.
Dim rst As ADODB.Recordset, MyVal As Currency
Set rst = New ADODB.Recordset
rst.Open "SELECT TableName, MAX(UpdateDate) from stblTableUpdateLog GROUP BY TableName", CurrentProject.Connection
I have a table called...
Hello,
I need to create an application that can perform a simple "find and replace" across multiple text files. The text files are large and numerous. >300 files totaling > 100 mb.
Does anyone know of any examples that have been published or familiar with an easy way to do this?
Thank you,
JG
I have a Listview control on my form that is filled with data from a table (Main_Table). Right clicking a row on the listview opens up a form (my edit data form))with data fields (connected to a dataset ) for editing. I pass the 'Task Number' (the record number or item number) value to this...
I have used the following code for my access 2000 report to generate a report (page) border.
Private Sub Report_Page()
Me.Line (0, 0)-(Me.ScaleWidth, Me.ScaleHeight), , B
End Sub
However, the right side border (and sometimes the top or bottom) does not show. It does not print on another page...
Using
C#.NET Express Edition
SQL Server Business Intelligence Server
I have created a set of reports in SQL Server Business Intelligence Server Studio using the reporting services. All of the examples and instructions I come across are how to integrate reports into your ASP.NET application. I...
I understand that this might not be the right thread...
Microsoft XP Professional Version 2002 SP2
Microsoft Word 2003 11.6.. SP2
This one has me stumped. I have an application that opens up a DDE connection with Microsoft word that populates database information in the header of a word form...
Microsoft XP Professional Version 2002 SP2
Microsoft Word 2003 11.6.. SP2
This one has me stumped. I have an application that opens up a DDE connection with Microsoft word that populates database information in the header of a word form at the appropriate bookmarks. This has worked fine on all...
Microsoft XP Professional Version 2002 SP2
Microsoft Word 2003 11.6.. SP2
This one has me stumped. I have an application that opens up a DDE connection with Microsoft word that populates database information in the header of a word form at the appropriate bookmarks. This has worked fine on all...
I have been programming simple C# application for a short time. I still do not understand the eventArgs e parameter, as in 'Form1_Paint(object sender, PaintEventArgs e)' Will somebody please explain this to me ?
Using Microsoft Visual C#.net Express Edition Version 8.050727.42
Using .NET Framework 2.0.50727
I have been studying C#.net for only a few months now. Please forgive me if I am not using correct vocabulary to describe the problem I am having.
Completed Tasks - Design a User Control...
I have a vb.net form that imports data from an excel spreadsheet into a datagrid control. Is it possible to extract the column header names from the datagrid itself, of do I need to figure out how to grab the headers (from excel) during the excel import?
Thanks,
Jason
How do I read all items in my ListView ???
I have a ListView control that I can drag and drop items into. I would like to read all contained (not only selected) items (no need for subitems) in this ListView into an array or another table. The goal being to use the items from the ListView to...
In my "print reports" form I have multiple combo boxes that are bound to a query. Combo box record sources are from tables that may not be modified. I would like to add an ALL option to each combo box. What is the best way to do this?
Thanks in advance...Jason
Could somebody please guide me towards the resources on writing from my access tables into an abobe pdf file? I currently have my fields populated manually.
I need to have a user interface to locate files in a "browse files" type screen. (from a form) Similar to the screen after clicking on the "Run" command under the "Start menu" Thanks in advance, Jason
USA Proud
I am currently modifying a lotus approach database. The “Item Number” field has the following definitions FIELD NAME = pl_no DATA TYPE = Numeric SIZE = 5.0 FORMULA/OPTIONS = Auto-enter Serial, Unique … it has been set to increment by 1. This works great if you are entering data through...
I have a table (cables) with fields - CableNo, System, TOequipment_cnt, FROMequipment_cnt. My (Equipment) table has fields Equipment_cnt, equipmentID and so on. I want to populate a a report With CableNo, System, and the equipment ID (from my Equipment table) equal to the ToEquipment_cnt AND the...
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.