Development Questions


Website redirect to corporate policy page
We want to block the websites facebook and twitter. We want those pages to redirect to a page displaying company policy on browsing to social sites from our corporate network. How do we go about doing this?

Answer Question   |  September 9, 2010  2:46 PM
Network management, Network Policies, Policy Management, Redirect, Security in 2010, Security management, Security policies
asked by:
975 pts.

NetTerm for Linux
is there some substitute for netterm of xp in linux ?

Answer Question   |  September 12, 2010  12:50 PM
Application software, Linux, Linux applications, Windows XP
asked by:
40 pts.

Shared formula error message when opening
Shared formula from /xl/worksheets/sheet3.xml part error message upon opening.

Answer Question   |  September 8, 2010  2:32 PM
Excel error messages, Excel worksheets, Windows XP, XML
asked by:
5 pts.

How do I use primary keys in SQL server?
I have a table called course,and course_id is primary key in this table. I created another table subject.I mapped these 2 tables by course_id as foreign key,I  created another table teacher,i want to map this with subject, only subject_id to teacher_id mapping is required,how i mapp this,can i use course_id?  

Answer Question   |  September 9, 2010  7:03 AM
Primary keys, SQL, SQL Server, SQL tables
asked by:
75 pts.

Can I access job info directly from the CA-View
What I would like to do is to display a list of jobs that are defined to CA-View then retrieve those jobs using SARBCH. I have a list, but it has to be manually maintined and I am trying to remove that aspect of the process.

Answer Question   |  September 7, 2010  5:07 PM
CA View, MVS, MVS system, REXX
asked by:
10 pts.

get an i-Series *LIBL in a .NET program
I have a .NET programmer asking how he can get the i-Series *LIBL. Based on how the connection is established we can run under 6 different environments. A production and a test for 3 different locations. These are all running on the same i-Series machine. Any ideas or pointers? I have just started looking into [...]

Answer Question   |  September 7, 2010  4:37 PM
.NET, AS/400, iSeries, LIBL, RPGILE
asked by:
4,115 pts.

Object Sender and EventArgs in Visual Studio 2005
For Knowledge:- Private Void Textbox1_TextChange(Object Sender,EventArgs e) Private is Modifier Void is Returntype Textbox1_TextChange is an Event So what is Object sender,EventArgs e and how does it works? may be i wrong in above case but it’s necessary to understand it better.

Answer Question   |  September 8, 2010  3:11 PM
C#, Visual Studio, Visual Studio 2005, VS 2005
asked by:
260 pts.

Interview preparation
I have 34 years of IT experience and has been retrenched a few months ago. As you can imagine it is hard to find new employment at my age. I mostly worked in a development environment, but lately only did Account Management. I spent a short time doing maintenance on a system, which confirmed that [...]

Answer Question   |  September 13, 2010  12:27 PM
IT career development, IT career planning, IT careers, IT industry, IT structure, SDLC
asked by:
5 pts.

Value Prompt to display ‘no data’
I am working on Cognos 8.3.Consider a prompt on the prompt page.For eg:Country.For some reason the back-end table data got deleted. When I run the report, the value prompt should display that ‘No data to retrieve from back-end’.Is this achieved using Javascript? If yes, how?

Answer Question   |  September 7, 2010  8:55 AM
Cognos, JavaScript, JavaScript functions
asked by:
5 pts.

Difference Behaviour of Dispose Method Between Winforms and Textboxes
This question is just for knowledge. Whenever Dispose Method Called for clean Winforms, it’s Finalize and disposed. So my question is why not in TextBox case. It Should same behaviour of dispose method against textbox. Instead of clean/dispose it will remain Invisible. If we have no use than it will have to completly remove during [...]

Answer Question   |  September 7, 2010  12:54 PM
C#, TextBox, Visual Studio, Visual Studio 2005, VS 2005, WinForms
asked by:
260 pts.

Can RPG call a VB script
I know very little about anything on a PC. Is there some kind of interface that could be used to execute a VB script which performs a function which returns a parm and get that parm returned back to the RPG pgm.

Answer Question   |  September 7, 2010  6:56 PM
AS/400 Parameters, RPG, VBScript, Visual Basic Script
asked by:
350 pts.

Help in adapting the following code:
[table cellpadding="0" cellspacing="0" width="100%"> [tbody] [tr] [td style="font-family: Arial, sans-serif; color: #444444; font-size: 13px; font-weight: normal;" class="smalltxt" valign="top">a) Two columns - the Filipino Population and the Total Population b) The Filipino Population as a percentage of the total population SELECT DISTINCTROW POPDATA.CITYNUM, COUNT (*) FROM POPDATA WHERE POPDATA.ANCNUMBER=720 GROUP BY POPDATA.CITYNUM ORDER BY COUNT (*) [...]

Answer Question   |  September 6, 2010  6:59 PM
Code, Code Complexity, Source Code Analysis, Source code management
asked by:
10 pts.

