Hi All! as this subject shows, for protection of my program from copy(!!!) i need to force my program that only run on customer PC. for that purpose, I want to...
I defined an Adodc object in a form to connect to Access database. The setup of this Adodc was using Microsoft OLEDB 3.51 as provider where the location of the...
I have created a DSN using ODBC and was able to connect to my SQL Server using the DSN. But when I tried to create a Crystal Report in my VB program using the...
Esta es la forma. This is the most simple way to do it... For i% = 1 To Rpt01.Database.Tables.Count Rpt01.Database.Tables(i%).SetLogOnInfo "ServerName,...
I have a procedure in a timer, which runs after the form is loaded. The error tells my processor is to long. Hmmm, I did not know there was a limit. Does...
hai ragasudha_79 <ragasudha_79@...> wrote: Can anybody post the (VB) coding for connecting to the IIS to retrive the details like all names of the sites...
Im trying to write a program in VB that makes use of Crystal Report as my report engine. Im using MS SQL Server as a back-end database. I have created a DSN...
hi Mr.Thomas,, i can help u if u come online on yahoo messenger,,i'm online right now!!! regards, Chandrasekhar. dale thomas <risk_sly@...> wrote: Im...
Guys please help me . Let me know the best way to check weather the state of my Record set after opening it. I want to check if it is empty or have some...
I need to insert unicode text in a sql server database, so i set the type of the field to nvarchar and my default reginal settings to farsi but with insert ...
hi,, view the attachment,,, chandra. dale thomas <risk_sly@...> wrote: Im trying to write a program in VB that makes use of Crystal Report as my report...
Can You give the following details OS : Did you install your unicode settings in ur OS.. You can view it in Control Panel-->Regional Settings.. You may use...
Karthikeyan Muthurajan
mkarthik@...
May 3, 2004 8:13 am
15334
Hi Chandra, I received the mail but there's no attachment.. please send again.. thanks so much! :) babji bannu <babji_bannu@...> wrote: hi,, view the...
Mr.Thomas, Pls View the attachment,,its in MS-WORD now,, regards,, chandra.. ... Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs [Non-text...
The no is 255 controls. 256 if U include the form also. With Regards Karthick V A fanatic is one who can't change his mind and won't change the subject. -Sir...
you should use "N" as a prefix for the insert command so that the text is recognized as unicode text ex. insert into table_1 values (N'unicode text1',...
One Method m using, rs.open ( query) rs.movelast recordcount=rs.recordcount rs.movefirst it will spped up u r programe also abt 33 % Yahoo! India Matrimony:...
VB on WWW
wwwdirzala@...
May 3, 2004 10:48 am
15339
OOOOOH, i f u r askin the state of recordset use rs.state will be 0 ' if recordset is close and use rs.state will be 1 ' if recordset is open Manoj Mishra...
VB on WWW
wwwdirzala@...
May 3, 2004 10:50 am
15342
hi group, i'm using MS Access and VBA on client and PostGIS database on server (linux redhat, apache). what i need to do with VBA is 1. copy a couple of given...
This is the sub I use to connect to a database. Try it and see if it helps you. It's not using OLEDB, but it still works. Public Sub Connect() Dim dbPath As...
Hi All, By trial and error I figured out which statement was causing the problem in Word 97. It was Selection.NoProofing = False Aparently this is not a valid...
Thomas:, this may help you ... From: Csar To: visualbasic6programming@yahoogroups.com Sent: Sunday, May 02, 2004 10:59 PM Subject: Re: [Visual Basic 6...
I'd like to develop an application wich makes backup of all my computers in the network. I have some questions ... 1) How can I view all the network places in...
Frederiko dos Santos ...
fredec@...
May 3, 2004 8:31 pm
15349
Hello Dear The another way to by which you can check tha your record file contains data or not just check the size of the file OR simply add an index to your...
i use a datagrid include quantity, price and total. but i don't know how to count the total using by datagrid so that when i input a quantity and price, the...
Hi friends, I have created application that get Drive letter of CD Drive. I m using File system object to retrieve information of it. One of my client have CD...
VB on WWW
wwwdirzala@...
May 4, 2004 9:02 am
15356
Try this one. It should work Private Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long Private Sub...