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. 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...
  16. dmarnerou

    Hi, Does anyone know how I can sel

    I have a Directory List Box (TDirectoryListBox) and a File List Box (TFileListBox) and when I select a file from the File List box I want to get the path of the file eg. "C:\My Documents\myfile.doc"
  17. 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
  18. dmarnerou

    UpdateDBGrid

    For example I have a DBGrid which shows some records and a button which deletes a selected record. i want to implement another button, the Refresh button, which will show me the updated DBGrid. Source code would be really helpful Thanks, Demetra
  19. 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
  20. 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

Part and Inventory Search

Back
Top