Hi guys, I am developing one project in which there are near abt 50 different forms, and each form have one or more than one crystal report (CR) reports. I...
I am writing an HTA that will allow me to add a domain user to the local Administrators group and can be run even as a lowly user provided local admin account...
If you can enumerate the various forms, and add a reference to each form within a collection, you can loop through the forms in the collection... Calling print...
Bryan Garaventa
bc@...
Apr 1, 2005 7:50 pm
6642
Greetings. Dear friend this is the first time iam doing a project for supermarket using VB and SQl.Everything is okay.Only the problem with bills.Please tell...
I have a hyperlink in a datagrid. When our users follow the hyperlink, the target file opens in a new window. I would like, instead, for the users to be...
Hi, Design a form which consists of all fields which are required to be there in Bill and use that form for printing the bill. Do data manipulation on this...
Arul Nayagam
arul@...
Apr 6, 2005 9:32 am
6645
Hi, how to display a record count in a DataReport? ex: table A B C and datareport __________________________________________________ Do You Yahoo!? Tired of...
insert a label in data report then use a variable in your coding, and assign the variable to the record count u can change the label caption to this variable ...
Hello, I need some help with programing in VBA ( I have little experience with programing in VBA, all I know is self-thought and by looking what others have...
... Rather than have EXCEL parse the table on the HTML page, why not just import the CSV file they have available? Then you can tell it to ignore those first...
... Hi rharmelink, thanks for replying. My intent is to have additional code (not just the last three line shown) to perform other functions, too long to...
Hi, I, Nikunj Banker currenty working in Supertech Solutions Ltd., Pune as Trainee in last semester on BE computer engineering. I am developing software named...
Hi, I am writting some data to com port and it will display OutBufferCount value with respect to written value (i.e MsComm1.Output = "nikunj" then it will...
What you can do is to put the data into the variable. ... OutBufferCount value with respect to written value (i.e MsComm1.Output = "nikunj" then it will...
Dear Group, I want to learn how to build a dynamic webshop. I learned some Visual Basic to work on MS Access. But I am totally new to VBScript. Is there any...
Hi Nikunj, The input and output of a serial (COMx) port are completely independent of each other. Unless you have a loop-back cable, any data sent is gone...
put data in database form com port. com port is attached with GSM Modem and GSM Modem send sms to com port. Richard Leo <leorich2001@...> wrote: What you...
here's one. You see all the comments about a Class in VB.NET when you are typing commands in. is there anyway to do this which your OWN class? [Non-text...
my problem is this...i'm trying to access the parallel port using vb .net. i've found an article in msdn which gives a step by step method to do so. however, ...
Dear Receiver I am using a listbox in my application. I have databind the listbox with a dataset table. for example the code is this. we have a dataset table...
When trying to create a dataset I get this message: The following error occurred: "Specified cast is not valid." What does that mean? I'm using the wizard...
u r trying to cast or datatype changing to a non permited type -Shine ... Failure does not mean God has abandoned you!It means, He has a better Idea for YOU!!!...
dear friend, I am a vb 6.0 pgr now I want to learn vb.net from beginning so pls tell me the ways to learn.I am working as software pgr in saudi arabia.I am...
Hi, if you use vb6 then use: Private Sub Form load() call Swap Grid End sub Private Sub Option1_click() call Swap Grid End sub Private Sub Option1_click() call...