Lifecycle Development Questions and Answers

Recent IT Questions

41 - 60 of 70

Listing Documents In A View based on the Current User Role

Hi All ! I need to list the documents in the view for the Current User role.(For Example, I have the user role as 'Developer' enabled, so I need to list all the documents that have been created using this 'Developer' user role). Waiting for a prompt and positive reply. Regards Ravi.

View Answer   |  Apr 19 2005  1:25 AM GMT
Lifecycle development, Development
asked by ravigo

  0 pts.

HELP

I'D LIKE TO ASK HELP IN PROGRAMMING ESPECIALLY IN VISUAL BASIC.PLS SEND ME UPDATES ON DATABASE PROGRAMMING, INTERNET AND OTHER RELATED AND IMPORTANT KNOWLEDGES. THANKS.

View Answer   |  Apr 14 2005  11:59 PM GMT
Tech support, Networking, Programming Languages
asked by tazzygurl

  0 pts.

I am sending some zipped files to a server, using IBM FTP CS V1R4(exec pgm=ftp). Is it possible to FTP a file in PDF format or some other more printable format than text?

I am sending some zipped files to a server, using IBM FTP CS V1R4(exec pgm=ftp). I am executing cobol and ftp programs...Is there any possibility of returning the reports as PDF files (or some other more printable format than text). I mean when a user opens a zipped file they want to see PDF file,...

View Answer   |  Apr 14 2005  1:23 PM GMT
E-mail applications, IT architecture, Implementation
asked by master6

  0 pts.

Offshore Outsourcing delivery model

There is much information about Offshoring on the web but if you go deeper there is little about hands-on experiences. Does anybody have detailed information or experience about an Offshore delivery model? What are the drawbacks and traps for the project managment, where are the differences to the...

View Answer   |  Apr 12 2005  7:53 AM GMT
Lifecycle development, Outsourcing, Development
asked by ger515

  0 pts.

Programming General

What are differences between following terms AND give advantages and disadvantges for each? - COM - COM+ - MTS - Activex Component - DCOM - CORBA - RMI - .NET

asked by manojvisnagar

  0 pts.

Crystal Report Print Engine API in Domino

Hi, I would like to print crystal report using Print Engine API. As refer to some of the discussion, global.nsf & global32.lss are the example that requested to refere to, but I found that these 2 example are from older version of crystal report and Notes. The object that used in the Lotus...

View Answer   |  Apr 6 2005  4:41 AM GMT
Lifecycle development, Software testing, Automated
asked by tcc

  0 pts.

How to call Visual Basic Module using Lotus Script

Dear sir /madam, I would like to seek for your advice on how to call Visual Basic Module using Lotus Script. Is it possible to do so? Actually I am looking for a method that can be used to do reporting for Web Application. Lotus Script is not able to run on the web, so I may need to...

View Answer   |  Apr 4 2005  3:52 AM GMT
Visual Basic, Lifecycle development, Software testing
asked by tcc

  0 pts.

Exception handling in CL without Command level MONMSG

i Have a CL program in which commands are added quite frequently . Because of the frequent addition of commands - adding command level MONMSGs to monitor each error is rendering the program BULKY. Is there any way to trap all possible error messages on all the commands in the CL program without...

View Answer   |  Mar 21 2005  4:28 AM GMT
Lifecycle development, Development
asked by rasaw13b75

  0 pts.

Versioning and merging products for oracle

Has anyone been working with/implementing any versioning products with merging capabilities for oracle pl/sql? I'm hoping for some recomendations.

View Answer   |  Mar 11 2005  7:55 AM GMT
Administration, Migration, Oracle
asked by Cleveland

  0 pts.

CLOB - Fetch out of sequence

I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like: select XML_DATA from XML_TABLE...

View Answer   |  Mar 3 2005  10:48 AM GMT
Oracle, SQL, Lifecycle development
asked by GinaOL

  0 pts.

Domino mail: Dealing with leavers/resignations; forwarding

Is there a way after an employee has left and their profile & mail account have been deleted to collect all mail sent to them into your domain. Then to reply & forward these mails? Remember, their profile, person doc & mail account are deleted. An idea I have is to set up a new profile called...

