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!

Search results for query: *

  • Users: bwysocki
  • Content: Threads
  • Order by date
  1. bwysocki

    Net connect lost with 98 clients w/2003 server

    We recently upgraded from an old NT4 server to a new Win 2003 server. On our workstations we have several logical drives mapped to folders on the server. With a Win 2000 workstation we have no problems. But on our PC's running 98SE after a certain amount of time with no network usage, the...
  2. bwysocki

    Understanding terminfo setf/setb

    I'm working on a ncurses application. Right now I have a customized ansi terminfo entry and it works mostly like I want it to. However I'd like to tweak the colors a bit, but I'm having trouble deciphering the setf and setb entries. Right now I have...
  3. bwysocki

    Extended ascii in gcc program

    I'm in the process of porting a SCO Unix C program over to SuSE Linux. It is a text based program which I am currently executing in a bash shell through the KDE Konsole shell program. (on SCO it runs from the ksh command line). The program is written in C which I compiled with gcc. The program...
  4. bwysocki

    segmentation fault with gcc

    I'm porting some C code from SCO over to SuSE Linux. GCC is throwing me a segmentation fault when I run the code.. (Calling function) myfunc("\n"); . . int myfunc(st) char *st; { int org_len; org_len = strlen(st); if( st[org_len-1] == '\n' ) { /* note: org_len is 1 */...
  5. bwysocki

    typing quote marks in kde

    I'm in the process of setting up a new box with SuSE Linux Enterprise 9. The system boots to KDE (3.2.1). The one problem I'm having is that I can't type quote marks ("). this makes using VI from a Konsole session interesting. :) I've tried other apps within KDE and can't type a " in them...
  6. bwysocki

    Whole values on bar chart axis

    Another CR7 bar chart question for you all. I have an auto ranging Y-axis on my bar chart. The numbers have been formatted to display zero decimal places. The only numbers that will get displayed on the chart are whole numbers. Yet given the right data I sometimes get a chart that has axis...
  7. bwysocki

    Make bar chart color the same (CR7)

    I am trying to make all the bars in my chart the same color in Crystal Reports 7. In the chart editor it shows what I presume is the first three bars of each series. I changed all of these to the same color (red). The problem is when I view the report, there are other bars that are show with...
  8. bwysocki

    NAV 2003 LiveUpdate - definitions date never changes

    Recently I did a live update which installed some new components to my NAV. I believe it was an update to Symantec Redirector. Ever since then when I do a liveupdate, it will download the virus definitions, but never change the virus definitions date. Each time I retry liveupdate it thinks it...
  9. bwysocki

    viewing PDF and back button

    Hello all, I have a form where the user clicks a button on the page and it brings up a PDF in acrobat reader on the same page. The problem with this is that once I'm in the Acrobat plug-in the browsers back button is disabled because IE thinks I've never left my first page. My first thought is...
  10. bwysocki

    Unable to connect: incorrect log on parameters.

    Hello, I'm attempting to use CR9 to view reports in a web application using VS .NET 2003. I dragged the CrystalReportViewer on to a web form and did databinding to a test report. The report had a few text fields on it, with no database fields. It runs ok. I log on to a database. It still runs...
  11. bwysocki

    Moving from Crystal to Reporting Services

    Hi all, We are currently evaluating moving from Crystal Reports to a new product for our .NET project. We have looked at ActiveReports .NET and SQL Reporting Services as possible alternatives. We also have several reports already built in Crystal. Is there some sort of way to import RPT files...
  12. bwysocki

    Accessing fields off the page

    I'm working on an old CR7 Report someone else created and I've come across a problem. There are fields on the report that are off the right hand edge of the page. The report is in landscape. Changing the paper type from letter to legal gives me access to few more of the fields. But there are...
  13. bwysocki

    PEStartPrintJob throwing exception

    Ok I'm stumped, We have one report that refuses to export to RTF. It runs to the screen fine. You can also click on the export button after it has been displayed on the screen and it works ok. Doing some further digging I found that the program is crashing on the...
  14. bwysocki

    Migrating from CR7 to CR9

    We are moving from CR7 to CR9 with our VC++6.0 application. Should I expect any hiccups in VC with using CR9? How about transitioning to VS.NET 2003? Also, we export to RTF using CR7. The results are a bit less than ideal because of formatting goof ups etc. that seem inherent to CR7. Does CR9...
  15. bwysocki

    daylight savings problem

    Hello all, A problem came across to me with our DOS application concerning daylight savings time. The program is compiled in Microsoft C 6.0. The problem seems to happen when running on Windows 2000. We tried the executable on Windows 98SE and it seems to work fine. Here's the problem...
  16. bwysocki

    .NET Grid control

    Hello all, We've been using Visual C++ 6.0 with Rogue Wave's Objective Grid package for grid controls. Now we are looking to move into the Visual Studio .NET 2003 world designing web screens. From what I know, Objective Grid doesn't work on the web. Do you guys have any recommendations for a...
  17. bwysocki

    copy CListView contents to clipboard

    Hello all, Is there a way to copy the contents of a CListView window to the clipboard? I'd like to be able to highlight some or all of my data and copy it to the clipboard. But I'm facing two problems. 1) The data is in multiple columns, and I can only highlight one column. 2) copying...
  18. bwysocki

    Netscape and tables

    I've designed a web page that looks great in IE6. I try it in Netscape 4.79 and there are a few problems with my table. (big shock right??) :) First of all I have the following. <th width=&quot;110&quot; valign=&quot;center&quot; align=&quot;center&quot; style=&quot;BACKGROUND-COLOR...
  19. bwysocki

    Hiding columns in bar graph chart

    On CA9, is there a way of keeping data from displaying in a chart? I want to have a worksheet that displays three columns of data, but have a bar graph that only draws bars of the first two columns of data. Is this possible? Thanks, Bob
  20. bwysocki

    Error publishing CAR file

    I'm new to Crystal Analysis and Enterprise. My current configuration involves two PC's. The first is the Web Server which has Crystal Enterprise installed on it. The second is the OLAP server which has Crystal Analysis installed on it. I have a CAR file which I've created in report designer...

Part and Inventory Search

Back
Top