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. TrekFan

    Problems Installing Petshop 3.0

    HI there, I m trying to install Petshop 3.0 on a + Windows 2000 Professional Laptop. With + Microsoft net framework version 1.1 + SQL Server 200 sp3a When I try to install this I get the following error : "Failed to register assembly PetShop.BLL, Version=3.2.1.0...
  2. TrekFan

    Installation Issue with Petshop 3.0

    HI there, I m trying to install Petshop 3.0 on a + Windows 2000 Professional Laptop. With + Microsoft net framework version 1.1 + SQL Server 200 sp3a When I try to install this I get the following error : "Failed to register assembly PetShop.BLL, Version=3.2.1.0, Culture=neutral...
  3. TrekFan

    Application and Data Security Question

    Hi there, Got a nice challenge here .. we must implement a security system, that should enable us to handle : + Application Security (that is, what sections of the application a user can “see” … menu options, screen controls and so on) and + Data Security (that is, what user the...
  4. TrekFan

    Crystal 9 Active X viewer not displaying font

    Hi there, Did you solve this problem ? I´m having the same problem with Crystal 10 ! Thanks for your help,
  5. TrekFan

    Migrating Crystal Reports 8.x to Windows 2003

    Hi there, We have a web-based application, done with visual studio 6 (ASP with VB 6) and some Crystal Reports (Version 8.0) - using the Activex viewer to "see" the reports on WebPages. Situation is that we need to migrate our servers OS to Windows 2003, but looks like...
  6. TrekFan

    Passing Arguments from vbscript to a running program

    Hi there, On client machines (Windows 2000 and XP), I need to call, from an html page (it could be either in vbscript or javascript) a program that is already "running". I need to pass a string value to this program from the html page(depending on this value the program would do some...
  7. TrekFan

    Help On Merging and Creating PDF Files from VB 6

    Hey Vb5prog, I found back in May an excellent software at http://www.acrosoftware.com/ and its called "Cutepdf" Thanks
  8. TrekFan

    IFRAME Apostrophe Problem

    Hi there, Got the following issue on an html/asp page, using as browser internet explorer 6.x (don't have to worry about netscape) : when displaying on an iframe a file that has an Apostrophe it doesn's show the file !!! The elements I use are a)Iframe <iframe...
  9. TrekFan

    Can I make a phone call from a VB application ?

    Hi jcrtektip Just curious .. how did your trek go with this > Im on a similar issue right now ... Thanks
  10. TrekFan

    Lotus Notes E-mail using VB6

    Hi Harsh25 , What Caf says is correct about using an array for multiple recipients ... what i did is use the vb split function wicht convers a comma separated string (wich has the list of addreses) to an array ! Here is the code .. hope it helps : Public Sub SendMail(ByVal...
  11. TrekFan

    Help On Merging and Creating PDF Files from VB 6

    Hi there, I’m looking for a product that allows me to merge 2 pdf's and that allows me to convert tif's to pdf. The idea would be to do this from vb 6 component. The key is that it should not need adobe acrobat to be installed on the machine to run ! There is an...
  12. TrekFan

    Message does not get sent - Problems on CDO or STMP Configuration

    Hi there, I m using the "CDO.Message" object on Windows 2000 Server to create an email from a component called from an asp. Basically the code is Dim oEMail As Object Set oEMail = CreateObject("CDO.Message") With oEMail 'Load IIS configuration .Configuration.Load cdoIIS...
  13. TrekFan

    Sending Mail To Lotus Notes - Body Text Appears in one continuous line

    Hi Frederico Thanks for your reply. Of course here goes the vb routine that does the e-mail sending process. I took out the error handling routines to focus on the routine itself. Public Sub SendMail(ByVal pFrom As Variant, _ ByVal pTo As Variant, _...
  14. TrekFan

    Sending Mail To Lotus Notes - Body Text Appears in one continuous line

    Hi there, I'm sending a Mail using lotus notes r5 with visual basic 6.0 This works fine expect for one problem. Text that appears in the body of the mail is one continuous line and i cannot get line breaks/carrige returns in the body text. !! I capture the body...
  15. TrekFan

    Problems with Nested Error Handlers

    Dr JavaJoe, Thanks for your response. I did check it out but still that didn't help me. I would like to document this in case it helps someone. What was happening is that the err structure was loosing its values !!! This means that i had a code that said : Err_Gen...
  16. TrekFan

    Problems with Nested Error Handlers

    Hi there , I have problems with the behavior on some nested error handling procedures ! In case of an error, I would like to active the current’s procedure error handler, do some clean up code for that procedure, and return control to the parent’s procedure error handler and so on … Let ‘s...
  17. TrekFan

    Sending Multiple Binary Files to a browser with no Usr Intervention

    Found out what the problem was : Found out the problem ... It has to be : Response.ContentType = &quot;application/octet-stream&quot; Response.Write xml_dom.xml And it works fine !! Thanks !
  18. TrekFan

    Sending Multiple Binary Files to a browser with no Usr Intervention

    Hi Tarwn , Ups ! You are correct .. i didn't mention this on the post ... it is on the statement : Response.BinaryWrite xml_dom Thanks ! TrekFan
  19. TrekFan

    Sending Multiple Binary Files to a browser with no Usr Intervention

    Hi there, I'm trying to send multiple files from the server to a browser without any user intervention to a default path on the client's machine. This is using vbscript on asp. To do this, I'm trying to use an xml object and using the ado.stream object, put each file...
  20. TrekFan

    HELP On Sorting Recordsets !!!!!!!!!!!!!!

    Hi there, I have a recordset with data (yes with data ! J ) .. and I need to be able to sort it by different columns (without requeryng the db). I though the “sort” property of the ADO 2.5 recordset would help me, but here is where it gets tricky: in case of “date columns” or “money fields”...

Part and Inventory Search

Back
Top