debasisdas 580 Posting Genius Featured Poster

8 3 6

debasisdas 580 Posting Genius Featured Poster

Is your country the worst place for a web developer like you, in terms of Salary and benefits ?

debasisdas 580 Posting Genius Featured Poster

what are you working on ?

debasisdas 580 Posting Genius Featured Poster

836

debasisdas 580 Posting Genius Featured Poster

Yes

debasisdas 580 Posting Genius Featured Poster

836

debasisdas 580 Posting Genius Featured Poster

808

debasisdas 580 Posting Genius Featured Poster

806

debasisdas 580 Posting Genius Featured Poster

804

debasisdas 580 Posting Genius Featured Poster

798'

debasisdas 580 Posting Genius Featured Poster

798

debasisdas 580 Posting Genius Featured Poster

792

debasisdas 580 Posting Genius Featured Poster

740

debasisdas 580 Posting Genius Featured Poster

you need to update the table row with the new data after the transaction.

if
current_quantity = 10
order = 2

so new_quantity = 10 -2 =8

that is what you needs to do

update table_name set quantity = quantity - 2;
debasisdas 580 Posting Genius Featured Poster

just call the routine that is populating the grid in the REFRESH button click event.

debasisdas 580 Posting Genius Featured Poster

Joining tables on time / timestamp is not the best of options to go with.

You may need to consider re-designing your database table structures.

debasisdas 580 Posting Genius Featured Poster

736

debasisdas 580 Posting Genius Featured Poster

you need to query the database a fresh and populate the grid.

debasisdas 580 Posting Genius Featured Poster

lets see the code that you are working on and fix it now itself.

debasisdas 580 Posting Genius Featured Poster

you need to use timer

1. in a timer check for user activities (KEYSTROKES and MOUSE MOVEMENTS)
2. each time there is any activity reset the timer.
3. once time interval is desired duration, call LOG OFF routine of your application.

debasisdas 580 Posting Genius Featured Poster

timer keeps executing even if you do not insert new record, so consumes system resources un-necessarily.

debasisdas 580 Posting Genius Featured Poster

Ask to one who created that site.

debasisdas 580 Posting Genius Featured Poster

option1 -- use a refresh button

option2 -- refresh using timer (bad idea)

debasisdas 580 Posting Genius Featured Poster

so you want the application to logout not the system, right ?

debasisdas 580 Posting Genius Featured Poster

How to insert into components.

what are you trying to do ?

debasisdas 580 Posting Genius Featured Poster

you need to use COMMON DIALOG CONTROL

debasisdas 580 Posting Genius Featured Poster

This may be useful.

debasisdas 580 Posting Genius Featured Poster

736

debasisdas 580 Posting Genius Featured Poster

users will upload texfiles which might include images

Images in text files, How ?

debasisdas 580 Posting Genius Featured Poster

736

debasisdas 580 Posting Genius Featured Poster

It is practically impossible to predict without knowing the actual structure of both the tables and their relations.

debasisdas 580 Posting Genius Featured Poster

736

debasisdas 580 Posting Genius Featured Poster

7 3 6

debasisdas 580 Posting Genius Featured Poster

736

debasisdas 580 Posting Genius Featured Poster

what is a system in your case ?

is it a PC or an application ?

What will log off ?

debasisdas 580 Posting Genius Featured Poster

738

debasisdas 580 Posting Genius Featured Poster

Do you have any code that you are working on ?

debasisdas 580 Posting Genius Featured Poster

Beginning Microsoft Visual Basic 2010
Thearon Willis, Bryan Newsome


Professional Visual Basic 2010 and .NET 4
Bill Sheldon, Billy Hollis, Kent Sharkey

debasisdas 580 Posting Genius Featured Poster

Till someone has time to read your epic question.

Wish all the good luck.

debasisdas 580 Posting Genius Featured Poster

You need to read books for all those beginners level questions.

debasisdas 580 Posting Genius Featured Poster

738

debasisdas 580 Posting Genius Featured Poster

730

debasisdas 580 Posting Genius Featured Poster

730

debasisdas 580 Posting Genius Featured Poster

732

debasisdas 580 Posting Genius Featured Poster

I need others to work with me in DFD and DRD

This must be a paid project ?

debasisdas 580 Posting Genius Featured Poster

key has exceeded the length of 198

what exactly ?

debasisdas 580 Posting Genius Featured Poster

That is here.

debasisdas 580 Posting Genius Featured Poster

732

debasisdas 580 Posting Genius Featured Poster

try this

theCount = rs.!MaxID
debasisdas 580 Posting Genius Featured Poster

error on which line ?