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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SummerBob

  1. SummerBob

    Pad with 000's

    Actually, the correct format uses the %d descriptor as follows: var value: Integer; StrFmt: String; begin value := 5; StrFmt := Format('%.4d', [value]); { Will generate 0005 } end;
  2. SummerBob

    Editor Keybinding problem in Delphi 6

    When I use the Borland Editor Script enhancement package to remap my keyboard in Delphi 6, the IDE becomes extremely unstable, throwing numerous access violations and sometimes rendering the editor inoperable. I read somewhere that this is a known bug in Delphi 6. At home I have Delphi 7 and...

Part and Inventory Search

Back
Top