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!

Recent content by dmarnerou

  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

    Move Excel Spreadsheet Using OLE2

    Hi krindler, I am having a similar situation as the one you're describing. I am trying to move a worksheet from one workbook to another. Did you manage to solve your problem and if so could you tell me how? Thanks and regards, Demetra
  3. 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
  4. 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
  5. dmarnerou

    Chart display

    THANK YOU!
  6. 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...
  7. 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...
  8. 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.
  9. dmarnerou

    Log file

    can you provide me with some source code pls?
  10. 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
  11. dmarnerou

    Load image from DBGrid into a DBImage

    the image does not appear
  12. 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
  13. dmarnerou

    Load image from DBGrid into a DBImage

    I tried to do this but it didnt work. any other idea?
  14. 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...
  15. 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...

Part and Inventory Search

Back
Top