I have a Memo and want to copy it into a database TDBMemo.
FieldByName('NOTES').AsMemo := Memo1.Lines; doesn't work.
It doesnt like AsMemo.
Does anybody know the correct syntax ?
Frank.
I have a time in string format ie '09:45'
I want to convert this to a new time + n minutes
ie: time+190 minutes.
I can EncodeTime(09, 45, 0, 0);
but how do I add 190 or any number of minutes after this ?
Frank.
Frank.
Does anybody know how to specify the directory that Windows Explorer starts up in ?
I am fed up with it opening in C:\WINNT\Profiles\Administrator\Start Menu
I would like just the drives at root showing. Frank.
Does anyone know of a Component/Algorithm to convert ebcdic data to ascii using Delphi 4 Professional ?
I have sucessfully converted files from one AS400 using a simple if list, ie:
if Ch = 'â' then Ch := 'B'; etc.
This converts all the files from that server OK but only part converts files from...
I have written an application to ftp files from a Unix server (using NMFTP).
When I run the app. from a PC which does not have Delphi installed I get "File not found" on startup.
If I hit the return key the app. runs OK.
There is no indication what file is "not found".
The...
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.