I hope I am posting this in the right area. I have multiple databases on the same server that are exactly the same, but they are for different 'companies'. I need to share several tables for some companies. These tables must be able to be changed from each database too.
I though of creating a...
Has anyone used the new Windows Image Acquisition Library from Microsoft? If so, has anyone seen a difference in speed when loading large tif images? I moved from the Kodak Imaging Control to this and I'm thinking about moving back this is the case.
Thank you in advance
Rob
Go to Add-ins in your IDE, Add-in manager, then load Data Form Wizard. Go back to Add-ins on the menu, then select Data Form Wizard. Follow the wizard, and it will create a project for you to get you started.
Rob
I remember using a kit that you type in the instructions to the processor by using a hex keypad. Typing the code in was the best, for example, you had to look up the hex code for the MOVE command, etc. Then I found out that we could have done this by using MASM, but the school I was in did not...
Dim WordApp As Word.Application
Dim WordDoc As Word.Document
Dim filename as string
Set WordApp = CreateObject("Word.Application")
Set WordDoc = CreateObject("Word.Document")
Set WordDoc = WordApp.Documents.Add
WordApp.Documents.Open(FileName:=filename)
WordDoc.SaveAs...
I've had this problem before, but with CR9. It was something to do with the way I declared the Crystal Object. I've tried looking for the article on their website, but could not find it. I still might have it laying around. Let me check during a break.
Rob
Look into the ListIndex property of the combobox. Only problem, it has to be an integer data type (Which sounds like it is ok for you, an ID, assuming it's a number).
Rob
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.