-
- Searching / Hilighting OCR text in Office Document and Imaging
by wajhi
- 14 Replies
- Last post
by Prathap
- Hi,
I have been given following Tasks using MS Document Imaging 11.0 API
Read TIF perform OCR on it
Show it in AxMODI.AxMiDocView
Searching / highlighting text in AxMODI.AxMiDocView using MODI.MiDocSearch class in TIFF file and Highlight search result i
-
- Macro invocation via toolbar
by une
- 1 Replies
- Last post
by Shasur
- I created a new button on the standard toolbar to invoke a macro. Will this new button now only be part of the document under which it was created, or will it now be visible to all documents, always appearing on the toolbar I think where you save your changes under;
Tools>Customize>Commands Tab>Save in
may have something to do with my question.
Does adding the button reconf
-
- Excel - VBA - Users having major problems
by suznal
- 11 Replies
- Last post
by Roosey
- I NEED HELP!
I have a workbook with a decent amount of VBA, and there are users who are experiencing severe difficulties with it. I have no problem on two of my machines with the file, but here is what others are experiencingˇ
They can open and access all of the controls and feature of the workbook ¨C the first time.
Once the save and close the file, they cannot re-open it!
They ge
-
- Hyperlink target location
by YaelS
- 0 Replies
- Last post
by YaelS
- Hi,
I have form with a number of hyperlink controls (based on a hyperlink field in the base table).
I have a problem with the hyperlink full path.
I can't see the full path, (but if I click on the link, the file is open).
If I run my *.mdb file from C: and drag from C: some file (mtfile.doc), the full path I'm getting is withowt "where I am running the mdb file".
-
- VBA ACCESS 2003 - Getting IP address
by ajliaks
- 4 Replies
- Last post
by ajliaks
- Hi guys,
This is my very first time trying to use VBA in access, so...
Let's say that I have a table named "myTable", which contains a field named "myField".
I need to insert The IP address of the working station that is using the application into myTable.myField.
Thanks in advance for any help. (Please be as clear as you can).
Aldo.
-
- SharePoint: RunWithElevatedPrivileges Error: Object Reference not set to a Reference of an Object
by Kerby J
- 0 Replies
- Last post
by Kerby J
- Hi,
I am working with MOSS and attempting to run a custom Sharepoint program (.exe) from the command line on the SharePoint server. My main problem is the web <url> not found error when getting SPSite. So, I have tried to use the RunWithElevatedPrivileges(delegate() command and am getting an "Object Reference not set to an instance of an object" exception.
Does this
-
- RAPI - Copy files to/from PPC with VBA for Access
by YagmurAkgun
- 1 Replies
- Last post
by YagmurAkgun
- Hi,
I am looking for an example about how to copy files between PC and PPC using RAPI. All examples I could find yet involved VB.NET or C#. Is it possible to use RAPI through VBA Has someone a code sample
Thanks,
Yagmur Akgun
-
- How to read the same text file repeatedly without having to re-open it each time?
by Tottec
- 2 Replies
- Last post
by Tottec
- I have spent the day trying to figure this out and it is driving me nuts.
I have a large text file (2000+ lines) and I list of names in Excel. I need to search through the text file for each instance of each name. I have that working.
The problem I am having is that I can't figure out how to get back to to the top of the text file to search through it again. Currently I am closing an
-
- How can I see the stack trace from the .mdmp file?
by Vedratna
- 14 Replies
- Last post
by Vedratna
- hi, everbody
we have recently created account in winqual and also successfully mapped our product over there. We also receive some error reports(buckets) in it. We have downloaded some of them in form of cabinet file. After extracting it we get the file having extension of .mdmp. I have opened it in windbg through open crash dump option. It opens it successfully but I can't see any stacktrace i
-
- How to delete a connection?
by gein
- 5 Replies
- Last post
by JohanBark
- Hi, this is my first post here. I'm having some difficulties with Excel 2007. I'm creating Connections (URL based) on the fly in VBA. The code for that looks like this:
fId = Trim(Str(Target.Value)) Set QT = ActiveSheet.QueryTables.Add(Connection:= _ "URL;http://here-the-address-to-the-location/ id=" & fId _ , Destination:=Target.Offset(-1, 2))
-
- Setting properties
by une
- 4 Replies
- Last post
by une
- It seems that there are two ways to set a property. Using the example of a label on a userform, the property for it's initial caption and colour can be set by editing the appropriate fields in the properties window. That is easy, but these initial settings do not show up in any code on the userform. How could the initial settings for the caption and colour properties of the label be set via code i
-
- Excel Userform - Runs fine but other users get a compile error
by suznal
- 7 Replies
- Last post
by suznal
- I have a userform that is called from a keyboard shortcut. It works perfectly fine when I run it, but other users cannot run it on their machines. We all are using Excel 2003 SP3, (only one user has SP2) and all users have changed their security to allow macros. But when they try to load the form they get a compile error.
The code I have for the userform is...
Code Block
-
- Obtain Unique Work Units via SQL
by AlDeb
- 14 Replies
- Last post
by AlDeb
- Below is the SQL I have for a Query. The results of my query are below the code. Everything works great except for the WorkUnit totals.
I am getting the total Records for the date range and I really need the Unique workUnits for the date range. For this particular daterange I
have a total of 197 WorkUnits but in reality there really are only 89 Unique WorkUnits.
In the example below on on
-
- Obtain Unique Work Units via SQL
by AlDeb
- 14 Replies
- Last post
by AlDeb
- Below is the SQL I have for a Query. The results of my query are below the code. Everything works great except for the WorkUnit totals.
I am getting the total Records for the date range and I really need the Unique workUnits for the date range. For this particular daterange I
have a total of 197 WorkUnits but in reality there really are only 89 Unique WorkUnits.
In the example below on on
-
- how to identify an arabic text
by VNAHATA
- 0 Replies
- Last post
by VNAHATA
- In my code,i have array of glyphids(not Windows Unicode values) as my input.I need to find out whether its a complex script or arabic or not.Uniscribe's ScriptItemize seems to take winodws unicode values as input to divide the input text into items.However i have just glyphids as input.How should i identify runs which have arabic content For example in charmap- 0x03ba shows an arabic glyph with &
-
- Adobe reader activated using VBA
by KiwiAppsDesigner
- 0 Replies
- Last post
by KiwiAppsDesigner
- Has anyone got suggestions to activate the ADOBE reader with a specified file from within VBA
I have successfully activated WORD and associated files using VBA, but can't get ACROBAT to work.
-
- WMI.Net 2.0
by GUYO
- 11 Replies
- Last post
by Gabriel GHIZILA
- The next manged code library for WMI was discussed at TechEd this year and has popped up in a couple of webCasts. -- The WMI.Net 2.0 is supposed to provide writeable properties and invokable methods from managed code.
Is there an update on the release Beta program etc... --
-
- Why would I see what appears to be someone elses crash in my WER Software list views on Winqual?
by Jason Hardester - MSFT
- 0 Replies
- Last post
by Jason Hardester - MSFT
- Lately I have seen a few emails to WERPASUP@microsoft.com from ISVs using WER for Software asking why they are seeing crashes in processes that are not their own. I thought that this question would make an excellent post. The answer is simple, but first a bit of background...
File mapping (to associate a WER report to a company registered at http://winqual.microsoft.com ) is ba
-
- Field-Level Security (Access)
by ram121
- 0 Replies
- Last post
by ram121
- I thought it was interesting to find out that field-level security can also be established, through the use of queries. No rights are established to the user (or group) to the table, rights are given to users only by way of a query that contains only the fields that the user/group should be able to view. This can be done by using an option of owner access.
-
- Excel VBA copy format between workbooks
by rodcon
- 3 Replies
- Last post
by Joe Dawson
- Can anyone help work out how to copy the format (column width, colour,...) from a range in one Excel .xls to an equal range in another .xls. Currently using the following format
Worksheets("file1.xls!sheet").Range("A1:IL36").Copy _ Destination:=Worksheets("file2.xls!sheet").Range("A1:IL36")
Works among sheets within one .xls but does not co
-
- Application.FileSearch in Excel 2007
by DieZeL
- 14 Replies
- Last post
by Jon Peltier
- There is an issue which I am facing after I installed Office 2007. I had written a small VBA which would search for a file and if found will rename the file. I used Application.FileSearch then. Now I am tying to do it again but unfortunately there is an error prompted stating that 'the object does not exist' Set fSearch = Application.FileSearch defPath = "H:\SourceSafe_1_Feb-28_Feb_2006\S
-
- Ex 2002 VBA, Activate First Available Cell in "A"
by Duane in Japan
- 3 Replies
- Last post
by Duane in Japan
- I need to please know how to call the first unused cell in Column A, activate it and put it at the top of my view area. If I have 7,369 rows of data populated, tomorrow it will be even more, each day I would like to do some work in VBA, which I know how to do, without referencing specific cells. Once complete I need to put my cursor (highlight) in the next unused "A" cell and put it in t
-
- Searching / Hilighting OCR text in Office Document and Imaging
by wajhi
- 14 Replies
- Last post
by Prathap
- Hi,
I have been given following Tasks using MS Document Imaging 11.0 API
Read TIF perform OCR on it
Show it in AxMODI.AxMiDocView
Searching / highlighting text in AxMODI.AxMiDocView using MODI.MiDocSearch class in TIFF file and Highlight search result i
-
- Importing multiple textfiles into Access
by DJRave
- 4 Replies
- Last post
by DJRave
- Hi,
For a project I need to import multiple textfiles into Access. Between 40 and 50 files everytime. Using the wizard wouldn't be a great sollution in this case. I've tried to use the transfertextmethod but the only problem is that I need to specify the exact location of all files in VBA but since the number of files varies every month this creates an error when a file isn't present that m
-
- Remove Spacing
by tclaus8
- 2 Replies
- Last post
by Duane in Japan
- Ok, i need to check to see if there is a space at the end of a word like, "hello " instead of "hello". I know there is code to take off the spaces at the end if they exist. Can any1 help me out here