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

    "In Array" forrmula issue

    I am trying to have a simple array formula return a value to a report when no records are found. It currently leaves the field blank when no records are found. If it finds a record it returns the correct value. if {PM_VW.PM} in {?PM} then {PM_VW.PM_NAME} else "No Records Found
  2. loschiavoj

    Return a value from an Array

    I am trying to have a formula look for a Name in Table1/Column1 and return the number in the same row for Table1/Column2. When i execute the following nothing is presented in the filed for {Table1_Column2}. This is on CR 11.0 using an Oracle database. if {?Parameter} in {Table1_Column1} then...
  3. loschiavoj

    netra 440 with QGE card issue

    When Installing the QGE in a netra 440 the the two motherboard ce interfaces become instance ids ce0 and ce5 respectively. Ideally, I would like this to be consistent with the system that do not have the QGE installed. I beleive the results were caused because I installed the card prior to...
  4. loschiavoj

    SunPCi III in a V240

    I have installed a SunPCi III card in a V240. According to the Sun documentation the server now supports the use of the card, however the v240 is unable to see the card after the software has been installed. Any ideas?
  5. loschiavoj

    WCTP

    I am looking for a SDK for a Wireless Communication Transfer Protocol (WCTP) Server. Does anyone know where one could be found free/purchased?
  6. loschiavoj

    Exporting a Crystal Report in Rich Text Format Blank

    The reports are created in a VB app. When the reports are generated the information displays correctly. However when selecting to export it to Rich Text Format the file is created on the server without any information in it. (0 KB) It seems that this problem is sporadic in nature. The version of...
  7. loschiavoj

    Server has not yet been opened

    Running VB 6.0, Crystal Report 8.0.1 I created my Crystal Rpts inside VB using the Designer, so they may be packaged and deployed within VB. When I run my app on a client I can view all reports when the user has admin privledges, but if I change the user's privledges to user I have the...
  8. loschiavoj

    Long filename error

    When I try to open certain applications I get an error message that the application is not a valid Windows NT application. If I go to the registry and find the path it is displayed as follows "C:\program files\app.exe", if I edit the path to add quotes as follows ""C:\program...
  9. loschiavoj

    Ouputting the query to excel SQL Server 2000

    How can I output a query to an excel spread sheet? Ex. select * from table_name output to "c:\filename"
  10. loschiavoj

    ORA-01555 oracle 8i

    I am trying to update a record set via a stored procedure that gets called by my application, I receive the error message listed below. I have alredy increased the rollback segments on all numbers because I do not specify the segment that I am using. Any thoughts would be appreciated The...
  11. loschiavoj

    Multiple updates Oracle 8.1.5

    I am trying to run a multiple update statement; update (table) set (column_name) = (Value) where row = (id) update (table) set (column_name) = (Value) where row = (id) When I run this through SQL PLus as a combined statement I receive a n error "missing expresion". However if I run...
  12. loschiavoj

    NT Services eroor 0193

    When attempting to start an application that previously worked I am receiving the following message: "Could not start the pcAnywhere Host Service service on \\computername. Error 0193 %1 is not a valid Windows NT application." Keep in mind that I am aware that I can add dbl quotes in...
  13. loschiavoj

    Microsoft Message Que

    When trying to start up an application that uses MSMQ I receive the following message: "C:\centaur\Prepaid\prepaidapp\WINS.cpp 185: Error 80004005, C:\centaur\Common\CallManLib\CallCtl.cpp 167: Error -2147467259, Call Manager could not open SMPP message queue " I have already gone...
  14. loschiavoj

    UNC from client error

    When trying to run an executable on a client from the server using UNC I entered the following at the command line; c:\\Server\Directory\Subdirectory\Executable I receive the following message: The name specified is not recognized as an internal or external command, operable program or batch...
  15. loschiavoj

    Run VNC viewer to a WIn2K client

    When trying to connect to a Win2k client through VNC the following message is displayed, 'Connection Closed'. On a similar client running Win95 the connection is accepted. Both systems are identical except for the operating system. And VNC was set up identically on both systems. Does anyone no...
  16. loschiavoj

    Client

    I have a NTWorkStation Server And a NTWorkStation Client attached to the server. On the client I only want to be able to access applications and reports on the server. I would like to do this without giving the client full administartive rights but have been unsuccessful. Any ideas?
  17. loschiavoj

    In CR some of reports print in large unreadable fonts

    This is a problem that has me baffled. 95% of my reports print without any problems, however a few are printing in a large font all over the page. These pages are unreadable, and it appears to be a problem with the text fitting the page. I have already checked the simple things like the font...

Part and Inventory Search

Back
Top