2000 Application.Sendfax
Windows 2000 does not support the use of Application.Sendfax. Does anyone have a workaround or an api call that can be used?thanksjoe
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Word Object SendFax Method
I have got the microsoft fax server installed, though when I try and use the sendfax method, no error message is return but nothing happens. Has anyone had any experience of this.
Word Object Document - Sendfax Method
I have got the microsoft fax server installed, though when I try and use the sendfax method of an open word document, no error message is return but nothing happens. Has anyone had any experience of this.
Edited by - RoystonC on 5/14/2003 3:17:14 AM
VB Application On Win 2000
Does anybody know what's going on here:
Database application uses Access DB located on PC with Win 2000. It was written several years ago and everything was fine until client machines which run exe were upgraded to Win 2000 Pro. Although client PC are very similar to each other (750 - 933 Pentium III processors and 128 MB RAM), some of them work fine as they did when they had Win 98, but some of them stopped to work properly - When user wants to open Account screen having Order Book screen, it appears for very short time and then is's replaced back with Order Book screen. Then used memory grows, processor is 100% in use and after several seconds "Out of memory" message appears. Where do I have to look for a problem?
Thank you.
Vlad
===My Application Can't See Tables In Sql 2000 ===
I play around with my database through "Enterprise Manager". I tried to create a test database, giving permission and so on...etc.
When I run the application, it can't recognize any table. I am connect to SQL 2000 database by ODBC. The application works fine before, nothing change in the code.
Error show up like this with an OK button: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'tblClients'. (tblClients is a table name)
when I click OK, then another msg comes up:
"An unanticipated error has occured.
3078
The Microsoft Jet database engine cannot find the input table or query 'tblClients'. Make sure it exists and its name is spelled correctly.
DAO.Dabase
Please let me know what could be the issue?
I deleted the test database and connect to live database still have that problem.
code:
Function Update_Globals() As Integer
Dim strDbFile As String
Dim intLine As Integer
Update_Globals = True
On Error GoTo Proc_Error
'strDbFile = GetSetting(cnAppName, "Main", "Data", App.Path & "eciclaims.mdb")
'Open a connection to the database.
gDBName = "DataFirst"
gconnect = "PROVIDER=MSDASQL; DSN=DataFirst; UID=" & gUserID & "; PWD=" & gPWD & "; database=" & gDBName & ";"
cn.Open gconnect
DoEvents
XP Look For Vb Application In Windows 2000
I want to have a XP look to my Vb Application that will be running on Windows 2000. I have found one ocx called XP Suite ( of CIA company www.ciatheco.com ). I wanted to see their trial ocx but am unable to download from any site. Does any body know about these ocx and can tell me from where can i download the trial version of the same. Also if anyone knows some other method to accomplish my objective then they are also welcomed.
thanks
VB Application Running In NT And Win 2000 But Not In Win 9x
VB Application Running in NT and Win 2000 but not in Win 9x
Hi,
I have created an application with VB 6.0 as front end and Microsoft Access 2000 as backend. The
development platform is Windows 2000 Server.
The setup for deployment is being created by VB 6.0 Package and Deployment Wizard. I also have
VS Service Pack 5.0 installed on the machine.
I am experiencing a strange problem. When the setup is run, it installs without any problem on
all the platforms, but when the application is run, it runs on Windows 2000 and NT 4 but not on
Windows 95 or 98.
The errors that I have encountered on different machines are:
1. Run-time error '429: ActiveX component can't create object.
2. Run-time error '430' : Class does not support Automation or does not support expected
interface.
I debugged the application and discovered that these errors are encountered when I set the
Command and Connection objects in my application. i.e. when I use the New keyword.
Now I have following questions:
1. What seems to be the problem for these errors?
2. The users machine may or may not have Access. Will the application run on machines not having
Access ?
3. The applications has been created with Access 2000. What if a user machine has Access 97 or
Access 2002 ?
Please Help.
Thanks.
VB5 Application Install On Win 2000
I am trying to run an install that includes an app developed in VB5 on a Windows 2000 machine. The install prompts me with the following message:
"You cannot install this VB5 application without the latest server pack first being installed onto this computer. Please install the latest Window NT service pack and rerun this installation"
I am running SP2 on the box and have downloaded and installed all critical updates.
Any suggestions on why this is happening would be much appreciated.
Using An Application In Win 2000,developed In Win NT4.0
Hi,
We have an application developed using Visual Basic 6.0,Sql server
7.0,RDO,DSN-less Connection and Crystal Reports In a Windows NT
Environment .If this application is installed in
Windows 2000 What are the problems we
are likely to face.Instead of Windows NT server,We are having WINdows 2000
server.Will there are be any problems
specically due to RDO and SQL server. PLease Help us wiht your Inputs
Thanks
Other Users Cannot Run My Vb Application In Windows 2000
Hi, everyone,
I have an application written in vb. I packaged it and installed into windows 2000 using local administrator's account. After I installed it, I run it and it works fine for me. But when other user logged on, and tried to run it, it gave a runtime error said something like one of the ocx is not registered correctly or it's dependency file is missing.
All I want to to is that when I install the application, and everyone logged in to the windows would able to run the application.
If someone have idea what I did not do or what I did wrong, it would be thankful for you sugguestions.
thanks.
Application Path In Access 2000
Ok, im getting the DB Path using CurrentDB.Name.....what im trying to is change the path to another file in the same folder that the Database is located, like a .pdf help file.....can some1 help?
MSDE 2000, SQL Server 7 Application
I currently have a VB6 application which is installed and run in several different countries and which connects to a SQL Server 7 database. The SQL Server 7 database is hosted in the UK, and it seems that whilst the users in European countries are happy with the speed of the application, the users in Japan are experiencing severe delays. I'm assuming this is due to network latency and a workaround to improve the speed for the Japanese users is to install MSDE on their machines and to create a local copy of the SQL Server 7 database then at the end of the day merge the changes back to the SQL Server 7 database.
Is this feasible and are there any issues that need to be considered or indeed can anyone think of a better solution?
NEED HELP! Connecting SQL Server 2000 To VB6 Application
Here's my code. It's just a simple log-in function
Private Sub cmdEnter_Click()
Dim cConnectString As ADODB.Connection
Dim sql
Dim rs As New ADODB.Recordset
Dim intUserflag As Integer
'creating SQL Statement
sql = "select * from EDMS_Users"
kesongpinoy: Set rs = CreateObject("ADODB.Recordset")
Set cConnectString = New ADODB.Connection
cConnectString = "provider=sqloledb;data source=EDMS_DSN;initial catalog=EDMS_DB;uid=sa;pwd="
cConnectString.Open
rs.CursorType = adOpenDynamic
'Assessing SQL statement using connection as Connection
Set rs = cConnectString.Execute(sql)
kesongpinoy: rs.MoveFirst
Do Until rs.EOF
If rs.Fields.Item("usrUsername") = txtUsername.Text And _
rs.Fields.Item("usrPassword") = txtPassword.Text Then
intUserflag = 1
Else
intUserflag = 0
End If
rsSearchAdpd.MoveNext
Loop
If intUserflag = 1 Then
MsgBox "Found!"
Else
MsgBox "Not found"
End If
cConnectString.Close
rs.Close
End Sub
Everytime I run it, I keep getting a "Run-time error '-2147467259 (80004005)' [DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied" error. It leads me to think that I may have fudged up the installation of the SQL Server or the Configuration for the User/System DSN in the ODBC settings in Administrative tools. Please help...I'm fairly new to SQL Server. Thanks in advance.
Deployment On VB6 Application Using MS Acess 2000
Hi,
I’ve developed an application using VB6 and MS Access 2000 as the backend database. My application (standalone) will deploy to every client machine (Client machine is clean, means no MS Access is installed). Will my application run properly without installing any thing on the client pc? What should I do if my application does not work on the clean pc?
Hope you can clear my cloud. Any suggestion is appreciated. Thanx in advance.
Deployment On VB6 Application Using Sql Server 2000
Hi,
I’m quite confused on my application deployment issue. I’ve developed an application using VB6 and MS SQL 2000 as the backend database. My application (standalone) will deploy to every client machine. They access the same database. Every error message (base on MS SQL error message) will prompt to user on their own machine. Do I need to install MS SQL client on all client machines? Or just need to add in some MS SQL DLL while packaging?
Hope you can clear my cloud. Any suggestion is appreciated. Thanx in advance.
How Can I Run A .bat File From A VB Application On Windows 2000
I created an application in VB 5.0 that runs a .bat file. In Windows 2000, the bat file is not executed. I am logged on as an administrator on 2000. In Win 98 and Win ME the application executes the bat file as it is supposed to.
Below is the portion of the code I am using to run the batch file. The file is never executed although it appears that a command window does come up(for about .5 seconds). If I run testfile.bat from the directory in which it is located it works as expected. Is there a different way to run the bat file within windows 2000?
____________________________
retval = Shell("C: emp estfile.bat", 1)
AppActivate retval
____________________________
Thanks,
Carlos
Any Difference In Application Depolyment Under XP And 2000
hi
my application is built on 2000 using VB6. As our developer's OS will change to XP but still use VB6, we may need to make the deployment under XP. However, we concern whether the installation will be ok under 2000. Cos all users are using 2000 workstation.
Thx
Kit
Application Is Not Working On Windows 2000
Hello all,
I a novice in VB. We needed application that will close an application programmatically. I found something in ms support site that will do exactly what we wanted. I tested the application it works fine on a xp station but it does not work at all on a windows 2000 machine. Could someone let me know what do I have to do to make this application work for windows2000 pc? here is the link to the application I downloaded : http://support.microsoft.com/?kbid=176391#kb2. thank you very much.
Problems With Application On Windows 2000
I made an application in VB6.
Applic. works fine on Win95 and Win98, on Win2000 I have a problem.
When I start applic. error message shows up -> Err. 7 - Out of memory.
I have no idea What could be wrong.
Please help me, it's urgent.
Application Development Cost ?? VB && SQL Server 2000 !!
Hi ... i hope any one can help me here !
i'm developing my first big application using VB and SQL server 2000 DB ...
i dont' knwo how to determine the cost of the application !!
for how much i will give my application to the customer ??
what are the basis used to determine the application development cost ??
i'm new in this field .. commercial development .. ! i all i did before is small projects or sharing others ..
but this is my first application , i have to do it all from the beginning !!
it's a stock control application and a DB for more than 1,000,000 (million) stock items/parts my customer dealing with !!!
i'm still in the analysis stage ! so ...... !
any help from other experienced developers would be appriciated !
Thanks
VB Application Compiled In Win98 And Installed In Win 2000
I have designed an application in Win 98 and i tried to install in one of the node having win 2000. i installed mdac_typ.exe in win 2000 node.
I could not run the package installer in the win 2000 node.
I copy the executable file alone and the application works fine in the node.
Please help me.
Duraiappan.
Problem Installing My Application On Windows 2000 M/c
Hi,
I developed a VB application on a Windows XP computer. When I try to install the same application on Windows 2000 m/c, it gives me errors. But it installs without any problem on other Windows XP computers. So, What do you think i need to do to make the application work on windows 2000 ?
Any help is appreciated.
Thanks,
cuteguy141.
Connecting A VB 3 Application To SQL Server 2000 Database
Hi guys,
I'm converting some databases from SQL Server 6.5 to SQL Server 2000. I've got some systems developed in VB 3 who access those databases, but now with the SQL Server 2000 it just doesn't work. I have an ODBC driver with whom I can connect VB3 programs to databases in SQL 7. But that doesn't work with SQL 2000. How could I manage to solve that problem? Is that possible?
Thanks in advance for any help...
To Add An Application To Services Of Windows 2000 Server
i made one .exe in visual basic now i want to run it constantly in my pc even if i logoff it should not close.and whenever i start machine it should start automatically..even i can change it's startup setting e.g. manual or automatic in short it should work other applications in services of windows 2000 advance server...
pls guide me as soon as possible..
rignesh
Sending An Email Through Another Application, Outlook 2000 Client.
Hello,
My situation: I have purchased a web-filtering program called Surf Control. It has a report scheduler which uses the CR Export option to send emails to clients. However I get a message that says:
"A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this?
If this is unexpected, it may be a virus and you should choose "No". "
The problem is that it will only allow access for up to 10 minutes, how can I change it so it allows access forever??
VB 6.0 Application Shows Run-time Error '713': Only In Vista, Not In XP And 2000
Dear all ,
I have a VB 6 Application ( VB 6.0 with MS access) working well in all other Windows versions like Windows XP , 2000 etc .But it shows the ERROR " Run-time error '713': Application-defined or object defined error " while executing the program (.exe) from windows vista ( all versions ) what may be the problem with vista ?, i was tried with Administrator rights and compatipility mode set to windows XP SP2 but it shows same error . SAME PROGRAM WORKING WELL IN WINDOWS 2000 and XP. The setup was created with installshield 10 Express and added dependencies , but it shows same Error with windows vista.. What i have to do for vista enabling my application ? Please help me.. do i need to add any particular DLLs for vista ?
Interfacing MS Word 2000 With A Visual Basic 6.0 Application (Add-in?) - *Resolved*
The following is what that needs to be done and I would like to request assistance as to the approach, tools and/or code since I have no experience in working with MS Office (from the programming side, of course ) or with creating Add-Ins.
1) The end-user opens an existing word document
2) (S)He highlights some text (could be within a table as well)
3) Clicks a button or presses a key combination
4) The highlighted text changes to the text recieved from below.
........5a) The text as highlighted above is recieved by my VB application along with information on the selected text's font (name, size, bold, etc.)
........5b) The information so recieved is parsed by my application in correspondence with my database and a new string is generated comprising a totally different text of a different font, size, weight, etc.
........5c) The new string is to replace the highlighted text along with the new font, size, etc.
6) There should be no code at all in the "Macros" section of the Document
7) As of now I would be content with MS Word 2000. But it would be extremely helpfull if the above can be made to work in MS Excel 2000 and other products of the MS Office 2000 suite or is also functional in older versions of MS Office
TIA
Regards
Kaushik Janardhanan
VB 6 Application Running On French Windows With English SQL 2000 Server
Hi, all,
I have this VB 6 application developed on English Windows 2000. It runs
against an English SQL 2000 server. When the application is installed on
a French Windows XP, I have an ODBC problem. The application is doing a
date search and the error message says "[ODBC Server Driver][SQL Server]
Syntax
error converting datetime from character string.." I figure it is
because the SQL server does not recognize the French date string but how
do I resolve this problem?
Thanks!
Jonathan
VB6 Service On Windows 2000, Sending/recieving Mail Via Outlook 2000
I have a service running, when I try to connect to a MAPI Session it gives me an "-2147221231 Collaboration Data Objects - [MAPI_E_LOGON_FAILED] (80040111)" error.
If I run it as just a regular Executable and NOT a service it connects fine...
I pass the profile on the .login line....
Any Ideas?
Distribute A VB Program That Reads An Access 2000 Db On Machine Without Office 2000
Hi. I want to develop and package a VB6 program which will read an access 2000 database. I use DAO 3.6. Doesn't work on another machine without access 2000 installed. I've been told I can use MDAC_typ.exe in setup program BUT they said MDAC2.6 doesn't contain Jet files etc... I am a it confused. What should I do???
a) MDAC_typ.exe OR b) Copy certain files directly into the setup program. c) Have a beer?
Mail Merge Access 2000 With Word 2000/XP And Pass Variables
Hi, I debated posting in newbies, because I'm kind of learning VBA on the fly, and am not very good at all.
I am trying to Mail Merge an Access 2000 database with Word 2000 & Word XP.
I modified the code I got from the Microsoft Solution Base to try to introduce variables to allow me to merge more than one table and SQL query with more than one Word document.
This code works without the variables, when I just type everything directly. Unfortunately, I need the ability to merge multiple documents/tables.
Sorry if its sloppy code, I haven't really got much of an idea of what I'm doing in VBA yet.
Can anyone help me debug this, and maybe give me the syntax to use in my Macro for MergeIt(var,var,var)
I also need a way to email similar form letters. This is for a membership expired notice - some get mailed/faxed, so need to be printed, while some should be emailed. I've read that sendobject doesn't do so well. - is there a way to merge into Word (or Outlook) and automatically email these notices?
Thanks very much!!
--------------------------------------
Function MergeIt(docaddy, sqltable, sqlstr)
DoCmd.SetWarnings False
DoCmd.OpenQuery "Dues Expired Calculate"
DoCmd.OpenQuery "Dues NOT Expired Calculate"
DoCmd.OpenQuery "Dues Are Expired"
Dim objWord As Word.Document
Set objWord = GetObject(docaddy, "Word.Documents")
' Make Word visible.
objWord.Application.Visible = True
' Set the mail merge data source.
objWord.MailMerge.OpenDataSource _
Name:="F:workooo dbOOO Main Database.mdb", _
LinkToSource:=True, _
Connection:=sqltable, _
SQLStatement:=sqlstr
' Execute the mail merge.
objWord.MailMerge.Destination = wdSendToNewDocument
objWord.MailMerge.Execute
'The following line must follow the Execute statement because the
'PrintBackground property is available only when a document window is
'active. Without this line of code, the function will end before Word
'can print the merged document.
objWord.Application.Options.PrintBackground = False
objWord.Application.ActiveDocument.PrintOut
End Function
------------------------------------
Thanks for any help!
Edited by - case on 7/31/2003 7:40:22 AM
Create An New User In Windows 2000/Whistler, Or 2000 Server
I need some informations about how to create an new user account in Windows 2000/Whistler, or 2000 Server.
This is necessary because I have to create some accounts automaticaly.
E.g. I have to create accounts from 01 to 36.
On each account there stands a string before the number.
This should look like [string][number] (e.g. 2ben01).
Any suggestions?
thx, vbzero
Using Access 2000 To Send Emails Through Outlook 2000
I remember running across a very small piece of code a few weeks ago but for the world of me, cannot find it now and I desperately need it. This piece of code was vbscript, it basically created an smtp server and sent mail using that smtp server instead of relying on outlook to do it.
I have an access database that needs to send roughly 520 individual messages based on criteria for that specific requested area (this is not spam either, this is requested information). It worked fine until I upgraded Outlook to the latest service packs and therefore no longer works. It prompts you with the standard MS security dialog asking for permission to send the email, I can tell it yes, it will prompt me once more, I tell it yes, then it just stops. The job process never completes. I do not want to have to revert back to an "unpatched" version of outlook and the piece of code I mentioned earlier would be ideal to use.
Any help would be greatly appreciated.
Thanks in advance
Todd
Problems-Upsizing MS Access 2000 DB App To SQl Server 2000
Hi all,
I am facing some problems while upsizing my current MS Access2000 database (.mdb file) to SQL server 2000 ( trying to make a client/server application by creating a .adp file).
I did everything using Upsizing wizard available with the MS Access2000. During the Upsizing using wizard I selected the option to create a new database, connected to the SQL server out there on the network( made sure that connection was tested OK), exported all the tables( was not sure what attributes of the table to select, so i selected all the options-indexes, validation rules, defaults, table relationships using DRI and even added time stamps).
Then i selected the option to create a new Access client/server application. I got two syntax errors while upsizing(one was while upsizing queries and the other was a form).But i clicked OK and the upsizing continued with no further errors.
When i looked at the snapshot created by the wizard. All the tables were upsized properly,but none of the queries were upsized. I got errors like "The wizard was unable to analyze the SQL for this query" or "This query is not upsizeable because it depends on a Form parameter". There was no information regarding forms or reports on this snapshot.
When i opened the .adp file created by the wizard, some of the components on the Forms were not working and giving the error messages like "The record source specified on this form or report does not exist".
I am new to this field and I would appreciate if anybody suggest me something related to these problems.
Thanks in advance.
VJ
A Good VBA 2000 Reference Book For Access 2000
Hi,
I have some experience with VB6 and VB.Net, as well as Access 2000.
I can query tables and retrieve, update records, etc. What I'm looking for is a good reference book where I can look up something and find the VBA code to do it.
I'm talking about compacting the database, transferring data, attaching tables to a back-end mdb from a front-end interface, and the such. I have found that I can make a macro to do the things I've listed here and then save the macro as a module to look at the VBA code, but I need a desk reference.
I bonus would be if it detailed Access built-in functions like saving a query to transfer text in a certain format (I had to get help here for that one).
I searched Amazon.com and read some feedback, but that's tough because you don't really know the author's abilities and they don't know what mine is.
So, now that I told you what my bacic ability is and what I'm looking for, I would sure appreciate your experiences in selecting the right book for me.
Thanks,
Tom
Migration To Office 2000 And Windows 2000
I have a general question concerning Access 97 to Access 2000 migration and operating system migration.
I am in the midst of writing a program using VB 6 Professional with Access 97 as storage in the Windows NT 4.0 operating system.
We are about to change over to Office XP and Windows 2000 professional.
Are there any known issues with either change that I can prepare for now?
Error 3051 Opening DB 2000 From Win 2000 To XP PC In LAN
Hi,
I use this item to open DB locate on other XP professional PC in the LAN
set ApriDB = OpenDataBase(FileMDB, FALSE, TRUE)
I have this error when I run a project in my PC win 2000 and try to open acces 2000 db on XP professional PC (LAN connect) with dao 3.6...
Run-time error '3051' : The Microsoft Jet database engine cannot open the file ;. It is already opened exclusively by another user, or you need permission to view its data.
how can I correct that?
Thanks
Installation On Windows 2000 And Outlook 2000
I have a vb application developed on a windows 2000 machine with outlook 98. i used the package and deployment wizard to create the package. The package seems to install fine on a windows 2000 machine with outlook 2000 but when the user ran the application it opened the login form and after entering the user id and password after clicking ok, windows prompts for the outlook 2000 cd. The application worked fine only when the user put the outlook 2000 cd and windows could find the file it was looking for. i assume it is probably looking for some dll but it is kind of strange. Please help. Is there something in the package and deployment wizard?
Thanks
MDB Made In 2k2 As 2000, Won't Convert To MDE In 2000
I made a database using Access 2002. The database format was created as 2000 for compatibility issues. Now I'm ready to create an MDE, using Office 2000 to do the conversion, but it doesn't work. So I tried converting it to 2002, then creating the MDE from that (from Office 2002), same error.. "Microsoft Access was unable to create an MDE database."
Any ideas?
TYIA
'Rekd
Convert To SQL 2000 From Access 2000
I have VB application gets data from access, now I want to use sql 2000, hre is my connection, what I need to change in order to connect to sql instad. Ihave the table setup and no password or user name so I will use the=91sa=92 thank you
yMstConn.Mode = adModeShareDenyNone
MyMstConn.CursorLocation = adUseClient
MyMstConn.Provider = "Microsoft.Jet.OLEDB.4.0"
MyMstConn.ConnectionString = _
"Persist Security Info=False;" & _
"Data Source=" & App.Path & "Client_DB.mdb"
MyMstConn.Open
Set MyMstCmd.ActiveConnection = MyMstConn
MyMstCmd.CommandType = adCmdText
MyMstCmd.CommandText = sql
MyRS.LockType = adLockOptimistic
MyRS.CursorLocation = adUseClient
MyRS.CursorType = adOpenKeyset 'adOpenForwardOnly
If MyRS.State = 1 Then
MyRS.Close
End If
MyRS.Open MyMstCmd
Using Windows 2000 To Log On Access 97/2000
Hi
Does anyone know the command in VB to take the current users login ID within W2000, and insert these credentials into a table upon login into the database? Moving this forward I would like to use this as a simple security setup
Thanks
Tim
tim.goff@virgin.net
-1 In Access 2000 But In SQL 2000 Its A 1
My data sits in SQL 2000, The field I'm going after is defined as a bit data type(1 or 0). When I run a query in Access 2000 by linking the tables it shows a -1 instead of a 1 for the data. When I look in at the data through query analyzer or enterprize manager the stored values is a 1 not a -1(which is right and what I need to see in access). But looking at the linked table in access I see a -1 instead of a 1.
Why?
Thanks in advance!!!!!!!!
How To Handle Size && Position Of Console Application With Windows Application In VB6
Hi Dear All,
I am facing a major problem in VB6. I wants to create an application in VB6 which contains one OLE control and one Picture box. OLE control contains the Word Document and in Picture box a DOS based application which is already developed should show. I am using shell function to call the DOS application but unable to set its Size and Position. So please help me to solve this problem. I have already used some of the API's like ShowWindowPos(), MoveWindow(), DeferWindowPos() but thease function works only for Windows based exe not for DOS based exe. Please tell me the way to solve the problem.
OR If somebody tell me how to convert a DOS based exe program into Window based exe program so that I can call DOS Application as a Window based application.
So please help me asap.
Thanks
Deependra Pathak
|