2,951 Posted Topics

Member Avatar for goroogee

You ned to add the crystal report viewer from project--->Components and then display the report .

Member Avatar for zahirjaved
0
160
Member Avatar for Njekwa
Member Avatar for brainchief
Member Avatar for kehar

You need to include all the desired files along with the application in the set package while creating the setup.

Member Avatar for hkdani
0
157
Member Avatar for Jade_me
Member Avatar for rregalad
Member Avatar for rregalad
0
122
Member Avatar for plusplus
Member Avatar for AjayKN
Member Avatar for Jade_me

Its better to flash the window on certain condition like if the window is minized.

Member Avatar for debasisdas
2
103
Member Avatar for rahuldevireddy

i will try to help you during the weekend if I am free, not possible before that.

Member Avatar for MidiMagic
0
100
Member Avatar for some one
Member Avatar for zawpai

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.

Member Avatar for zawpai
0
2K
Member Avatar for atplerry
Member Avatar for Sprinkles

when u click on the listbox item select the link address using the listindex property of the listbox and pass that to browser control.

Member Avatar for Sprinkles
0
78
Member Avatar for jayDC
Member Avatar for bmantri

Even though there is no record in the EXTRA column still then it contains 4 rows.

Member Avatar for bmantri
0
138
Member Avatar for Nige Ridd
Member Avatar for darrinallen
0
183
Member Avatar for Sentax

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.

Member Avatar for Sentax
0
266
Member Avatar for plusplus
Member Avatar for Jicky
Member Avatar for pogiding

Kindly post what you have tried so far for further discussion on the topic.

Member Avatar for debasisdas
0
74
Member Avatar for ruman_eee
Member Avatar for om_shankar1
0
98
Member Avatar for mayank_ati
Member Avatar for Dell XPS

It is always advisable to store password in incripted format with password protection in database only .

Member Avatar for debasisdas
0
109
Member Avatar for Jicky
Member Avatar for nazrulcckl

1. either make the field as autonumnber or 2. use the technique as suggested in the previous post.

Member Avatar for debasisdas
0
386
Member Avatar for kehar

Why you want all the coding instead of taking back up of the mdb file itself. What is the problem in that ?

Member Avatar for hkdani
0
155
Member Avatar for psycher
Member Avatar for psycher
0
106
Member Avatar for JEKYS
Member Avatar for Carlo_g12
Member Avatar for ryan_vietnow
Member Avatar for pranavdv

there is no direct function to do the same in Vb . Try writing your own function for the purpose.

Member Avatar for BC_Programming
0
116
Member Avatar for sehembz4real

What did Google say ? Have you tried for that option yet ?

Member Avatar for debasisdas
0
55
Member Avatar for knowledgelover

What did Google say ? Have you tried for that option ? You nned to go through some basic book on the subject for all that.

Member Avatar for debasisdas
0
70
Member Avatar for thunderstorm98
Member Avatar for palegray.net
0
170
Member Avatar for VeHdad
Member Avatar for KiltedScot

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 …

Member Avatar for debasisdas
0
110
Member Avatar for dc_24l

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]

Member Avatar for dc_24l
0
152
Member Avatar for RonR

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]

Member Avatar for debasisdas
0
131
Member Avatar for crazyfrog
Re: vb4

You mean to say , you want to retrive the source code from exe file ? If that is the case then not possible.

Member Avatar for venkatramasamy
0
73
Member Avatar for dc_24l
Member Avatar for RonR
Member Avatar for debasisdas
0
60
Member Avatar for pritia
Member Avatar for joecasa
0
78
Member Avatar for hawisme000

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.

Member Avatar for hawisme000
0
110
Member Avatar for dc_24l

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 ?

Member Avatar for venkatramasamy
0
110
Member Avatar for dc_24l
Member Avatar for darkagn
Member Avatar for Revan
Member Avatar for debasisdas
0
118
Member Avatar for pickachu

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 …

Member Avatar for debasisdas
0
94
Member Avatar for royaloba

What do you mean by nearest . What is the parameter of nearest 1 min 30 min 1 hr 2 hr ..... .... What you want ?

Member Avatar for debasisdas
0
64

The End.