Development Questions and Answers
1 - 20 of 5208
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>

Variable Code

Need to write the code to enter a persons name.

Answer Question   |  Nov 27 2009  1:36 AM GMT
VB 2008
asked by MaryErban

  10 pts.

Crystal Reports problem

here's the coding for my crystal report display [code] Imports CrystalDecisions.CrystalReports.Engine Dim crRep As New ReportDocument Dim objItemSale As New ItemSale(strKey) Dim dsSet As New DataSet("InvoiceData") Try crRep.Load("G:Format BackupLahiru DocumentsVisual Studio 2005...

asked by Obhasha07

  85 pts.

Web Server Config

I've been trying to install Apache on my windows XP Home box upstairs in order to create a local webserver in my house for mostly personal use and everything seems fine except that when i try to see the web page from my laptop through an internet connection (my laptop through my cable modem back in...

View Answer   |  Nov 25 2009  8:04 PM GMT
Apache, Web Server, Web Page
asked by Brentmossberger

  105 pts.

basics

difference between router,modem and switch?

View Answer   |  Nov 25 2009  4:05 PM GMT
BASIC, router, modem
asked by Jvivin1990

  10 pts.

Pros & cons to have a typical star schema but with only one fact value field and a thousand attribute names in one of the dimension tables?

Want to build a kind of a scientific fact search and analytical engine for a lot of different types of measurements hosted in a lot of source tables and columns. A star join schema is built and data is copied (ETL) from the sources as usual - but all source column values are stored into a single...

Answer Question   |  Nov 25 2009  12:07 AM GMT
Data warehousing, Data Warehouse Planning, SQL
asked by Rwg

  5 pts.

How do I confirm all the data moved from Source to target for different tables

How do I confirm all the data moved from Source to target for different tables. I am not able to phrase this question. Bottom line I want to make sure all the data was transferred to target database. That is my test to validate. Thanks Software/Hardware used: SQL

View Answer   |  Nov 24 2009  4:35 PM GMT
SQL, SQL migration, Data migration
asked by Gvsatyam

  5 pts.

The most-watched IT questions this week: Nov. 24, 2009

Here are the 10 most watched questions on ITKE: There’s some great discussion going on. Go answer a question now! 1. Cluster drives moving windows server 2003 r2 32 bit was asked by a reader and answered by Mrdenny. 2. Migrating to virtualized environment purely to retain support for legacy...

View Answer   |  Nov 24 2009  4:28 PM GMT
ITKE, AS/400, Channel
asked by Michael Morisy

  720 pts.

Redmine PM Tool with Repository integration

I am searching for a PM tool and opted Redmine.. Now i want a repository to be added for my redmine project.. I can add files via backend.. Wanna add files in frontend (ex. if a employee looks at a file , he can download it and enhance(edit) it and upload it again with a version(auto)...

asked by Hjaffer2001

  5 pts.

Help with VB Script to delete old files and subfolders

Hello, Can someone give me some help on the below VB script. Unfortunately I am not a VB programmer. I pasted together different portions of scripts and the below is the script I have. This script works in deleting all files that are 30 days old from the main folder, 'test",  and all subfolders....

View Answer   |  Nov 23 2009  4:29 PM GMT
VB script, Programming, Windows
asked by Jutpro

  145 pts.

Toggle between check boxes

Without useing a If statement who do you write the code to toggle from one checkbox to another. Software/Hardware used: Visual Basic 20008

asked by Merban

  10 pts.

Data Dynamic Activ Report Version 2.0

I Have Data Dynamic Active Report Activex, When I load designed Report from vb6 I can show a evaluation message in yellow backgroun How to remove it and also when I give print 1 page printer will print 2 page (With blank page) How to solve this problem or how to hack this proble ...

Answer Question   |  Nov 23 2009  6:43 AM GMT
data dynamic active report, Visual Basic 6, VB 6.0
asked by Jadejaashok

  10 pts.

Fixtures from QTP scripts

Is there any easy way to create all the FixtureCode by running the existing QTP tests that are developed by an organization for Acceptance testing? Software/Hardware used: Java,J2EE

Answer Question   |  Nov 22 2009  11:56 PM GMT
FIT, Agile, Acceptance Testing and tools
asked by Bachan

  10 pts.

Business Agility

What is required for organization to start focusing on business Agility instead of Agile being always IT team focused?

View Answer   |  Nov 22 2009  11:52 PM GMT
Agile, Business Agility
asked by Bachan

  10 pts.

How do I view a Crystal Report using properties of my object classes.

In my project I have a lot of object classes. For exaple Student object class: This represents a single student with properties such as Studnet Name, Age, StudentID ect. Now I want to create reports for my application. While designing the report (using crystal reports), I've found that my object...

Answer Question   |  Nov 22 2009  3:50 AM GMT
VB.NET 2005, Crystal Reports 8, Crystal Reports
asked by Obhasha07

  85 pts.

CloudBerry Backup for Amazon S3

Is there anybody here who checked out CloudBerry Backup? It is yet another option to automate data backup to Amazon S3 storage. What is your opinion?

asked by Cloudberryman

  5 pts.

Problem in separating ToolStripMenuItems

Hi evry1 I'm working with vb.net and wud like to know how to separate ToolStripMenuItems

Answer Question   |  Nov 21 2009  6:21 AM GMT
VB.NET
asked by Roshael

  5 pts.

Issue with a sub procedure and its arguments.

I'm trying to build a sub procedure to create a list for a combobox.  Basically, the db has sererate fields in the client table for first and last names and I want to create a combobox that lists each in one line. The real point of the question is whether or not I can build a sub procedure so I...

Answer Question   |  Nov 20 2009  4:24 PM GMT
Access 2003 forms, VBA, ComboBox
asked by McNitro

  190 pts.

CONNECTION VB WITH ACCESS

how to connect visual basic 6 and msaccess 2003 by using connection string Software/Hardware used: VISUAL STUDIO 2005 WITH MSACCESS 2003

Answer Question   |  Nov 20 2009  7:56 AM GMT
VB 6.0, Visual Basic, Access 2003
asked by Yusuphsngoroge

  5 pts.

CONVERT SIGNLE USER APPLICATION TO MULTIUSER APPLICATION

Sir, I made single user application in visual foxpro 5 now i want convert in multiuser. How can change it...Pl give solution . At present 'file Acess Denied' message display on screen when 2 user used this application. i also input set excl off command but error stil display on screen.   ...

View Answer   |  Nov 20 2009  5:33 AM GMT
Visual FoxPro, Visual FoxPro 5, Windows XP
asked by Jayeshgrana

  5 pts.

Msg 102, level 15, State 1, Line 14

Hi, I'm ttrying to create my db tables in a stored procedure and I keep getting the error that the syntax is incorrect around the 'ON' on the line "SET ANSI_NULLS ON". Could you please help me? I can't see what's wrong. Here's my code:  CREATE PROCEDURE InsertDBTables  AS  BEGIN  SET NOCOUNT...

View Answer   |  Nov 19 2009  6:54 PM GMT
SQL, Stored Procedures, CREATE TABLE statement
asked by MasterK

  15 pts.

1 - 20 of 5208
<<PREVIOUS 1|2|3|4|5|6|7|8|9|10 NEXT>>