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 bkrike 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 DaniDak

  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)...

Part and Inventory Search

Back
Top