debasisdas 580 Posting Genius Featured Poster

What seems impossible one minute becomes, through faith, possible the next.

debasisdas 580 Posting Genius Featured Poster

The achievements of an organization are the results of the combined effort of each individual.

debasisdas 580 Posting Genius Featured Poster

I made Project using data enviroment and data report in vb 6.0. Every things working ok but in data report i can not see the next record data in the report. pls. give some coding or any help?
data is in the only One table.

Please do not hijack others threads.
Post only related reply to others threads and start a separate one for your own question.

debasisdas 580 Posting Genius Featured Poster

Hi all, Is there a way in which a TSR program could be made in vb6.0. Something like If an EXE of a software written in vb6.0 is run, then this TSR program should load and remain their for as long as it wishes to (the program cannot be stopped or removed until the program itself decides to do so). Also this program should not have anything to display on the screen.
Any Help?

Rajesh Khanna

Are you trying to create a sort of Virus program ?

debasisdas 580 Posting Genius Featured Poster

instead of creating 10 check boxes create an control array and in a loop check the value of all and then finally frame the sql command dynamically. and pass the sql to report.

debasisdas 580 Posting Genius Featured Poster

what do you mean by self running ?

If you are trying the program run automatically then create a windows service using .net

debasisdas 580 Posting Genius Featured Poster

Happiness is not an accident.Nor is it something you wish for. Happiness is something you design.

debasisdas 580 Posting Genius Featured Poster

One of our greatest gifts is out intuition. It is a sixth sense we all have –
we just need to learn to tap into and trust it.”
-Donna Karan

debasisdas 580 Posting Genius Featured Poster

Sports serve society by providing vivid examples of excellence.
George F. Will

debasisdas 580 Posting Genius Featured Poster

We cannot hold a torch to light another's path without brightening our own.
Ben Sweetland

debasisdas 580 Posting Genius Featured Poster

if you want to download somthing then better to sue browser control.

IF still want to use mediaplayer use this

WMP.launchURL ("http://www.yahoo.com")

but that will still lunch the browser.

debasisdas 580 Posting Genius Featured Poster

They wil rise highest who strive for the highest place.

debasisdas 580 Posting Genius Featured Poster

You need to store the employee id in a global variable declared in the module so that it stores the value across the form. You easily fetch the record using the same id in form 2.

debasisdas 580 Posting Genius Featured Poster

if you are inserting value from VB , you can restrict the entry of single quites by restricting chr(39) in the key press event.
But if you dont want to do that replace ' by ''
i.e. single quote by 2 single quites .
Then there won't be any problem.

debasisdas 580 Posting Genius Featured Poster

Work spares us from three evils: boredom, vice, and need.
Voltaire

debasisdas 580 Posting Genius Featured Poster

kindly post what you have tried so far for reference of our experts.

debasisdas 580 Posting Genius Featured Poster

No man was ever wise by chance.

debasisdas 580 Posting Genius Featured Poster

4278

debasisdas 580 Posting Genius Featured Poster

-504

debasisdas 580 Posting Genius Featured Poster

dog

debasisdas 580 Posting Genius Featured Poster

4073

debasisdas 580 Posting Genius Featured Poster

It's easy to fight when everything's right .

debasisdas 580 Posting Genius Featured Poster

Life has no rehearsals, only performances.

debasisdas 580 Posting Genius Featured Poster

You need to use the CoolBar control for all that.

debasisdas 580 Posting Genius Featured Poster

You need to include all the desired files along with the application in the set package while creating the setup.

debasisdas 580 Posting Genius Featured Poster

Is there any indexes on the queried columns ?

If not try creating one and check the performance again.

debasisdas 580 Posting Genius Featured Poster

My father taught me always to do more than you gat paid for as an investment in your future.

debasisdas 580 Posting Genius Featured Poster

No great man ever complains of want of opportunities.

debasisdas 580 Posting Genius Featured Poster

That piece of code is really useful.

debasisdas 580 Posting Genius Featured Poster

Its better to flash the window on certain condition like if the window is minized.

debasisdas 580 Posting Genius Featured Poster

By learning you will teach;
by teaching you will understand.

debasisdas 580 Posting Genius Featured Poster

i will try to help you during the weekend if I am free, not possible before that.

debasisdas 580 Posting Genius Featured Poster

Before drawing the ER you need to gather all informations and be sure of all your requirments.

debasisdas 580 Posting Genius Featured Poster

what kind of application ?

debasisdas 580 Posting Genius Featured Poster

I could never love where I could not respect.

debasisdas 580 Posting Genius Featured Poster

when u click on the listbox item select the link address using the listindex property of the listbox and pass that to browser control.

debasisdas 580 Posting Genius Featured Poster

You can use any third party tool if you want.

debasisdas 580 Posting Genius Featured Poster

what exactly you are loking for ?

debasisdas 580 Posting Genius Featured Poster

You guys need to follow some book on the basic of DBMS / RDBMS.

debasisdas 580 Posting Genius Featured Poster

You need to capture the X and Y position of the mouse.

Once the pointer gets out of the form you can't trace it.

debasisdas 580 Posting Genius Featured Poster

But still then the rows are there .

debasisdas 580 Posting Genius Featured Poster

Instead of thinking about where you are, think about where you want to be.

debasisdas 580 Posting Genius Featured Poster

Patience is needed with everyone, but first of all with ourselves.

debasisdas 580 Posting Genius Featured Poster

Kindly post what you have tried so far for further discussion on the topic.

debasisdas 580 Posting Genius Featured Poster

This topic has already been discussed here in the forum several times . You need to use the search box on top right side of the page for related discussions.

debasisdas 580 Posting Genius Featured Poster

There is no such option for you .

debasisdas 580 Posting Genius Featured Poster

Even though there is no record in the EXTRA column still then it contains 4 rows.

debasisdas 580 Posting Genius Featured Poster

You just need to handle the KeyChar

debasisdas 580 Posting Genius Featured Poster

Kindly post what you have tried sofar for reference of our experts

debasisdas 580 Posting Genius Featured Poster

You need to set two different image list .One for small icon and the other for large icon .You need to fill the image list first with desired icons, then you can change the icons at run time by little code.