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 bkrike 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: *

  • Users: ClarkJeff
  • Content: Threads
  • Order by date
  1. ClarkJeff

    Get User File Permission

    Is there a way find out if a specific user id has access to a specific file? Do I have to iterate through the DACL to see if the user is a member of a READ group? Is there another/better way to do this? Thanks.
  2. ClarkJeff

    HTTP POST to Upload Binary, PDF, etc

    Anyone have any ideas on how to post PDF and binary files on a server to another server via a HTTP POST? I've been searching the web and have found some examples, but I can't seem to get them to work properly. I'm using Dundas' free upload component on the receiving server. I suspect it's...
  3. ClarkJeff

    Error 2147190908 Failed to export the report (PDF)

    I have a batch VB task that wakes up every minute (via Windows task scheduler) to see if there is work to do. If there is, it loops numerous times through. For each iteration, it opens a report, changes the parameters slightly, and exports it to PDF, all using the CRAXDRT.Application...
  4. ClarkJeff

    8x24 DR5 / StarTalk Flash / Hunt Group?

    I have an 8x24 DR5 with expansions and StarTalk Flash. I'd like to be able to ring the Customer Support Department (6 people) whenever the incoming caller doesn't dial anything. This release doesn't appear to have Hunt Groups. Is there any way to accomplish this? One thought is to somehow...
  5. ClarkJeff

    8x24 DR5 and analog devices

    I have an older 8x24 DR5 with expansion modules and would like to add some analog devices (fax, modem, alarm, etc.) for dialing out through the Line Pool. Is the Analog Terminal Adapter my only option, one per device? Or is there Analog Module that will give me multiple connections? Thanks...
  6. ClarkJeff

    VB EXE calling DLL with CR repeatedly-Invalid Procedure Call

    Help! On Winows 2000 Advanced server, I have a VB6 EXE that can repeatedly call a DLL (which calls CR RDC). The DLL is in COM+ and I can see the object working. If the EXE is repeatedly calling the DLL AND I have another process call that same DLL, I can see the Objects counter...
  7. ClarkJeff

    VB EXE calling DLL repeatedly-Invalid Procedure Call

    Help! On Winows 2000 Advanced server, I have a VB6 EXE that can repeatedly call a DLL. The DLL is in COM+ and I can see the object working. If the EXE is repeatedly calling the DLL AND I have another process call that same DLL, I can see the Objects counter increment/decrement, but the EXE...
  8. ClarkJeff

    CR 9 Modify/Save .RPT with VB6

    I'm currently exporting PDF, DOC, etc. files from .RPT files with VB6. I'd like to be able to use the ActiveX viewer, which I understand looks at the .RPT file directly. I want to be able to programmatically change parameters on a .RPT, save the report WITH DATA to a new file, then view the...
  9. ClarkJeff

    Copy multiple .DOC's into a single .DOC

    I'm trying to copy multiple .DOC files into a single new .DOC file, while retaining all formatting. In other words, if I have 5 1-page .DOC files, I want to create a new 5-page .DOC file. I can copy the characters, but am not able to retain the formatting. Any clues? Thanks! Jeff Clark
  10. ClarkJeff

    Copy multiple .DOC's into a single .DOC

    Anyone have a clue how to copy/merge multiple .DOC files into a single .DOC? Thanks.
  11. ClarkJeff

    Won't display drop downs in IE

    I have a web page that displays 57+ drop down boxes using HTML SELECT OPTION statements. On systems with Windows 98/ or ME, it doesn't appear to display the drop downs. It works With less than 57 boxes though. Windows 2000/XP seems to work fine. Is there a memory size limitation with 98/ME...
  12. ClarkJeff

    Charting 12 summary values in report footer

    I have 12 monthly totals in separate fields in the Report Footer. The totals are summed from separate monthly fields in Details, where the data in the monthly detail fields is determined by a formula in each field. There is no grouping, nor is there a way to group on the raw data. I can...
  13. ClarkJeff

    Using CR 8.5 Dev, but want ability for limited end-user report mods

    I have a web app that currently uses CR 8.5 Developer to merely create PDF files upon request from within VBScript/VB, then I redirect the user's browser to the resulting PDF file. I'd like to give the user some control over a copy of the report for sorting, adding/removing fields, etc. I have...
  14. ClarkJeff

    Using CR 8.5 Dev, but want ability for limited end-user report mods

    I have a web app that currently uses CR 8.5 Developer to merely create PDF files upon request from within VBScript/VB, then I redirect the user's browser to the resulting PDF file. I'd like to give the user some control over a copy of the report for sorting, adding/removing fields, etc. I have...
  15. ClarkJeff

    INet control downloading WAV file

    I'm trying to download a WAV file programmatically via the INet control. Everything seems to work ok, but the final file is 20K larger than by using Right Mouse Save As... and the file isn't recognized by Windows Media Player. Is there any additional information that I need to strip off of the...
  16. ClarkJeff

    Multi Pass Report?

    I need to create a Stock Trade report showing the Buys of stocks grouped together first, then the further down the page, the Sells of stocks grouped together . Both the buy and sell information is contained in the same data record. How can I get CR to read through the file displaying all of...
  17. ClarkJeff

    CR 8.5 PDF Labels

    I'm trying to print onto Avery 5160 labels from Crystal Reports 8.5. When printing from Crystal, it looks ok, but I'd like to be able to export them to a PDF file. When I print from within the Acrobat reader, the font and line spacing is smaller. Any suggestions on how to fix this or do I...
  18. ClarkJeff

    Is there a way to use a TITLE attribute for HTML SELECT

    Is there a way to have a Tool-Tips type popup TITLE when you hover over a SELECT drop-down box? I suppose I could write some Javascript for the mouseover event. Any clues? Thanks.
  19. ClarkJeff

    Open New Email Window without using HREF?

    I'd like to programmatically open an email window in ASP, without forcing the user to click on a HREF link. I do want to be able to redirect the user to another ASP, but have the email window stay open. A Response.Redirect "mailto:name@server.com" will work, but the current page...
  20. ClarkJeff

    Visual Studio & TWEAKUI Autoraise

    Has anyone used TweakUI on Win2K with Visual Studio? I want to use the Activation follows mouse (X-Mouse) feature, but not Autoraise the window to the top. Every other program works fine, except Visual Studio (VB, VI, etc.). The Activation works, but it always brings the VS window to the...

Part and Inventory Search

Back
Top