Hi there,
I use vba code from an ms access code module to format bookmarks in a word document.
Therefore I use the following code:
doc.Bookmarks("mv5_5").Select
Selection.Font.ColorIndex = wdRed
Selection.Font.Bold = True
This works fine for most of the bookmarks, but for bookmarks...
Hi there,
I use vba code from an ms access code module to format bookmarks in a word document.
Therefore I use the following code:
doc.Bookmarks("mv5_5").Select
Selection.Font.ColorIndex = wdRed
Selection.Font.Bold = True
This works fine for most of the bookmarks, but for bookmarks within a...
Hi there,
I fill a word document from a ms access vba code module using bookmarks.
Now I want some bookmarks to be represented in a color, say green.
I fill the bookmark:
doc.Bookmarks("b1718_1").Range.Text = doc.Bookmarks("b1718_1").Range.Text = Format(rs!mv5_1_10p, "0.0")
This works.
Then I...
Hi there,
I'm using an MS Office FileDialog to browse for and select a file. This works fine. Now I want to let users browse for and select a map in which they can drop an output file. So this functionality should show only maps, not files. Does anyone know how to do this?
Any help will be...
Hi there,
I'm running an app with code to manipulate a word document. The problem is that after running the code, including lines like wordvariablename.close and set wordvariablename = nothing, there are still numerous winword.exe processes active in the windows task manager. Does anyone know...
Hi there,
I have created a crystal report based on a dataset. In the page header, I want to display the name of a user, who can be known in code at runtime but who is not registered in the database. I'd like to know if there is a method to get this information in a textfield in the pageheader...
Hi there,
I'm maintaining a DLL written in Delphi 7. This DLL is compiled together with others to work together with an executable delivered by an external supplier. This executable is compiled from Delphi Sources but we don't have access to the sources. Every now and than this main program is...
Hi there,
I have an application running in Delphi, consisting, among other components, of two dll's talking to each other. Now, I want to rewrite one of them in C#. Therefore, I am trying to call a Delphi DLL from C# and a C# DLL from Delphi. Thanks to a tip on this forum I got the Delphi DLL...
Hello,
I have written a very simple dll in Delphi, it only contains one procedure which generates a message. I have done this for test-purposes, because I want to call the .dll from C#. I registered the .dll with regsvr32, and I try to set a reference to it in C#. However, I get the error...
Hi there,
I am new in Db2, and for my first project I try to use an SQL statement in a stored procedure, the statement getting it's values from variables. However, I can't seem to link the variable to the statement:
SET sSql = 'UPDATE EIGENAAR SET SALDO= ' || @BEDRA; This does not work...
Hi there,
I have created an Excel .xls file. When I try to run it it opens up four times. I can see this from the windows menu at the top of the screen, showing four open windows, named:
name.xls:1
name.xls:2
name.xls:3
name.xls:4
These entries are also visible in in the Excel Icon in the bar...
Hi there,
I'm wondering if it is possible to use some kind of option in a shortcut command to add a column to a Microsoft Access database. Maybe there is startup parameter to accomplish this?
Any help will be greatly appreciated, Thanks.
Hi there,
I am responsible for several apps in MS Access, running on all the platforms, starting with MS Access 2.0. (!) going all the way to MS Access 2003. Most of my clients are reluctant to update. For me this is a difficult situation since my administrator only permits Access 2003 to run...
Hi there,
I have to convert about 20.000 big .XML files to .txt format. Therefore, for each file I use 5 .XSLT stylesheets to render 5 .txt files, which I want to get together using C# syntax. However, I have problems looping through all the .XML files, the program crashes. I noticed this...
Hi there,
I use the XMLTextReader class to process an .XML file. To keep things simple I'll list one line of a test file:
<CUSTOMER ID="1">
I use the XMLTextReader.Name method to return "CUSTOMER"
I use the XMLTextReader.GetAttribute() method to return "1"
Now I'm looking for some way to return...
Hi there,
I have a word document, and I want to insert several positions in this document from an MS Access database. The database table which the query is based on represents clients, and a whole batch of letters has to printed out.
Does anyone know how I can implement the link between MS...
Hello,
I design a report using the following code:
'begin
Dim txtNew As Access.TextBox
Dim labNew As Access.Label
Dim lngTop As Long
Dim lngLeft As Long
Dim lblCol As Long
Dim rpt As Report
Dim strSql As String
Dim db As Database
Dim rs As Recordset
Dim i As Integer
Dim...
Hi there,
I want to add a reference to the file-path of a picture to a database table. In the user interface, users should be able to select the picture in a picturebox (I guess this is the right control). I'm looking for a way to get to the file-system in some sort of control, and use this...
Hi there,
I have a form (form1) with a list. From this form, I open another one (form2)in which I can change some settings. Form2 allows me to change some settings. After doing so, I can close form2, and I return to the underlying form1. The list on form 1 get's it's data from the settings...
Hi there,
I have an MSAccess 2000 database with a report which I want to sort in code. I converted this database from MS Access 97 to MS Access 2000. The report has the query queryname as it's recordsource. When it ran under MS Access 97, I sorted the report in code by setting the orderByOn...
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.