Hi. It may look my question is already in the FAQ. But it is not.
I need to open (i.e.) a pdf file.
I would use (Ctrl C Ctrl V from FAQ)
iHandle:=ShellExecute(0, 'Open', PChar('c:\ADoc.pdf'), PChar(''), PChar(''), SW_Hide);
The returned value "is said" to be the handle.
If so, I would then use...
I think every one, at least once, had the problem to record sound.
I did it this say ....
Procedure Start_Recording;
begin
bIsRecording:=False;
try
Log.AddLine('Opening multimedia ....');
mciSendString( 'OPEN NEW TYPE WAVEAUDIO ALIAS mysound', nil, 0, Main_Form.Handle)...
Hallo.
For customer reasons I must come back to FB. I tried a way to backup data in transportable format using gbak and then restore with FB. But it doesn't work.
So I need to write an appication to pass the data.
The problem is:
since on the same application there will be two TIBDatabase I must...
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.