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: DaniDak
  • Content: Threads
  • Order by date
  1. DaniDak

    ****** Crystal Reports 11.5 .NET API - Report Scheduling Question*****

    Hi, I'm using the Crystal .NET APIs to schedule a report on Crystal Enterprise Server. (Snippet code bellow). Everything works fine, I can schedule the report and everything, but the issue I have is that if I change the default option, lets says this time around users schedule the report to be...
  2. DaniDak

    ----- Copy a line to another file

    Hi, What I need to do is, I have a line number, I need to find that line in a file using that line number and copy the entire line to another file. (A Korn Shell example would be great) Thanks
  3. DaniDak

    -- How can I include a program version number in UNIX/C

    Is there a way when I compile my C program into an EXE in UNIX to associate a version number with my EXE. I know it's possible in Windows, but have never done it in UNIX. Thanks
  4. DaniDak

    --- Calculating optimal packet size ----------

    Hi How can I calculate the optimal PACKETSIZE needed for my stored procedure that returns large record sets back to the calling C program for further process. Thanks
  5. DaniDak

    *** Calculating the optimal Packet Size needed for a Stored Proc *****

    Hi, is their a way I can calculate the optimal packet size (PZ) needed for a Sybase Stored Procedure(SP), something like: based on number of SP parameters passed in, or on the amount of data returned. Thanks
  6. DaniDak

    *** Search DIR for file name ***********

    Hi How can I do the following using C in UNIX. I need to search a directory for a file and open that file. The directory will contain log files and some other file, that have a file name of: somename_DTS.log, DTS being date time stamp (20040429104607) when the file was created. the only thing...
  7. DaniDak

    ---------- Building a TextPad like Clip Library --------------

    Hello, I really like the TextPad Clip Library, and was wondering how can I build something similar inside my application, The TextPad Clip Library allows users to store code or text templates inside a file, and allows them to incudes those templates inside there documents; If you have ever used...
  8. DaniDak

    ---- Building one PC and Palm OS Application ---------

    I'm building a windows app., actually it's almost done, and I would like to have the same app. on my Sony Clie (Palm 5.3). I know I can build a PDA app. and use it on my desktop, but I would like to have a full-size app. on my PC. I don't like to be limited to the size of the PDA app., when...
  9. DaniDak

    IE 6 problem ----------------------

    Hi I'm using XP Pro SP1, IE 6.0 and dial up connection, which has been working fine until today.I can connect to the Internet with no problems, but I cannot access any pages or send e-mail. Offline is unchecked in IE. My other 2 computers access the Internet with no problem, so something must be...
  10. DaniDak

    ----- DataGrid Paging --------------------

    Hi, Can I implement datagrid paging in Windows forms, similar to datagrid paging used in asp.net. If yes, how? I'm asking this because, currently I have a datagrid that displays all my records, this would not be a problem if I did not have more then 1000 records. What I would like to do is...
  11. DaniDak

    ------ dragging images (pictures) around on a panel ----------------

    Hi I'm writing the MilleBornes card game, and I would like to know how can I drag cards(images) from one place to another on a panel. Is there anything like a floating panel (grid like) that allows for a image to be dragged from one grid cell to another. Thanks
  12. DaniDak

    ---- Adding Rows To DataSet -----------------

    Hi I have a Web form that fills a dataGrid with information from an Access DB. (Using two layer approach)In my business layer a fill my dataSet with info. from the DB and send it back to application layer where I fill the dataGrid. Everything works fine, what I need to do know is to add row(s)...
  13. DaniDak

    ****** Displaying missed days (Attendance Roll) ******

    Hi, I'm using Access 02 database for my small VB.NET Attendance Roll web application. In my database I store the day and time as DATE/TIME field, when someone logs in. Only one login is allowed per day. Now my question is, instead of just displaying the days and time from the database, I want...
  14. DaniDak

    Jar fille -------------

    Hi, I have a command line application that I want to make as a executable jar file, when I try to click on the jar file nothing happens, but it works fine when I run the jar file from the command line. Is it possible to run a command line application simple by clicking on the jar file like with...
  15. DaniDak

    ***Need help with IOException ***************

    I get the following Exception thrown when I try to save (write) the image ThumbPanel objects to a file: IOException: java.io.NotSerializableException: sun.awt.AppContext. The strange thing about it is that the Exception is not thrown every time i try to use the write method.. Can anyone help me...
  16. DaniDak

    **** Saving XP Service Pack 1 *******

    Hi I would like to know if it is posible to save the XP Service Pack 1 when it is downloaded to a CD and if it is than how. Thank you
  17. DaniDak

    ******Removing the deafault icon in the title bar*******

    How do I remove or replace the default icon in the title bar on a JFrame. Thank you.
  18. DaniDak

    need help with JComboBox -----------

    My problems is as follow. I have a JFrame that displays a picture, furthermore I have a zoom button, which calls the zoomIn method, inside the method I have instantiate a class ComboDialog which display a JFrame(200x90) in size over the already displayed JFrame containing the picture (parent...
  19. DaniDak

    get picture size ----------------------------

    Hi, I'm new to java. When I load an image(picture) from file, I need to get the width and heigth of that image so I can resize the JFrame to be the exact size as the image. Thank you
  20. DaniDak

    XP Pro BOOTING PROBLEM

    Hi, I'm running XP Pro, and everything worked find until I installed Java 1.4 sdk. After I installed Java it worked fine for about an hour and then it froze on me. After restarting the system XP came up in 4 bit color and 800x600 resolution. And an error appeared saying that it failed to load...

Part and Inventory Search

Back
Top