Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BRADENSTOKE

    TMemo to TDBMemo Delphi 4

    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.
  2. BRADENSTOKE

    How to add a number of minutes to a time

    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.
  3. BRADENSTOKE

    EDI v XML

    Can anyone give any advantages of XML over traditional EDI (EDIFACT, ODETTE) ? I can think of disadvantages only. Frank.
  4. BRADENSTOKE

    SQL STATEMENT

    How do I raise a number to a power in an SQL statement? ie if DMN is a field with values of 1, 2 etc I want to say FIELDNAME*(DMN-1^10) Frank.
  5. BRADENSTOKE

    Hilight text & position cursor

    Having located a string in a TMemo or TRichEDit, How do I hilight the text and position the cursor so it is visible in the window ? Frank.
  6. BRADENSTOKE

    Explorer Default Path

    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.
  7. BRADENSTOKE

    Windows help not working

    Whenever I click on HELP in any application I get the hourglass for a second and then nothing. The help system has stopped ! Help ! Frank.
  8. BRADENSTOKE

    Converting EBCDIC to ASCII

    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...
  9. BRADENSTOKE

    File not found error

    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...

Part and Inventory Search

Back
Top