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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TheGreenOne

  1. TheGreenOne

    windows api functions for smtp

    Are there windows api functions for sending smtp messages?
  2. TheGreenOne

    Commit in a User Event

    In ASA 9, I have created a database User Event which calls a stored procedure, the event is triggered manually. The stored procedure has a loop which creates lots of new records. Within the loop it commits the changes. I read somewhere that if any error occurs in an event all changes are...
  3. TheGreenOne

    scroll a window

    Does anyone know how to programmatically scroll a window, not a datawindow? I first looked for functions or properties that I could use, but found none for a window. I then created a user event which responds to pbm_vscroll. When I manually click the scroll bar the event runs with the...
  4. TheGreenOne

    OCX in a nested report

    I have an ocx control that I want to be on each detail row of a report. Problem is when I place the control in the datawindow object it is in the foreground layer, and I cannot change it to the band layer (the only options are foreground and background). I really need a separate instance of...
  5. TheGreenOne

    opening a file

    It sounds like you want a drop down list box. For that you need to create a separate datawindow which will provides the list of choices. Then in the field where you want the value to go, use the edit tab of the properties window select "DropDownDW" for the Style. The options below will change...
  6. TheGreenOne

    MS-SQL developer - new to sybase

    Hi J, I am in a similar situation. I know noone replied to your question. Have you found anything? I could use a point in the right direction. I'm hoping for an on-line reference. Thanks, E
  7. TheGreenOne

    is Query Analyser an OLAP tool?

    Thank you Thank you Thank you
  8. TheGreenOne

    is Query Analyser an OLAP tool?

    Thanks johnherman, Further question: Would Enterprise Manager be considered an OLAP tool? If not what programs are OLAP tools?
  9. TheGreenOne

    is Query Analyser an OLAP tool?

    Would the Query Analyser program be considered an OLAP tool?
  10. TheGreenOne

    Cannot connect to FTP site.

    Thanks, the link was helpful. I am trying a different ftp client which is said to work from behind a firewall, FlashFXP.
  11. TheGreenOne

    Cannot connect to FTP site.

    I do have an exception for FileZilla.
  12. TheGreenOne

    Cannot connect to FTP site.

    Ok, I confirmed that I have SP2. I enabled UPnP in my firewall's exception list. UPnP had 2 items listed, I think they are ports, they were: TCP 2869 UDP 1900 I set the scope of both of them to "Any computer". I have an exception for FileZilla in my firewall. Tried it and it doesn't work...
  13. TheGreenOne

    Cannot connect to FTP site.

    I've been fighting this problem for about a week now. Every time that I turn off my firewall, I am able to connect to the ftp site. Wouldn't this indicate the the ftp site is ok, and that I have permission to connect? I did download an FTP client FileZilla. I don't recall if it was...
  14. TheGreenOne

    Cannot connect to FTP site.

    Yes, I have the passive setting checked in IE. I also added FileZilla as an exception to my firewall, with and without the ports in the exception list. It still doesn't work. I can't believe this. Am I the only one who can't connect to an ftp site from Windows XP Home?

Part and Inventory Search

Back
Top