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!

Search results for query: *

  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

    is Query Analyser an OLAP tool?

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

    Cannot connect to FTP site.

    I am using XP Home, I don't see a forum for Home so I'm posting this question here. I'm having trouble connecting to an ftp site which I previously was able to connect to. This is the message that I get from IE: "Windows cannot access the folder. Make sure you typed the file name correctly and...
  7. TheGreenOne

    function parse error

    Hi All, I'm a php newbe. What is wrong with this php function? function testfunction (arg1) { $avar=arg1; } I am getting this error: Parse error: parse error, unexpected T_STRING, expecting ')' in /homepages/7/d92446751/htdocs/proj/connect.php on line 27 the function starts on line 27. it is...
  8. TheGreenOne

    need to download a file from the internet

    I'd like to put code in my PB app to download a file from the internet. I want to keep it simple, if possible. I tried this: run('C:\Program Files\Internet Explorer\iexplore.exe http://www.freewebs.com/ellenweb/Q-Logo.zip') It works ok, It finds the file, and opens a File Download window...
  9. TheGreenOne

    Does sending smtp messages attract spam?

    I rarely use my work email address on the internet. Up till recently I rarely got spam at work. Recently I began testing a program to send messages to my customers. The messages I plan to send are only ones that are requested by the customer, it is not spam. I am using a free ware smtp program...
  10. TheGreenOne

    Clustered Index, Insert Sequence

    Does SQL Server 2000 tag records in a table with anything to indicate the sequence that the records were inserted? I have a clustered index on this table. I understand that as records are added they are not appended to the end of the table, but inserted into the table according to the clustered...
  11. TheGreenOne

    Documentation for PBORC60.DLL

    Receintly I got some very help information about using external functions from PBORC60.DLL. I am using the PBORCA_CompileEntryImport function. 1. Is there documentation for PBORC60.dll? Perhaps it is PB installation option, or is it undocumented? Where might I find the documentation? I...
  12. TheGreenOne

    sleep()

    Has anyone ever heard of the sleep() function? I came across it in a program. It compiles ok, and runs ok. But I don't find it in help. I'm guessing is might pause the program. Any Ideas?

Part and Inventory Search

Back
Top