Programming Questions and Answers

Recent IT Questions

1 - 18 of 18
<<PREVIOUS 1 NEXT>>

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.

Vlookup Formual in VB

I have the following code that keeps being displayed as "run time error 1004 for application or object defined error. Sub formula() Sheets("Depletions").Activate Range("G8:G156").formula = "=IF(IF(ISERROR(VLOOKUP(B8,'Banfi DA '!$D$5:$P$266,7,FALSE)),"",VLOOKUP(B8,'Banfi DA...

Answer Question   |  Sep 4 2009  6:04 PM GMT
VLOOKUP, Visual Basic, Programming
asked by Hayd2671

  5 pts.

VB.NET / C# - Microphone input frequency(db, hz)

Hi, i am looking for a way(code example) to be able to get the microphone input frequency(hertz) almost in real time(timer maybe?) and show it in a label.text. Can be in VB.NET or C#. Functional exemple: I say something in the microphone, the timer do his job and the label show something like "400...

View Answer   |  Aug 10 2009  1:17 AM GMT
Windows Mobile, Programming, Visual Basic .NET
asked by Armkreuz

  15 pts.

Forced Date Routine Processing

I’m trying to process a RUNDATE = 2009-08-07 into my COBOL code via a PARM-DATE Link. That date comes in… now I try to place it in the following piece of code: EXEC SQL SET :WS-PREV-WK = CHAR(DATE(TMP-DATE)- 7 DAYS) END-EXEC. What am I getting '0001-01-01' returned?

View Answer   |  Aug 7 2009  8:08 PM GMT
EXEC, SELECT, COBOL
asked by A30TPX

  5 pts.

Qualified Data Structures

What is a Qualified Data Structure? Where can I find information on them? IBM RedBooks dont seem to have the answer????

View Answer   |  Aug 3 2009  11:18 AM GMT
RPG IV, Programming, Qualified Data Structures
asked by Ricca

  70 pts.

evaluating a range

I am trying to evaluate a formula to return a statement if true. I am having trouble with the syntax. I am working out the number of years service for staff using the formula currentdate-{employment date}/365 What I want to evaludate is whether the result is between 5 and 6. If true I want the...

View Answer   |  Apr 16 2009  3:26 AM GMT
Lookup, SQL, Programming
asked by Gerrycan

  5 pts.

visual basic 6.0

I have this program for my class of vb 6.0. I have not been able to solve it. I appreciate any help. Thanks..... A fast food vendor sells pizza slices ($1.25), fries ($1.00), and soft drinks ($.75). write a program to compute customer's bill. the program should request the quantity of each item...

View Answer   |  Apr 10 2009  5:43 PM GMT
VB6, Visual Basic, Visual Basic 6
asked by Chipuen

  5 pts.

How I may change parametrs in Location Document in Lotus Notes (Local Adress Book) on user's workspace?

Hello! I need help with this question: I need script (LotusScript Languege) for change Home (Mail) Server in User Local Adress Book, change old server name to new server name in link on desktop on client Lotus Notes... Help please. Best Regards P.S.: Sory for my English...

Answer Question   |  Dec 29 2008  1:25 PM GMT
LotusScript, Lotus Notes, Users
asked by Ti13

  5 pts.

Round Robin

can any1 chek wot the mistake is #include<iostream.h> #include<conio.h> void main() { int st[10],bt[10],wt[10],tat[10],n,tq; int i,count=0,swt=0,stat=0,temp,sq=0; float awt=0.0,atat=0.0; clrscr(); cout<<"Enter number of processes:"; cin>>"%d",&n; ...

View Answer   |  Dec 19 2008  2:14 PM GMT
Software Quality, Debugging, Programming
asked by Rinsa

  150 pts.

psuedocode

I am new to computer science and am a student taking a programming class Fundamentals of programming with algorithyms and logic. This course focuses on programming through pseudocode, I have read the material associated with this class but still find understanding it difficult. I understand the...

View Answer   |  Nov 18 2008  8:06 PM GMT
Programming tools, Programming, Coding
asked by Bggbread

  30 pts.

Ownership of VB SCript program

If i am hired to write an application in visual bascic script is it the industry standard that i own the program.

View Answer   |  Oct 30 2008  4:11 PM GMT
VBScript, Programming
asked by Edisteve

  10 pts.

Alpha to numeric

How to converet a field from alpha to numeric in query

View Answer   |  Oct 10 2008  2:34 PM GMT
Development, Programming, Query
asked by Buzzy

  5 pts.

Coding for packet header duplication

I want to know, how to filter packet header duplication. Packets may travel in sequentially over the internet. If the headers duplicate, the traffic will delay. so, I want to block the site that header duplicated. It may be Perl, C++ or other programming languages.

View Answer   |  Sep 16 2008  1:50 AM GMT
Linux, Web development, Web
asked by Yupar

  10 pts.

Packet Filtering

How can filter the replicated header in the packet? I mean the header will send in serially, like 1, 2, 3, 4,..... but it was 1, 1, 1, 2, 2, 3, 4, 4, . ..It is replication header. If it has replication, I want to block that website. I want to know the packet filtering coding for replicated header....

View Answer   |  Aug 18 2008  5:02 AM GMT
Web development, Programming, Coding
asked by Yupar

  10 pts.

Crystal - number of printed pages based on database field

I'm relatively new to Crystal Reports, and most of the reports I’ve written are in Ver 7.0, I do have Ver 11, I have not done much with it yet. I have a Crystal Report that is used to generate a shipping label from a packing list in SQLBase. Most of the packing lists have more than line one...

Answer Question   |  Jul 10 2008  12:09 AM GMT
Crystal Reports, Printing, Programming
asked by Flame

  14495 pts.

Using APIs for editing MQ messages

Hi, I'm trying to write an application to allow editing of MQ messages. I use the MQ APIs to read the messages from the MQ and I show these messages in a subfile using RPG. I want to be able to delete specific messages from the MQ - what's the best way of doing this? Can I use the API to just...

Answer Question   |  Apr 9 2008  11:01 AM GMT
AS/400, iSeries, API
asked by Gilly400

  23625 pts.

iSeries PDM CRTBNDRPG Parameters

Hello The question is a bit long but the answer should be short so here it is. In order to run some pre/post-compile processing of RPG program I'm looking for a way of replacing QRN4CPP (CPP of CRTBNDRPG) with a CL program of my own that wil run Pre-Compile, Invoke the original QRN4CPP and then...

View Answer   |  Jan 16 2008  4:04 PM GMT
AS/400, iSeries, RPG
asked by Gad

  75 pts.

Upper limit for numeric fields

What is the maximum numeric field length for Visual Basic Applications running on SQL 2000

View Answer   |  Jan 4 2008  10:46 AM GMT
Visual Basic, SQL Server 2000, Programming
asked by Mozie

  10 pts.

1 - 18 of 18
<<PREVIOUS 1 NEXT>>