8 3 6
Is your country the worst place for a web developer like you, in terms of Salary and benefits ?
what are you working on ?
836
836
808
806
804
798'
798
792
740
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;
just call the routine that is populating the grid in the REFRESH button click event.
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.
736
you need to query the database a fresh and populate the grid.
lets see the code that you are working on and fix it now itself.
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.
timer keeps executing even if you do not insert new record, so consumes system resources un-necessarily.
Ask to one who created that site.
option1 -- use a refresh button
option2 -- refresh using timer (bad idea)
so you want the application to logout not the system, right ?
How to insert into components.
what are you trying to do ?
you need to use COMMON DIALOG CONTROL
736
users will upload texfiles which might include images
Images in text files, How ?
736
It is practically impossible to predict without knowing the actual structure of both the tables and their relations.
736
7 3 6
736
what is a system in your case ?
is it a PC or an application ?
What will log off ?
738
Do you have any code that you are working on ?
Beginning Microsoft Visual Basic 2010
Thearon Willis, Bryan Newsome
Professional Visual Basic 2010 and .NET 4
Bill Sheldon, Billy Hollis, Kent Sharkey
Till someone has time to read your epic question.
Wish all the good luck.
You need to read books for all those beginners level questions.
738
730
730
732
I need others to work with me in DFD and DRD
This must be a paid project ?
key has exceeded the length of 198
what exactly ?
732
try this
theCount = rs.!MaxID
error on which line ?