Thanks I was looking at the results from that search, and many more that I have tried. My comment was that I don't have an account on expert exchange so I am not able to see that particular solution.
I am creating the content on the fly and then sending it to the browser at this time, but PDF has to have a file cached on the local drive to present so the solution that was suggested was to create a image file and present it in the browser. Tiff would be a fine format since this is a multi...
I have a webpage using VB.NET as the code behind that currently displays a PDF, but for security reasons I need to convert the dynamic PDF to a JPG to display. I am looking for a the source not a third party or open source solution
I have a VB.net application to produce a Visio drawing dynamiclly using values from a database. The issue is that when an instance of Visio is made I recieve this error.
System.InvalidCastException: QueryInterface for interface Microsoft.Office.Interop.IVApplication failed.
Sub...
I am recieving wrong number or type back from this code and the number and type match the procedure in the database.
Am I missing something?
CN = GetConn2()
Cmd.Parameters.Clear()
Cmd.CommandText = ""
Cmd.Connection = CN
Cmd.CommandText =...
I am needing to creat a font strike through combo box. The client would like it to act like the combo in Access.<br>I have it working for the first letter type and it searches the list and retieves the first value that matches this letter. Now I need it to work on any string that is typed in the...
I'm trying to make a calender control that acts like the <br>control in outlook when you click on the drop arrow it appears in the same area as the drop list I have it opening a form with a calender on the form and populating the combo now I need to have it setting on the list area any...
Thanks for all of the help.<br>This worked real well to cover all<br>of the cells needed.<br><br>For j = 1 To 250<br> xlSheet.Range(
I am trying to center the text in the cells of an Excel spreadsheet through vba coding in Access. Does anyone have<br>any ideas for the properties that can be used for this.<br>Thanks
Sorry I figured out the problem.<br><br>WHERE [Monthly Capital].journal LIKE " & "'" & "AP***#####" & "'"<br><br>I was tring to gather only the records that started with <br>AP and end with 5 numbers<br><br>Thanks
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.