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

    Instant Messaging System scans primary domain only?

    Hi Attempting to write a distributed (not a client/server chat) IMS using mailslots I encountered the problem of having each IMS instance autodetect instances running on remote hosts. Seems like hosts are aware of instances on primary domain hosts but are not able to 'see' hosts beyond this...
  2. xartas

    How to list hosts connected to a LAN?

    Thank you earlrainer. I'll try it as soon as I can. Seems like your code piece is just what I was looking for. Thanks again!
  3. xartas

    How to list hosts connected to a LAN?

    Hi! can someone provide a code snippet that lists every machine connected to a LAN? I'm trying to retrieve network names for those PC's in my domain and outside my domain but connected to the LAN my machine belongs too. The main trouble I've encountered using mailslots to solve this problem...
  4. xartas

    Undocumented keystrokes

    Selecting the parent component Did you ever have the problem that your form (or a component) was completely covered by components so you couldn't select it any more? Scrolling through the object inspector's list of components can be...
  5. xartas

    Linked tables

    Linked to Access.
  6. xartas

    Linked tables

    Hi! I'm trying to set a condition to a table field so that the linked Oracle database table contains filtered records only. With this I attempt to improve performance in my VBasic module. Does anyone know how to accomplish this goal? Thanks a lot for yer help!
  7. xartas

    exporting a access report to word

    Does anyone have a VBasic code snippet that exports an access report including images to a word document? Thanx for yer help!
  8. xartas

    How to output an image from Access to Word?

    I have an Access report I want to save as a Word file. I have tried to publish the report containing an image but in the Word file the image does not appear. I used the OutputTo function to perform the export, but that doesnt seem to work. Any idea how to get the image in the Word file along...
  9. xartas

    locking a column

    Thanks sweb for yer help. That hint was helpful enough to get round the problem for the moment.
  10. xartas

    locking a column

    Hi! Anyone can give me a hint on next problem? I'm trying to have a TStringGrid or TListView locking one column. What I want is a TOAD-like behaviour. In TOAD you can lock a column in the Tables tab and then browse a table scrolling to the right and to the left all normal columns but...
  11. xartas

    extracting any file icon

    This is the full unit's source code for a program that extracts and saves file icons: {Place 2 buttons, one open dialog, one save dialog, one image and one bevel on your main form. Note: I used Torry's buttons, replace them by standard buttons if you don't have Torry's components.} unit...
  12. xartas

    Get the icon from an exe

    Place TButton and TImage on the form and test this code... uses ShellAPI; function GetFileIcon(FileName: string; var DocType: string): TIcon; var...
  13. xartas

    SOURCE CODE

    try http://www.delphi.about.com/ http://www.delphiforum.com/ regards
  14. xartas

    Local Machine Name

    Hi, i'm writing a program that needs the local machine name of the machine where it's running. Which function should i use to read this parameter? Best regards.
  15. xartas

    TListView items column (vsReport) fixed

    Hi! Anyone knows how to keep the items column fixed in a TListView with vsReport so that it's not scrolled and remains always visible? Thanks!
  16. xartas

    TChartSeries not displayed

    Hi folks! I have placed a Chart component on one of my App's forms and added 2 series to the chart. Up to this point evrything works right. The problem comes when I add a third series, more exactly a TeeFunction which uses the previously added series as data sources and performs an addition...
  17. xartas

    MDI Parent scrollbars

    Hi! an easy one: how to prevent scrollbars from appearing when moving mdi children windows around and getting them partially out of client area? Thanks a lot folks!
  18. xartas

    TAction OnExecute event handler

    Hi! I´m having trouble with OnExecute event of TAction. In certain point of my code I assign no response to OnExecute event of open New MDI Document standard action to get associated VCLs (in my case menu item and toolbar button) disabled. So far everything all right but when I perform a new...
  19. xartas

    hide an mdi child form

    Hi! anyone knows a way to hide an mdi child form and prevent it to be rearranged when an action (window cascade, tile or whatever) takes place? thanx!
  20. xartas

    multi-item select in tree views

    Hi! Anyone knows how to select (highlight) more than one tree view items at the same time? thanks!

Part and Inventory Search

Back
Top