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

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

    Move an Excel worksheet from one workbook to another

    Hi, I am trying to move an Excel worksheet from one workbook to another by using OLE2 objects. Does anyone know how this can be done? Thanks in advance, DM
  2. dmarnerou

    Call Graphic Builder display from Form Builder

    Hi everyone, I would like to ask how I can call a display (eg a bar chart) I made using Graphics Builder through a Form's button. Thanks, Demetra
  3. dmarnerou

    Sorting the values of a chart's axis.

    Hi everyone, I am creating a chart using the Oracle Graphics Builder but the data on the x-axis(these are dates) are too many!! Is there a way I can group my data by month or by year? Thanks, Demetra
  4. dmarnerou

    Chart display

    Hi everyone, I am building an application and the thing I want to do is this: I have a data block displaying some information and I want this information to be displayed on a chart as well. I created my chart using chart wizard and the result I got was a chart displaying only the 10 first...
  5. dmarnerou

    Set_Item_Property for a Text item

    Hi, I'm developing a program and the thing I want to do is this: I have two radio buttons and a text item(which receives number). I want the highest allowed value of the text item to change very time I check one of the radio buttons (for example, when I check the first radiobutton to set the...
  6. dmarnerou

    Log file

    Hi, I created a database using SQL Server which I update through my delphi program. I want to know how I can write every change that occurs on the database (eg. when a record is inserted, or deleted) in a log file. Please answer asap.
  7. dmarnerou

    Log file

    Hi, I created a database using SQL Server which I update through my delphi program. I want to know how I can write every change that occurs on the database (eg. when a record is inserted, or deleted) in a log file. Please answer asap. Thanks, Demetra
  8. dmarnerou

    Image download from SQL Server database

    Hi, Is there a way I can download an image from an SQL Server database. For example, could I select an image from a DBGrid and then that image would be downloaded to a directory I will specify. Thanks Demetra
  9. dmarnerou

    Load image from DBGrid into a DBImage

    Hi, I have a DBGrid which gets information from an ADOTable. I want to select a row from the DBGrid and when I press the button Show Image I want the selected image to appear in the DBImage field. So basically i want the source code behind the Show Image button :) I am working with *.bmp...
  10. dmarnerou

    Select with WHERE statements

    Hi, In a program I'm developing I have a screen in which I have a DBgrid with the information of images. Each image is connected to a person. I have a field in which I want to write the patient number and then in the DBGrid to see all the images connected to that person Any idea how I can do...
  11. dmarnerou

    Hi, Does anyone know how I can sel

    Hi, Does anyone know how I can select an image from a List Box and automaticaly in a field get the path of that image? Source code will be much appreciated! Thanks, Demetra
  12. dmarnerou

    save *.bmp on database

    Hello, Does anyone know how I can save a *.bmp file I selected from a FileListBox and save it on a database? Please respond asap. Thanks, Demetra
  13. dmarnerou

    UpdateDBGrid

    I would like to ask how to update a DBGrid while my application is running. For example if i change the data on that dbgrid it does not show the changes immediately but only after i run the program again. I want the DBGrid to update at runtime. Anyone knows how I can do this? Thanks, Demetra
  14. dmarnerou

    Send SMS

    hello i would like to ask if anyone knows how i can send an sms from my delphi program. any source code is welcome thanks -demetra
  15. dmarnerou

    How to create a setup

    I would like to ask how can I make a setup that when it is executed will install a program I created using the delphi 6 tool. Thanks, Demetra
  16. dmarnerou

    How can I enable search?

    Hi, I would like to ask how can I enable search in my Delphi program to search for an image on my disc and then save this image on the database I created using Microsoft's SQL Server, which is connected with my program. It would be very helpful if you could provide me with some sample code...
  17. dmarnerou

    How to run an .exe file from a delphi program

    Hi, I would like to ask if anyone has ever tried to run an executable from a delphi program. Is there a command that does this? I would appreciate it very much if you could provide me with some sample code. Thank you, Demetra
  18. dmarnerou

    Use of imaging tools from a Delphi project

    Hi! Does anyone know if there is a way I can use a tool, such as Imaging Toolkit for Delphi, from a Delphi project? Please respond asap if you know... Thanks
  19. dmarnerou

    How are components used?

    How can I use the Delphi components I downloaded? Is there a way I can install them? - Demetra
  20. dmarnerou

    IMAGE READING AND PROCESSING

    Hi. I am developing an application using Delphi 6 and at this point I need to do the following: - Read and show images with .tiff, .gif, .bmp and .dicom format. - Perform zoom, crop, draw circles over specific areas and draw the histogram of an image, upon request from the user. Does anyone...

Part and Inventory Search

Back
Top