debasisdas 580 Posting Genius Featured Poster

create two tables and link them by using primay key and foreign key.

debasisdas 580 Posting Genius Featured Poster

very very emotional

debasisdas 580 Posting Genius Featured Poster

496

debasisdas 580 Posting Genius Featured Poster

one of the best servering moderator .

So i give you 9.

debasisdas 580 Posting Genius Featured Poster

-1008

debasisdas 580 Posting Genius Featured Poster

bill

debasisdas 580 Posting Genius Featured Poster

see this beautiful world.

debasisdas 580 Posting Genius Featured Poster

harry potter --> the wizard

debasisdas 580 Posting Genius Featured Poster

Bangalore, India.

debasisdas 580 Posting Genius Featured Poster

try to create the package using package and deployment wizard to use the application on naother system, instead of simple exe file.

debasisdas 580 Posting Genius Featured Poster

you need to convert the data in text format to date format and then sort.

debasisdas 580 Posting Genius Featured Poster

may i know how can i help you. but do not expect me to write any code for you .

debasisdas 580 Posting Genius Featured Poster

can you post what you have tried so far .

debasisdas 580 Posting Genius Featured Poster

I think you heard of that recently. I have that component with me for years now.

debasisdas 580 Posting Genius Featured Poster

1.what about simply formatting that using some string function. why not simply take the system time instead of entering the time. that way no one can enter wrong time.
2.you need to code in change event not lostfocus.
3.i dont understand your question.

debasisdas 580 Posting Genius Featured Poster

flexgrid for dataentry ?

why so ?

what is the use of textbox then ?

debasisdas 580 Posting Genius Featured Poster

you can't assign a value to the dtpicker control. You can only read a value from the control,infact you can change other properties like mindate and maxdate.But value is a readonly property of the control.

debasisdas 580 Posting Genius Featured Poster

is that throwing any error or simply not functioning ?

debasisdas 580 Posting Genius Featured Poster

1. you need to declare the variable as public in a module (.bas file).
2.timers are not visible at runtime ,so what is the problem.
3.right click on project ans add module. it has no UI but only code window.
4.what is the problem with MDI ?
5. that should work for you.

debasisdas 580 Posting Genius Featured Poster

you need to code the text_change event of the textbox.
and calculate the length.
once length reaches the desired length set focus on to the next control.

debasisdas 580 Posting Genius Featured Poster

what did google say ?

debasisdas 580 Posting Genius Featured Poster

is that throwing any error ?

debasisdas 580 Posting Genius Featured Poster

you need to run the sql statements as script

debasisdas 580 Posting Genius Featured Poster

try to register the componenet with windows by using REGSVR32 key.

debasisdas 580 Posting Genius Featured Poster

you need to format the time value properly before processing.

everything is possible ,but nothing happens automatically. You need to code that.

debasisdas 580 Posting Genius Featured Poster

you need to use excel library for the purpose.

debasisdas 580 Posting Genius Featured Poster

you can do that in acess.

debasisdas 580 Posting Genius Featured Poster

donot use DATE as a field name ,that is a datatype in database .

debasisdas 580 Posting Genius Featured Poster

you need to handle that form your application

debasisdas 580 Posting Genius Featured Poster

what is the problem with IF ?

debasisdas 580 Posting Genius Featured Poster

make the field as primay key or add a unique constraint on the field or define a composit key.

debasisdas 580 Posting Genius Featured Poster

I work for money.
If you want loyalty-hire a dog.

debasisdas 580 Posting Genius Featured Poster

now i learn that i must go to bed now ,almost after 15 hrs with my notebook.

debasisdas 580 Posting Genius Featured Poster

using DOEVENTS just might help you .

debasisdas 580 Posting Genius Featured Poster

if you have any of those agents/tools installed on your system ,its componenets must be in your system as well. the to access those from project------>componenets menu of VB ide.

debasisdas 580 Posting Genius Featured Poster

then why not insert the third field also by concatinating the 1st and the 2nd value . still you have to enter 2 values only.

debasisdas 580 Posting Genius Featured Poster

here no one waits for anyones questions to reply. all those who help other s are volunters and are not and can't be forced to reply to any questions, and all those who viewed your question are not necessarily experts or have any knowledge about what youa re asking.

debasisdas 580 Posting Genius Featured Poster

i do not open each and every file i come across in net ,sorry .

debasisdas 580 Posting Genius Featured Poster

so what is your problem ? any errror with your code ? i think this question should have been in the .NET forum not here in the traditional VB forum.

debasisdas 580 Posting Genius Featured Poster

you just need to follow the wizard. do not forget to add the database file also along with the package.

debasisdas 580 Posting Genius Featured Poster

you might to to use some of the compressing/de-compressing agent components for that.

debasisdas 580 Posting Genius Featured Poster

please find related discussions here and here.

debasisdas 580 Posting Genius Featured Poster

you need to update the third field by concatinating field1 and field2

debasisdas 580 Posting Genius Featured Poster

use this for system IP

msgbox winsock1.LocalIP

debasisdas 580 Posting Genius Featured Poster

Try to use WINSOCK component for the purpose.

debasisdas 580 Posting Genius Featured Poster

Try using this

con.begintrans  'con--adodb connection obejct
con.execute "insert statment of data selected from oracle database"
con.committrans
debasisdas 580 Posting Genius Featured Poster

what about defining a separate procedure / function for your required functionality

debasisdas 580 Posting Genius Featured Poster

you need to create views based on access tables.

debasisdas 580 Posting Genius Featured Poster

it is always better to store those in database for security reason.

debasisdas 580 Posting Genius Featured Poster

i hope the above psot solved your problem.