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....
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...
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...
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?
What is a Qualified Data Structure? Where can I find information on them? IBM RedBooks dont seem to have the answer????
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...
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...
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...
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; ...
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...
If i am hired to write an application in visual bascic script is it the industry standard that i own the program.
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.
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....
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...
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...
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...
What is the maximum numeric field length for Visual Basic Applications running on SQL 2000


