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 Mike Lewis 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. DaniDak

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

    Well, is there a way to schedule the report that does not change the default settings using the .NET APIs.
  2. 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...
  3. 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
  4. 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
  5. 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
  6. 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
  7. DaniDak

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

    Thanks for your information. I really do appreciated.
  8. 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...
  9. 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...
  10. 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...
  11. DaniDak

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

    Thanks for your reply aSugerBE, The ports are not blocked, so it shouldn't be that. There is also a DNS server, it's the same as my other computers, which do not have any problems accessing pages. any other suggestions.... Thanks
  12. 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...
  13. 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...
  14. 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
  15. 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)...
  16. 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...
  17. 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...
  18. 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...
  19. 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
  20. 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.

Part and Inventory Search

Back
Top