Formula Assistance in Excel xlsx for Office 2010 w/ Windows 7
I need to know which formula I can use that will produce the following result with the following existing data: Column A, Row 2 – (Cell A2) - Value is 200806140804 Column A, Row 3 – (Cell A3) - Value is 200806150805 Column A, Row 4 – (Cell A4) - Value is 200806160806   Is there a formula I can enter [...]

Answer Question   |  September 8, 2010  4:41 PM
Excel 2010, Excel Forms, Excel formulas, office 2010, Windows 7
asked by:
10 pts.

what are Rvalues and Lvalues in C++
[strong]on executing the below program i got error message like required Lvalue is missing in main function[/strong] [strong] main() [/strong] [strong]{[/strong] [strong] int i;[/strong] [strong] printf(“%d”,++i++); [/strong] [strong]} [/strong] [strong]plz tell me what are rvalues and lvalues. if there are any other values of this kind plz explain me that also[/strong]

Answer Question   |  September 21, 2010  12:51 PM
C++, C/C+/C# error messages, Rvalues and Lvalues, Turbo C++, Visual C++
asked by:
135 pts.

Media Player in Visual Basic 6.0
How to create a Media player in Visual Basic 6.0 ? using Windows Xp.

Answer Question   |  September 3, 2010  11:35 AM
Development, VB 6.0, Visual Basic, Visual Basic 6.0, Visual Basic developers
asked by:
10 pts.

XML Schema Problem
hi I have an xml file <UserRoleConsumers> <UserRoleConsumer> <ConsumerID>67</ConsumerID> <RoleConsumerID>89</RoleConsumerID> </UserRoleConsumer> <UserRoleConsumer> <ConsumerID>45</ConsumerID> <RoleConsumerID>78</RoleConsumerID> </UserRoleConsumer> … …. … </UserRoleConsumers> while creating a schema for this CREATE XML SCHEMA COLLECTION UserRoleConsumerSchema AS ‘ <schema xmlns=”http://www.w3.org/2001/XMLSchema”> <element name=”UserRoleConsumers”> <complexType> <element name=”UserRoleConsumer”> <complexType> <sequence> <element name=”ConsumerID” minOccurs=”1″ maxOccurs=”1″ /> <element name=”RoleConsumerID” minOccurs=”1″ maxOccurs=”1″ /> </sequence> </complexType> </element> </complexType> [...]

Answer Question   |  September 3, 2010  10:37 AM
SQL, SQL Server, SQL Server 2008, XML and XML schema, XML File Creation
asked by:
5 pts.

Running a VBScript from a batch file
Hi, I have a VB script that I want ran from a batch file. How do I go about this? See the VBscript below: Dim oFS : Set oFS = CreateObject( "Scripting.FileSystemObject" ) Dim sSrcDir : sSrcDir = "//serverNameFBSurvey" ' Source directory (remote server) Dim sDstDir : sDstDir = "c:SampleDir" & "" ' Destination directory [...]

Answer Question   |  April 18, 2013  10:05 AM
Batch files, VB script, Visual Basic, Visual Basic Script
asked by:
5 pts.

Parameter Date Conversion in SQL 2000
my code is : string sql="insert into dummy(date)values(@date)"; sqlcommand cmd=new sqlcommand(sql,con); cmd.parameters.add("@date",sqldbtype.datetime).values=maskedtextbox1.text text; cmd.executenonquery(); the problem is it's throw and error like  conversion of varchar to date; Note :- my demand to put date in DD/MM/YYYY format. 

Answer Question   |  September 3, 2010  4:22 PM
C#, SQL, SQL 2000, SQL commands, SQL Parameters, SQL Server, String manipulation, Visual Studio 2005
asked by:
260 pts.

DB Table/Query Layout for Ranking System
Hello, I’m building a Membership DB where Members can achieve certain ranks (Rank1 – Rank14). I would like to present two things: - a list of all Members with their current rank and the Date the rank was achieved - for each Member a list of their ranks and the corresponding dates of achieving them. [...]

Answer Question   |  September 2, 2010  10:09 AM
Access 2007, Access Database, Access query, Database, Query
asked by:
15 pts.

SQL Insert Error Against Runtime Control Error in FLP
am trying to insert into sql-2000 database my code is: StringBuilder sb=null; sb=new StringBuilders; sb.Append("Insert into dummy(name,amount) values"); foreach(Control ctl in this.FlowLayoutPanel1.Controls) { if( ctls.Name.Contains("tb") && ctl is TextBox) { sb.Append(ctl.Text); } } foreach(Control bbl in this.FlowLayoutPanel1.Controls) { if (bbl.Name.Contians("bb") && bb is TextBoxe) { sb.Append(bbl.Text); } } SqlCommand cmd=new SqlCommand(sb.ToString(),con); cmd.CommandType=CommandType.Text; cmd.ExecuteNoneQuery(); I don’t [...]

Answer Question   |  September 3, 2010  6:55 AM
C#, SQL 2000, SQL error messages, SQL Server, SQL Server 2000
asked by:
260 pts.