2,951 Posted Topics

Member Avatar for KeerthigaN
Member Avatar for AndreRet
0
62
Member Avatar for abelingaw

Why not go for the Masked Edit Control instead of a regular textbox. That control allows you to set a predefined format, and also allows for validation on entry, instead of after entry.

Member Avatar for AndreRet
0
492
Member Avatar for deadelgabar

before you jump into database or any coding the very first step is requirement analysis. 1. gather the requirement. 2. Plan a solution. 3. decide on front end/ database / system specs etc.. 4. Design the DB. 5. Design the application. 6. Test it for proper functionality 7. ..... 8. …

Member Avatar for debasisdas
0
77
Member Avatar for rory_breaker
Member Avatar for didiergm
0
158
Member Avatar for cusquix

[quote]the projet doesnt seem to exist yet on the web[/quote] then it must be the eighth wonder on the planet. May i know please what exactly is your idea ?

Member Avatar for debasisdas
0
144
Member Avatar for critznikkian

you simply need to use ASCII function and call the same in KEY_PRESS or KEY_DOWN event Show some effort before asking for code.

Member Avatar for AndreRet
0
864
Member Avatar for arunmag

Please find all that [URL="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html"]here[/URL]. Download what ever is your requirement. Follow the manual for installation instructions.

Member Avatar for debasisdas
0
112
Member Avatar for satti

i don't understand your logic of authentication. How [B]Select * from Users[/B] ensures that the user id exists and the password entered matches with that stored in DB ?

Member Avatar for AndreRet
0
240
Member Avatar for PinoyDev
Member Avatar for PinoyDev
0
268
Member Avatar for kay21

Remove Nurse_In_Charge from WARD and maintain a separate table for day to day activty of the ward. There you can maintain ward ward_id, nurse_id, date_of_activity etc.

Member Avatar for debasisdas
0
990
Member Avatar for arunmag
Member Avatar for debasisdas
0
56
Member Avatar for karthiyayiniyp

1. SMS is not sent from e-mail 2. Before asking for code you need to show effort and post the code that you are working on. 3. Does you project included any database operation ? If yes -- which DB ? How you connect VB to DB ?

Member Avatar for trilok31
0
833
Member Avatar for arul jeba

database changes ---------------- 1. Migrate table/views and data to Oracle. VB changes--assuming you are on ADO ----------------------------------- 1. Change connection string. 2. May need to take care of data types to make it compatible with Oracle.

Member Avatar for Jx_Man
0
140
Member Avatar for cybrix101
Member Avatar for karthiyayiniyp
Member Avatar for pradvin
Member Avatar for debasisdas
0
76
Member Avatar for DishevldPeasant

You need to mention which block of the code is causing the problem.

Member Avatar for debasisdas
0
127
Member Avatar for amithlaxman
Member Avatar for P.manidas
Member Avatar for critznikkian

You need to frame the query dynamically at run time and execute the same based on the combo value.

Member Avatar for AndreRet
0
118
Member Avatar for ben25x

You need to create a new instance of the command button and reposition it every time by changing the X , Y co-ordinates. But may i know what is the requirement that make you drag the button around the form.

Member Avatar for ben25x
0
3K
Member Avatar for baldwindc

When talking about windows ask the guys who know it best, Microsoft. You need to stick to Microsoft technologies.

Member Avatar for Momerath
0
143
Member Avatar for minitech
Member Avatar for NativeAngels

1. Mother board --- you must throw away. 2. RAM --- that is of no use. 3. Keep the hard drive --- you can store something there may be PM3. 4. and don't throw away the fan --- that will keep you cool.

Member Avatar for debasisdas
0
88
Member Avatar for deolalkar_pooja

Between is used on number or date data types not on string. ex 1. number between 1 to 10 2. date between 1-jan and 31-jan etc...

Member Avatar for debasisdas
0
99
Member Avatar for deadelgabar

What the program is all about ? What language / development environment you are using ? Are you using any database ? ...........? .......?

Member Avatar for JamieLynnSEO
0
151
Member Avatar for thejman82

Why name and address is stored in Computer table ? There should be a separate table for customer.

Member Avatar for debasisdas
0
222
Member Avatar for vbBen
Member Avatar for P.manidas

ToolTipText is display at the cursor. a better work around is to 1. use a label 2. change the caption 3. move it around as desired with controlled visibility.

Member Avatar for AndreRet
0
772
Member Avatar for jemz

You need to read [URL="http://www.google.co.in/search?hl=&q=using+list+view+in+visual+basic+6&sourceid=navclient-ff&rlz=1B3GGLL_enIN368IN369&ie=UTF-8#hl=en&pq=using%20list%20view%20in%20visual%20basic%206&xhr=t&q=listview+in+visual+basic+6.0&cp=0&pf=p&sclient=psy&rlz=1B3GGLL_enIN368IN369&source=hp&aq=0sx&aqi=&aql=&oq=list+view+in+visual+basic+6&pbx=1&fp=5cd426a8b99ed1de&bs=1"]this[/URL] .

Member Avatar for Jx_Man
0
194
Member Avatar for jemz

As mentioned in the previous post you need to play with some properties of the control.

Member Avatar for jemz
0
72
Member Avatar for campy
Member Avatar for AndreRet
0
301
Member Avatar for amithlaxman

To connect to oracle database from any OS to windows system you need to have TSN file updated for the target DB. And for your information : TOAD is not a freeware, in fact it is one of the most costly tools for DB applications.

Member Avatar for debasisdas
0
110
Member Avatar for Hakeemiredia
Member Avatar for AndreRet
0
94
Member Avatar for avirooge
Member Avatar for dnk

try this [code] Private Sub Cmdshutdown_Click() ExitWindows EWX_SHUTDOWN, &HFFFFFFFF End Sub [/code]

Member Avatar for dnk
0
289
Member Avatar for lolztear

What exactly you mean by that ? Are you trying to copy items from one list view into another ?

Member Avatar for anucom
0
97
Member Avatar for markdean.expres
Member Avatar for markdean.expres
0
61
Member Avatar for bettybarnes
Member Avatar for shookees
Member Avatar for neosonic

In your case ,all depends on how much you can afford to spend. and i don't think all versions of office is shipped with Access. You can look for something like MySQL.

Member Avatar for reygcalantaol
0
836
Member Avatar for hdaccess

I believe the best way to learn thing is by way of getting your hands dirty. Lets start and learn.

Member Avatar for reygcalantaol
0
126
Member Avatar for bettybarnes

option 1 --------- A. read the file B. convert to binary stream C. store tin database (preferably in a LOB field) reverse the precess to display in your picture box. option 2 --------- A. store the path of the file. B. retrieve the path. C. read the file from file …

Member Avatar for debasisdas
0
251
Member Avatar for vbBen

You need to use [URL="http://www.yes-tele.com/mscomm.html"]MSComm[/URL] Control.

Member Avatar for vbBen
0
173
Member Avatar for MARKAND911

You simply need to understand why your query failed. To compare, you need dates not strings.

Member Avatar for Akash Saikia
-1
197
Member Avatar for jattvelly035
Member Avatar for vinothmca

App.path is not set in MDB file. you need to set that in your VB code ex-- ConnectionString = App.Path & "\MyDB.mdb"

Member Avatar for debasisdas
0
71
Member Avatar for juve_
Member Avatar for Elvin3
Member Avatar for m1m2m3m4m5

The End.