2,951 Posted Topics
Re: You ned to add the crystal report viewer from project--->Components and then display the report . | |
Re: kindly post what you have tried so far for reference of our experts. | |
Re: You need to include all the desired files along with the application in the set package while creating the setup. | |
Re: That piece of code is really useful. | |
Re: You need to use the CoolBar control for all that. | |
Re: Don't compare vb 6.0 with its successors . | |
Re: Its better to flash the window on certain condition like if the window is minized. | |
Re: i will try to help you during the weekend if I am free, not possible before that. | |
Re: You need to capture the X and Y position of the mouse. Once the pointer gets out of the form you can't trace it. | |
Re: What did google say ? Have you tried for that option ? | |
Re: when u click on the listbox item select the link address using the listindex property of the listbox and pass that to browser control. | |
Re: You can use any third party tool if you want. | |
Re: Even though there is no record in the EXTRA column still then it contains 4 rows. | |
| |
Re: You need to set two different image list .One for small icon and the other for large icon .You need to fill the image list first with desired icons, then you can change the icons at run time by little code. | |
| |
Re: Kindly post what you have tried so far for further discussion on the topic. | |
Re: Kindly post what you have tried sofar for reference of our experts | |
Re: It is always advisable to store password in incripted format with password protection in database only . | |
Re: 1. either make the field as autonumnber or 2. use the technique as suggested in the previous post. | |
Re: Why you want all the coding instead of taking back up of the mdb file itself. What is the problem in that ? | |
Re: Can you kindly post how you have approached to solve this . | |
Re: what do you mena by [B]Which software should i use [/B] ? | |
Re: Are you sure the table contains any data ? | |
Re: there is no direct function to do the same in Vb . Try writing your own function for the purpose. | |
Re: What did Google say ? Have you tried for that option ? You nned to go through some basic book on the subject for all that. | |
![]() | Re: [B]_u_in_ _s[/B] one who fills sucessfully, should post a new one. |
Re: Are you running application on a new version of windows ? | |
Re: For this no need of writing any PL / SQL at all . simmply try to use like search . try the sample code [code=oracle]select * from customer where cust_number like '%5678'[/code] Again are you sure the field name is number ? It is a reserved key word . Try … | |
Re: I am not much sure bur you can try this [code=vb] Private Sub List1_Click() List2.Selected(List1.ListIndex) = List1.ListIndex End Sub[/code] | |
Re: Yes oracle 10g is the best database from oracle (11g already released, but i am yet to use with VB). It is very easy to setup and use . You only need to change the connection string . Try this sample connection string. [code=vb]Provider=MSDAORA.1;Password=debasis;User ID=debasis;Data Source=das;Persist Security Info=True[/code] | |
Re: You mean to say , you want to retrive the source code from exe file ? If that is the case then not possible. | |
Re: You need to use the LEN function. | |
Re: You need to use [B]Query\T && P System[/B] in the caption property. | |
Re: You need to use microsoft commondialog control for the browse button and use the show open method and you can use multimedia control or windows media player control to play the file. | |
Re: Your code contains some basic level errors 1.Why ctr2 is string type ? 2.You need to run the loop upto ctr2-1 not ctr2. 3.The values in the listbox are strings not numbers . Why using val to compare the values ? | |
Re: You need to handle the keyascii in the keypress event . | |
Re: My handwriting is getting worse day by day. | |
Re: You need to set everything to its default value with the default form. | |
Re: The best solution for the problem is to use COUNT() . Take the user input from textbox and using count findout the number of records in database which satisfies the condition. If it is 1 then say OK (login successful and proceed further) else wrong(login failed) For this the username … | |
Re: What do you mean by nearest . What is the parameter of nearest 1 min 30 min 1 hr 2 hr ..... .... What you want ? |
The End.