Hi, we are using the fax service from windows 2003 server. Everything works but i'm unable to get the notifications to work. Normally when a user sends a fax on one of the last pages of the fax wizard he or she can enable a notification to be sent after succes/failure. This tab isn't there...
In Outlook there is an option to save an e-mail including any attachments as one single file. On opening this (eml-)file the attachments are visible within the message and can be opened seperately.
However in Groupwise if I choose to save an e-mail with attachments, I am forced to save every...
We have a document archiving tool that runs with interbase 7. Sometimes the server crashes and needs to be restarted. At first this crash occured every half an hour. After a while i noticed that the windows temp directory was filled with IB_Merge an IB_Sort files a quick google learned that the...
I'm using IB_Grids, the only way i know to get all selected rows is to loop the buffer and check if a row is selected, like this:
q.BufferFirst;
While not q.BufferEOF do begin
if q.Selected[q.BufferRowNum] then begin
if(WhatInList = COL_NUMBERS) then...
I have "ported" an application written in Delphi6 to Delphi7 it seems to work fine but the app does not recieve events anymore. I Commit after posting an event and all my event handlers are registred by the server. When i post an event from within the ib-console and commit it, nothing...
hi, im using Delphi6 and Interbase 6, i need a stored procedure that returns more than one row but whenever i try to create the procedure it says token unknown ; ?
This is my procedure:
CREATE PROCEDURE TEST_PROC(DOC_NR INTEGER)
RETURNS
AS
BEGIN
SELECT *
FROM DOCUMENT
WHERE NR = :DOC_NR...
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.