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...
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...
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...
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...
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...
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...
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...
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...
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.