Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sarduspater

    decoding packed signed field

    Within Spufi I'm reading a field that contains three fields values in a string. It appears as 01F0058 0C2017C in hex, where 0001758+ is the field I would use for join with an other table. How can I convert this in numeric? Thanks to all Candu si tene su 'entu es prezisu bentolare.
  2. sarduspater

    Calling Dll from excel or access

    Using vb6 I created a DLL with many functions I use in vba. Now I would know wich program is calling my DLL (within it). If excel is calling it, GetModuleFileName function of kernel32.dll returns c:\..\..\excel.exe, but I would know wich workbook is running (Application.ActiveWorkbook.FullName)...
  3. sarduspater

    Calling Dll from excel or access

    Using vb6 I created a DLL with many functions I use in vba. Now I would know wich program is calling my DLL (within it). If excel is calling it, GetModuleFileName function of kernel32.dll returns c:\..\..\excel.exe, but I would know wich workbook is running...
  4. sarduspater

    access treeview.listimage property

    I tried to modify plus-minus option inserting icons. In vb6 it works fine, loading images in a ImageList control, then refering it using TreeView1.ListImage = ImageList0 In this version of treeview control (access 2007) ImageList property is not available. How can I do? Thanks in advance...
  5. sarduspater

    JavaScript error

    Using an example I tried to obtain to save a pdf file in txt format within acrobat 8 professional. This is the code: mySaveAs = app.trustPropagatorFunction(function(doc, path, type) { app.beginPriv(); doc.saveAs(path, type); app.endPriv(); }); mySaveDoc = app.trustedFunction( function (doc...
  6. sarduspater

    PDF SaveAs to txt

    I would convert a lot of PDF to txt using Vb or Vba. My Pdf's files contains many tagged fields then I read for populate an Mdb. Interactively it works fine, but I have too much files to process. Reader doesn't work with Ole, by every using Acrobat 8 Professional I can't resolve my problem...
  7. sarduspater

    Acrobat within Vb

    Hi, my last problem is how execute Acrobat Reader within Vb or Vba for convert a lot of .pdf files in .txt. Can you help me? Thanks in advance, Renato Candu si tene su 'entu es prezisu bentolare.
  8. sarduspater

    Xls execution path

    I have some xls files who opens by vba txt or xls files for read/write. How can I know the path of my xls program in execution? Thanks. Renato
  9. sarduspater

    Download xls or txt file using webbrowser control

    I need to be able to save a xls or txt file without open it. I work with vba within excel and explorer 6. If I use WebBrowser1.Navigate "fileURL" I can view a txt file within Explorer, but i need only save it (it's an attachment file in an intranet mail). I try with WebBrowser1.openURL, but...

Part and Inventory Search

Back
Top