|
[ANN] PasScript Forum
VIRT Laboratory announces the PasScript Forum:
http://disc.server.com/Indices/188712.html
This forum is for announces, posting information, questions, tips and hints
about the PasScript interpreter and TPasScript component for Delphi, Kylix
and C++ Builder.
Thank you.
--
Alexander Baranovsky,
VIRT Laboratory
http://users.ints.net/virtlabor/
http://www.passcript.com/
ab@virtlabor.donbass.com
Related Discussions - SENDING FILES VIA HTML!!! .... BUT WITHOUT ANY COMPONENT (2001-01-09 23:49:06)I really don't know if this will help you or not, but I came across it a while back and thought it might be of use to you regarding how you phrased...
- HOW CAN I ACCESS BTRIEVE DATA FILES (2001-01-24 06:38:59)Try downloading the Btrieve programmer's guide :
ftp://ftp.pervasive.com/documentation/btrieve/v615/B615PROG.PDF
Good luck ...
- ANYONE KNOW HOW TO BRING UP CONTROL PANEL APPLETS??? (2001-01-11 06:05:57)Or ...
ShellExecute(Application.Handle,'OPEN','CONTROL','NCPA.CPL',NiL,1);
Where the network dialog executes.
Regards
/Filip
- INTERNET (2001-01-25 06:26:09)Ok, to get the options into a listbox:
procedure TForm1.WebBrowser1DocumentComplete(Sender: TObject;
const pDisp: IDispatch; var URL:...
- FILESENDING WITH TSTREAMS (2001-02-03 21:35:38)just try the following before using sendstream()
//first create a memorystream say stream1 at designtime or at runtime as per your convinence...
- TO UNDERSTAND WHICH OBJECT IS SELECTED ON THE FORM (2001-02-06 03:35:55)Youh can find the active control element in the oject insepctor - property : ActiveControl
- HOW TO CREATE AN APPLICATION.... (2001-02-07 00:18:31)Try searching for "Small Exe" on this forum, because a lot of people have already answered this question many times.
I will provide one link...
- HOW TO CREATE DELPHI FORUM! (2001-02-14 07:09:16)I try to write a forum like the ubb in cgi with cgiexpert's vcl but it don't work quite. If I finish i can tell my url
- HOW TO CATCH CONSOLE OUTPUT (2001-02-21 01:37:01)Create New Application. In Form1 create new TRichEdit and TButton controls. Change the code of the form as bellow and enjoin.
Regards, Trungnq....
- WHERE DOES THE DATA GO? (2001-02-20 11:10:34)I managed to sort it myself this morning.
A bit embarassing really.
I wasn't closing my table anywhere, so basically the data was never...
|