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 Chriss Miller 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: *

  • Users: masterDicanio
  • Content: Threads
  • Order by date
  1. masterDicanio

    sum a column in dbgrid !

    Hi my table has a column named [sell_price] i show all the records in dbgrid using adotable and a datasource i want to show the sum of sell_price column in the bottom of dbgrid using a lable ! i wanted to use fkaggregate field (s a new field for my adotable) and set it's expression to...
  2. masterDicanio

    insert a new record in the middle of table !

    Hi i want to insert row in the middle of table , then i set the dbgrid current record to 3 (for examp) and then , a button click do : adotable1.insert . then a new record insert abow of active record ! i fill it and press another button that does : adotable1.post ! but it sends the new record...
  3. masterDicanio

    file in unicode !

    Hi when i write unicode (widestring) to a text file , it doesnt store as unicode ! i should open notepad and save the file as unicode or utf-8 and it is sooooooooo bad info : i just use assignfile and rewrite and writeln functions !
  4. masterDicanio

    minimize bsnone windows !

    Hi i have a bsnone border style window ! when i minimize window with code ! it will be a button near the taskbar and doesnt minimize to taskbar completely ! any idea , how i can minimize it completely ?
  5. masterDicanio

    Thread Locale

    Hi i used setthreadlocale() to change locale of my application thread ! it executes and returns success ! but locale is also set to default system locale ! i use windows 2000 advanced server , anybody knows why setthreadlocale doesnt work ? i red microsoft changed the way for setting thread...
  6. masterDicanio

    transparent dbctrlgrid

    Hi i need to make dbctrlgrid transparent or a picture for it's background ! but it seems no canvas it has ! , if you suggest another control ! it may be helpfull ! any idea ?
  7. masterDicanio

    unicode in win9x

    Hi anybody know , how to use "Microsoft Layer for Unicode" for delphi applications ? i just found C++ examples !!!!!
  8. masterDicanio

    dbgrid scrollbars

    hi how i can notified for dbgrid scroll bars scrolling ? i mean , when a user scroll db grid (horz or vert) i can response to it !
  9. masterDicanio

    something wrong with my UTCOFFSET

    Hi i want to get utc time , then i use : Dim myzone as timezone = timezone.currenttimezone response.write(myzone.ToUniversalTime(now)) but it shows 1 hour lower than exact UTC time , i checked my windows time zone and found it correct [GMT + 3 : 30] then i checked this ...
  10. masterDicanio

    point an event to a function !

    Hi i want to create an TCombobox in runtime and make onChange event to call a function ! it seems i can not use : comboboxname.onChange := a function , it is wierd (cause onChange is a TNotifyEvent ! then how i can do this ?

Part and Inventory Search

Back
Top