View Answer   |  Mar 2 2005  11:02 AM GMT
Tech support, Help Desk, Security
asked by jellybean

  405 pts.

PMP transitioning from tech oriented projects to business oriented projects

I am a PMP with 10+ years experience in implementation oriented projects (rollouts, user moves, infrastructure, NetOps, etc.) for internal clients. I want to transition to business oriented projects (SAP, PeopleSoft, SOX, SW development, etc.) for external clients. I am fully familiar with PMI...

View Answer   |  Mar 2 2005  10:08 AM GMT
SAP, Oracle, Microsoft Windows
asked by johnnylac

  0 pts.

Developing an antivirus (efficient):for Windows:Using VC++-2

I am working on a Project for making an antivirus.I have 2 other project parteners. But we don't have an guidance on how to develop the antivirus.Plz give me any relevent Information on this subject.(like components of AV,Algorithms(efficient),methods,general dection & removal of virus).(Also tell...

View Answer   |  Feb 24 2005  3:49 AM GMT
Security management, Tech support, Help Desk
asked by 423883

  0 pts.

Developing an antivirus (efficient):for Windows:Using VC++

I am working on a Project for making an antivirus.I have 2 other project parteners. But we don't have an guidance on how to develop the antivirus.Plz give me any relevent Information on this subject.(like components of AV,Algorithms(efficient),methods,general detection & removal of virus).(Also...

View Answer   |  Feb 24 2005  3:49 AM GMT
Security management, Tech support, Help Desk
asked by 423883

  0 pts.

Create an MSI which installs for all users

Hi All I am creating an MSI install for my VB6 application using Microsoft's Visual Studio installer. When its installed it only registers the ActiveX EXEs for the current user and creates shortcuts under the current users profile. I would like this to install for all users on that machine. Any...

View Answer   |  Feb 1 2005  6:21 AM GMT
Lifecycle development, Development
asked by spike274

  0 pts.

systems analysts

What are the advantages(4) and disadvantages (4) of a systems analyst who is from within an organisation that is developing the new system?

View Answer   |  Jan 26 2005  6:47 AM GMT
Lifecycle development, DataCenter
asked by 19831982

  0 pts.

TopIndex property for .NET Web ListBox

I'm trying to automatically scroll down to the last inserted item in a multi-select ListBox when only a few of the total # of rows are visible. Windows.Forms ListBox control has a TopIndex property that allows you to do that, but there is no similar property for the Web control. Note: In a single...

View Answer   |  Jan 21 2005  9:44 AM GMT
Hardware, Programming Languages, SQL
asked by Nohemi

  0 pts.

Make records(values) as a column header

Hi, I have a table 1, table2. table 1 ======== id, -- Primary Key fname, lname, birth_dt, status table2 ------- id, -- FK reference to table 1 survey_id table3 ------- Qid, -- PK survey_id, -- FK reference to table 2 question -- has values like q1, q2, q3, .. ans also I wants to store this...

Answer Question   |  Jan 16 2005  3:36 PM GMT
Lifecycle development, DataCenter
asked by oratips

  0 pts.

Developing a Java application(a batch)that transfers data from SAP to Oracle DB and vise versa. HELP ME PLEASE!

Hello, I'm a student and a newbie. I wanna learn Java in relation to SAP-BAPIs. My Test db is Oralce and I wanna develope a small application(call it a batch) that stores SAP Jobs(e.g meta data) in to my test Oracle db. The application should also be able to do bidirectional transaction(from SAP to...

View Answer   |  Jan 12 2005  10:59 AM GMT
Oracle, Lifecycle development, Development
asked by Lysoka

  0 pts.

Microsoft Office Reset Tool

I am looking to find a way to Restore Office97/Outlook 2000/Win2000 and Office XP/Outlook 2003/WinXP setting to the original state. I need it in a fashion that an instructor can walk into the training room and be able to run on their own.

View Answer   |  Dec 21 2004  10:29 AM GMT
Hardware, Windows XP, Windows 2000 desktop
asked by cosseta

  0 pts.

41 - 60 of 70