debasisdas 580 Posting Genius Featured Poster

you ned t open the recordset by passing the primay key value at runtime as suggested in the previous post.

debasisdas 580 Posting Genius Featured Poster

if you are using oracle as database then a simple TRIGGER can do that for you.

debasisdas 580 Posting Genius Featured Poster

how are you calling the reports from VB ?

debasisdas 580 Posting Genius Featured Poster

download those from net

debasisdas 580 Posting Genius Featured Poster

why not download all that from net

debasisdas 580 Posting Genius Featured Poster

kindly post the code that you are working on.

debasisdas 580 Posting Genius Featured Poster

the following query should work fine for you


"Select * from accounts where emp_code='"+d+"' AND emp_name='"+n+"'"

debasisdas 580 Posting Genius Featured Poster

that is because VBA is used to define macros notto compile an EXE or DLL.

debasisdas 580 Posting Genius Featured Poster

grading system for secondary level, it will register students and teacher for a particular subject and it will compute all the requirements in grading,, as a whole grading..
thanks for your concern.... email me here

have you started this thread ?

debasisdas 580 Posting Genius Featured Poster

Perseverance is not a long race; it is many short races one after another.

debasisdas 580 Posting Genius Featured Poster

you simply need to connect to the server database at runtime by using the Ip or name of the server.

debasisdas 580 Posting Genius Featured Poster

sms should be in a particular format to be stored in database tables.

You need to write your own code to reply to that.

This will be easy via a TRIGGER if using oracle as database.

debasisdas 580 Posting Genius Featured Poster

please find a related discussion about BitBlt

debasisdas 580 Posting Genius Featured Poster

you just need to write a simple loop by using an array and some string functions.

debasisdas 580 Posting Genius Featured Poster

If you arer not happy with the free controls, try to define your own component.

debasisdas 580 Posting Genius Featured Poster

any ways you have to run the application . you can always call a specific sub on a button click for testing.

debasisdas 580 Posting Genius Featured Poster

you need to frame the query dynamically at truntime and execute the same as per user selection.

debasisdas 580 Posting Genius Featured Poster

I THINK YOU NEED TO USE

form2.text1.text=text1.text
not the other way

debasisdas 580 Posting Genius Featured Poster

simply try using this

conn.begintrans  'CONN---ADODB CONNECTION OBJECT.
conn.execute "YOUR INSERT STATMNET HERE"
conn.committrans
debasisdas 580 Posting Genius Featured Poster

I don't work for 50$.

I am paid more than that.

debasisdas 580 Posting Genius Featured Poster

is there any condition to execute the block of code ?

debasisdas 580 Posting Genius Featured Poster

what have you tried so far ?

debasisdas 580 Posting Genius Featured Poster

you need to decode the booking time .
findout the time 1 hr before that and book accordingly.

debasisdas 580 Posting Genius Featured Poster

if you are looking for the connection string please findout here www.connectionstrings.com and to relate two or more tables you need to link them by primary key and refering foreignkeys.

debasisdas 580 Posting Genius Featured Poster

try this

foreignkey (oid) references customer(cid)

as part of the 2nd table creation.

debasisdas 580 Posting Genius Featured Poster

you can call the .net exe from Vb at runtime ans pass the parameter.

debasisdas 580 Posting Genius Featured Poster

you need to capture the row numner and colum number in the grid ,read it and pass the value to the textbox on another page.

debasisdas 580 Posting Genius Featured Poster

please find the connection string at www.connectionstrings.com

debasisdas 580 Posting Genius Featured Poster

keep checking the status of the COM ports and Socket(if using WINSICK component) at a particular time interval using a timer

debasisdas 580 Posting Genius Featured Poster

You need to capture the screen using some API functiona at a particular time interval asns save the same to a BMP file using FSO.

debasisdas 580 Posting Genius Featured Poster

you need to use DECIMAL in place of DOUBLE for the variable data type.

debasisdas 580 Posting Genius Featured Poster

You need to use reporting tools like inbuilt data report or 3rd party tool like crystal report for the purpose.

debasisdas 580 Posting Genius Featured Poster

that is because your loop is not executing at all. Try to run the code in the timer_timer event

debasisdas 580 Posting Genius Featured Poster

You are supposed tp post the code that you are working on before asing for code(solution)

debasisdas 580 Posting Genius Featured Poster

if there is no error message then is it staying on the same page evev after login ?

debasisdas 580 Posting Genius Featured Poster

i think you need to handle the COM ports for all that.

debasisdas 580 Posting Genius Featured Poster

video to image file ?

debasisdas 580 Posting Genius Featured Poster

kindly post the code that you are working on currently.

debasisdas 580 Posting Genius Featured Poster

Hi Neha

Here we do not write code for others. SO please do not expect others to design the GUI and send you the code . for getting help you need to post what you have tried so far for the project.

ithelp commented: True. +4
debasisdas 580 Posting Genius Featured Poster

you can also change that ar eruntime by using color dialogbox of commondialog control.

debasisdas 580 Posting Genius Featured Poster

is the database file stored in a central repositary ?

debasisdas 580 Posting Genius Featured Poster

your question is bit confusing ,please repost clearly in this thread.

debasisdas 580 Posting Genius Featured Poster

please find the connectionstring at www.connectionstrings.com

debasisdas 580 Posting Genius Featured Poster

so what is the problem with uploading a file from the local harddisk to a local folder.

debasisdas 580 Posting Genius Featured Poster

you need to use TRUNC() to remove the time information from the date field.

debasisdas 580 Posting Genius Featured Poster

jsut try to uninstall and install the client once and test what happens.

debasisdas 580 Posting Genius Featured Poster

are you getting any error message ?

debasisdas 580 Posting Genius Featured Poster

the answer is as simple as your question.

debasisdas 580 Posting Genius Featured Poster

you can't convert directly to previous version. you need to do it manually by re writing the code as suggested in the previous post.

debasisdas 580 Posting Genius Featured Poster

Are you unable to open the form containging the calander control ?