Airline Reservation Project

27
Airline Reservation Project Hi Guys I am new to Visual Basic and I am currently doing an introduction to visual basic class and for my final project I have to build an airline reservation program I would like any help you guy can give me Here is an outline of the project An airline has recently purchased a small airplane with 40 seats 10 rows and 2 columns with 2 seats in each column, the plain travel to three destinations Requirements See the seating chart during transactions Add passengers

Transcript of Airline Reservation Project

Page 1: Airline Reservation Project

Airline Reservation Project

Hi Guys

I am new to Visual Basic and I am currently doing an introduction to visual basic class and for my final project I have to build an airline reservation program

I would like any help you guy can give me

Here is an outline of the project

An airline has recently purchased a small airplane with 40 seats10 rows and 2 columns with 2 seats in each column, the plain travel to three destinations

Requirements

See the seating chart during transactions

Add passengersRequest the passenger name, address, DOB, flight date ,flight cost, payment status and allocate an available seat number

Cancel ReservationRequest the passengers name, address, DOB, Flight date and

Page 2: Airline Reservation Project

make the canceled seat available

Save and restore seat informationCancel an operation at any timeSearch for passengers and available seat numbers

The seat chart should be always available for quick referenceThe seating chart for any particular day should be readily available

I have some ideas but need some help

Really need some help with this?

Thanks

View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Railway Reservation Project Using VB 6.0 And MS Access Database Airline Program Airline Program Airline Reservations System Challenge? Reservation I Need An Example Of Bus Reservation Bus Reservation Reservation Reservation Form Reservation Program Reservation Form [Urgent] Reservation Optimization Algorithm File Reservation - Being Modified By Another User File Reservation - Being Modified By Another User

Page 3: Airline Reservation Project

File Reservation - Being Modified By Another User Need Help Asap Please.. Hotel Reservation System Hotel Reservation System Using MS Access Theatre Online Reservation System Hotel Billing And Reservation System Display Data On Shapes ( Reservation Software ) ? Checking Hotel Reservation System Against A Database Of Dates Compiling VB Project With A Reference From The Project In The Command Prompt Giving DLL Project Access To Enum From Main Project Adding VB Component To An Active Project By An AddIn Project Multi Project Solution - How To Show A Form From A Different Project ? Is It Possible To Convert Visual Basic.net 2003 Project To Vb6 Project? TIP: Making A Shortcut To Your Project Folder In Project Explorer Call A Form From A Project Incuded In A Project Group Need Help - Convert Form Project To ActiveX Project Class Project Errors Loading Project Can I Call A Form From Any Other Project In My Current Project. No VBA Project (Personal.xls) File In VB Project Manager Grouped Project - Calling Form From Second Project How To Import A Dialog Resource From A VB Project To Another VB Project? Loading A Form In Another Project In A Project Group How Do I Choose Which Project To Run In A Project Group? Can Anyone Help Me Build My Project? A Thesis Project How To Get Constants In The Other Project In A Project Group? Is There A Tool To Convert Vb Project To Vb.net Project ? Using Forms From An Existing Project In A New Project Reference An AxtiveX Dll Project In Another Project What's The Difference Between Project And Project Group? Open Another Project From Current Project Can VB Exe Project Have Share Memory With VC++ Exe Project Project And Visio API (VBA)- Using Milestones In Project To Create A Visio Timeline Adding Project To A Project Group Project From Others Two Different Project? Adding A Project Ot A Project Convert Vb 3.0 Project To 6.0 Project

Railway Reservation Project Using VB 6.0 And MS Access Database hi,  I need a railway reservation project dealing with reservation,cancellation of ticketsusing VB 6.0 and MS access database.....

very very urgent..

<Edit> moved to vb6 forum by emdek </Edit>

Page 4: Airline Reservation Project

Edited by - emdek on 3/7/2006 12:44:53 AM

Airline Program Hello, I am pretty new to visual basic and was wondering if you could help me with a program, It's to display flight details and i was wondering if there is code to display the name taken from the the I.D for exzample - wallacew468po1 would display the name as wallace, here is the code i have so far

form - 1

option explicit

private sub cmd_start_click()

picdisplay.print "booking confirmation"picdsipaly.print "flight number = HA468"

dim i_ddim seat as integerdim nme as string

doi_d = inputbox("what is your I.D?")if i_d = "wallacew468po1" or i_d = "lauderh48po2" or i_d = "carnegiea468po3" or i_d = "scottw468po4" or i_d = "debruisr468po5" thenpicdisplay.print "ID" ; i_dend if

if i_d <> "wallacew468po1" or i_d <> "lauderh48po2" or i_d <> "carnegiea468po3" or i_d <> "scottw468po4" or i_d <> "debruisr468po5" then msg box ("Please Re-enter your I.D")end if loop until i_d = i_d = "wallacew468po1" or i_d = "lauderh48po2" or i_d = "carnegiea468po3" or i_d = "scottw468po4" or i_d = "debruisr468po5"

.........After this would be the code for the name which would have to be displayed in the picturebox

cheers

Airline Program Hello, I'm trying to create a program wich has one picture box, 2 input boxes and a start button, The code is for an airline program which when you enter the i.d's of people into an input box the i.d's should be displayed on screen unless the i.d's aren't there, it should also take the name from the i.d's and display them in the picture box too, there is also there is another input box for the seat number which should let a person enter a seat number between 1 and 5 and if higher than this a message box will be displayed, This is the code I have so far, any help on improveing it

Page 5: Airline Reservation Project

will be appricated

Private Sub cmdstart_Click()

Dim i_dDim seat As IntegerDim nme As String

picdisplay.Print "Booking confrimation"picdisplay.Print "Flight number = HA468"

Doi_d = InputBox("What is your I.D?")If i_d = "WallaceW468PO1" Or i_d = "LauderH48PO2" Or i_d = "CarnegieA468PO3" Or i_d = "ScottW468PO4" Or i_d = "DeBruisR468PO5" Thenpicdisplay.Print "ID"; i_dEnd If

If i_d <> "WallaceW468PO1" Or i_d <> "LauderH48PO2" Or i_d <> "CarnegieA468PO3" Or i_d <> "ScottW468PO4" Or i_d <> "DeBruisR468PO5" ThenMsgBox ("Please Re-enter your i_d")End IfLoop Until i_d = "WallaceW468PO1" Or i_d = "LauderH48PO2" Or i_d = "CarnegieA468PO3" Or i_d = "ScottW468PO4" Or i_d = "DeBruisR48PO5"

--in this section there should be code to display the name in the picture box which is taken from th i.d for exzample ScottW468PO4 should display the name Scott.

DoDim counter(1 To 5)seat = InputBox("What is your seat number?")If seat < 6 And seat > 0 Thenpicdisplay.Print "Seat Number"; seatEnd If

If seat > 5 Or seat < 1 ThenMsgBox ("Please re-enter your seat number")End IfLoop Until seat < 6 And seat > 0

End Sub

Thanks!!

Page 6: Airline Reservation Project

Airline Reservations System Challenge? Simple Airline reservations Problem.

Write a reservation system for an airline flight. Assume that the airplane has 10 rows with 4 seats in each row. Use a two-dimensional array of strings to maintain a seating chart. In addition, create an array to be used as a waiting list in case the plane is full. The waiting list should be "first come. first served," that is people who are added early to the list get priority over those added later.

seating chart is loaded at runtime showing vacant versus taken seats.

reservation command accepts the name of the passenger and the seat requested. If the seat is unavailable inform the passenger and allow user to choose another.

delete command accepts the name of the passenger, finds the seat and deletes the passengers name.

1. Add a passenger to the flight.(AddToFlight command)2. Remove a passenger from the flight.(RemoveFromFlight command)3. Add a passenger to the waiting list.(AddToWait command)4. Remove a passenger from the waiting list.(emoveFromWait command)

All passengers are in a TEXT file called "passenger.txt"

The TEXT file contains passenger names in single lines, the "" are empty seats and PassName are seats taken."PassName1""PassName2""""""""""""""""PassName3"""""""""""""""""""""

Page 7: Airline Reservation Project

"""PassName4""""""""""""""""""""""""""""""PassNameC""PassNameO""PassNameD""PassNameE"

Form example:passenger seating arrangement1 2 3 41 [ ]<------------------text box array2345678910

[ ] [ ] [ ] [ ] <-- command buttons

Reservation i have just read the guidelines of use for this forum, and it is with reservation that i post this thread im currently developing a program that allows a use to use the keyboard tocompletely control his/hers pc. so i know it is normally used in trojen horses so i will understand if this thread is removed or no 1 gives me the code. but i want to be able to open the cd-rom case thanks and i am not a hacker or an extortionist or any other career criminal who blackens the name of us programmers

I Need An Example Of Bus Reservation hi, anybody tried making a program like BUS RESERVATION?

Page 8: Airline Reservation Project

6 seats only that i need...

thanks

Bus Reservation Hi,

Is there any Existing/Trail software about Bus Ticketing System, Just want to see the demo, before i start doing myself.

Any One?!

Jen

Reservation Hi

am working on a hotel reservation project. I have two table for Customer and Room. I have a form where i can add details of a customer to the database which works well. But the problem comes when i want to make a reservation for a room. I do not know how to do this. Can somebody just give me an idea of doing this all be gratefull

Reservation Form Hi all,

This is urgent and hope you can help to take a look at my program and direct me how to source the problem existed in the program.

At the moment now, whenever I updaed a new record, the custID, CarRegNo, datereturn and daterent is not updated.]

I have also attached the program on the link below.

http://s33.yousendit.com/d.aspx?id=3...P28HZSDZF7P6UL

Thanks.

Reservation Program I have been trying to think up something to do for a long time now, to put my skills to use, cuz all i do now is mess around with the controls and stuff but never finish or make anything useful. So i decided to try and think of something that would test my knowlege of vb but and even though it would just be for me it would have to have multiple forms and features, like a real app. So anyways if you havent lost interest in this thread by now...what i want to do is make a program that would be for a movie theater, where you can reserve seats or just buy tickets, make sure you dont overbook, and such buy i also want it to be able to do things like make charts of movie popularity, ticket sales and other stuff. So my question is,

Page 9: Airline Reservation Project

what are some easy ways to do this? as for the seat reserving thing, could i just have a whole buch of command buttons in a control array and an external file that has the data and it would show which seats are taken and which arent, and you could modify the state by clicking on it. Is there any easier way? also how would i go about making charts? can you even do that in vb?

Reservation Form [Urgent] Hi all,

This is urgent and hope you can help to take a look at my program and direct me how to source the problem existed in the program.

At the moment now, whenever I updaed a new record, the custID, CarRegNo, datereturn and daterent is not updated.

Reservation Optimization Algorithm Does anyone know any resources for optimizing date/time reservations such as those used in motels/hotels?

I'm at my wits end for this one.

File Reservation - Being Modified By Another User Edit by Moderator: Please do not respond to threads over 1 month old as per our Posting Guidelines. By all means start your own thread and refer to an existing one where appropriate as I have done for you this time. ThanksRe: http://www.xtremevbtalk.com/showthread.php?t=160978It's cool! But it doesn't work if the workbook is password protected? Does anybody know how to check the user if the file is protected with PASSWORD?

File Reservation - Being Modified By Another User In reference to this thread:

Why is it that you can't just use the command.

Code:Application.UserName

File Reservation - Being Modified By Another User Ok, I cant get this to work, any ideas how i can find out if a file is already in use before my routine runs. The file is on a network and not only do i need to find if its open i want to be able to see who has it open....Its getting the better of me.

tried so many options and it wont work, can someone help

Thanks

Page 10: Airline Reservation Project

RB

File reservation"dot.xls" is being modified by BigMBOpen as read only or choose notify to be alerted when it is available....

Need Help Asap Please.. Hotel Reservation System i have attached an image of what i need to do.. i have to do this asap.. someone please help..

im doing this using mysql and vb 6.0..

the date picker located upper left can scroll through the dates and the cells have a different background color when they are vacant, reserved, etc

can anyone give me an idea on how to do this please? thanks

Hotel Reservation System Using MS Access Hey, I need some help. Got a project to do for IT: to create a Hotel Reservation System using MS Access, that's all the details about the guest including their assigned room, food etc that contributes to the final bill. Teach. says "Create a software that the hotel can use (install)...if I give them a CD with the system on it". I'm not sure how to go about creating a software within the software, get it? Help needed on creating and linking the tables and presenting in an impressive way.

My main focus needs to be on utilizing Access but, I can use a bit of Visual Basic (6), which btw I don't know how to use.

Thanks much.

Theatre Online Reservation System Hi,all member

Please solve my problem

I am making a Theatre online reservation seats system in VB and MS. Access backend.

I am displaying all seats in grid using MsFlexiGrid. But due to the flatness of the MsFlexiGrid I cannot display the seats as they are in a Ampitheatrei.e. with the stage in the centre and seats all around.

Also the relativeness of the corner seats which lie in the four corner of the theatre is not possible

Can anyone help me out with this.

How can I show the seats on the screen as they actually are in a theatre.

Page 11: Airline Reservation Project

Please try to solve the matter as earliest.

All third party tools are welcome on my email : [email protected]

 

Hotel Billing And Reservation System DEar Friends,

   this my project all about hotel billing and reservation system i want to have a word ofwisdom with to help me to code the following:

Check-in date check-out date Particular Total

                                     Grand Total__________                                       Tax have 10% discount if goverment employee

Please help me.........

Display Data On Shapes ( Reservation Software ) ? hello , i making a restaurant reservation simple software , now i need to make a form show me all tables ( restaurant tables ) in the form on shape objects like this one

i need this red shap to be displayed as shapes with table numbers ( from the database ) till the database tables table is end.

in short : fetch data in tables shapes beside each other with the number of table

thank you

Checking Hotel Reservation System Against A Database Of Dates Please can someone help me, i am doing a hotel reservation system in VB and with this code

Dim sql As String

sql = "select [Room Number]from Rooms Where [Room Number] Not In"sql = sql & "(SELECT [Room Number] FROM Bookings WHERE abs("sql = sql & "Sgn(DateDiff('d', [Date from], 'Me.txtArriveDate.Text'))+ "sql = sql & "Sgn(DateDiff('d', [Date To], 'Me.txtArriveDate.Text')) + "sql = sql & "Sgn(DateDiff('d', [Date From],'Me.txtDepartDate.Text'))+ "sql = sql & "Sgn(DateDiff('d', [Date To],'Me.txtDepartDate.Text'))"

Page 12: Airline Reservation Project

sql = sql & "<>4"

Me.lblRoomSelected.Caption = sql

I cant seem to display in my label the results of available rooms (room table )based on an arrival and depart date (booking table) of my database

Compiling VB Project With A Reference From The Project In The Command Prompt Hi,

I need to make DLL from a VB project(in which a reference is added to a type library) in the command prompt using VB6.exe and /m properties.

My scenario : I have opened the project in a machine(using VB editor) and added the reference(type library) and then saved the project.

Then I took the .vbp and .cls along with referred .tlb file(in the current dir where my .vbp and .cls files exists) to another machine and tried the below :

VB6.exe /m VBTest.vbp

But it throws the error that the tlb reference(giving the referred tlb file name) is not found

Please advise how to compile a project which refers a tlb from command prompt. Is there anyway by which I can say the reference in the command prompt ?

Thanks,Shiv

Giving DLL Project Access To Enum From Main Project How do I make it so my DLL project has access to an enum from my main project? I can't set a reference to it in the DLL because the enum comes from a control and when I try to add the control to my DLL project I get a message about multi-threading.

Could anyone help me out here?

Adding VB Component To An Active Project By An AddIn Project Hi, I am from Turkey.

In my AddIn Project, I just want to write the code pane adding VB Components (ie. Microsoft Windows Common Controls-2.6.0 (SP4) or in other word "MSCOMCT2.OCX") to an active project which is at design-time to be able to put for example a dtpicker (one of the MSCOMCT2.OCX component) on a form of this project.

Is there any one who knows how to do that pleaseBest regards

Page 13: Airline Reservation Project

Multi Project Solution - How To Show A Form From A Different Project ? I have a solution with 2 projects in it. I want to show a form from the second project, calling it from a form in the first project.I've tried to add a reference to 'project2' but I got the following message : "An assembly must have a dll extension in order to be referenced".

Is It Possible To Convert Visual Basic.net 2003 Project To Vb6 Project? Can visual basic.net 2003 project can be converted to visual basic 6 project? if yes how to do that?thanks

TIP: Making A Shortcut To Your Project Folder In Project Explorer If your development environment is anything like mine (Network, Mapped drives), you'll see the problem getting to your source code folder.

\MetalliserverMetallisoftDevelopmentProjectsMP3Player

Is a pain to navigate to every time you want to look at some data files. And that's just a small path.

So you need to get to the folder where the source is located. You'll find that you can't create a shortcut in the Project Explorer. Or can you?

To get one, make the shortcut to the folder and place it in the folder, then edit your vbp file in Notepad, and insertCode:RelatedDoc=Your Folder Shortcut.lnkNote that you can have spaces. Put the line somewhere in-between the Forms/Class/Module lines, near the top of the file. You can also do this with executables:Code:RelatedDoc=C:Program FilesAdobePhotoshop 7.0Photoshop.exe

I have a template vbp that has Notepad, PhotoShop, Regedit, a few home-made references, and some other stuff. This way all my new projects start off with everything I need handy.

edit:: I'm so tempted to abuse my new powers and make this a sticky.

Edited by - Metallisoft on 5/17/2004 8:53:45 PM

Call A Form From A Project Incuded In A Project Group Hello there,

How do i call (or) load a form from one project into another one ? Both exists under same project group and are created as "Standard EXE". This is a specific requirement.That is, I ve two projects "Prj1" and "Prj2" under a project group "grp"."Prj1" contains form1, and "Prj2" contains form2. "Prj2" is set as "Start Up Project". Now, all I

Page 14: Airline Reservation Project

want is that, access form1 when I am in form2.

Please note that, both or any of the projects are not to be created as executables.

Need Help - Convert Form Project To ActiveX Project I want to convert regular project (form project) to ActiveX document project.

how can i do it in vb6?i saw that all the code in Form_Activate in old project (form) didnt readen..

maybe i need to convert to other project?i only to want to run my project in WEB.. can i do it in other way?

Class Project Errors Loading Project I am having a problem getting the Realplayer commponent within the VB 6.0 commponents Add tab.

"C:WINNTSystem32moc3260.dll could not be loaded"

I would aslo like to use a label or a list box to display Lyrics text from a Txt file stored in a database. Any help within the general scope of ideas would be helpful. As to Why this error is appearing or as to a easier route to the desired output?????

Additional log file for Reported errors:

Foorm log name: FrmMediaplayer.log

Line 78: Class RealAudioObjectsCtl.RealAudio of control RealAudio1 was not a loaded control class.Line 84: The property name _ExtentX in RealAudio1 is invalid.Line 85: The property name _ExtentY in RealAudio1 is invalid.Line 86: The property name AUTOSTART in RealAudio1 is invalid.Line 87: The property name SHUFFLE in RealAudio1 is invalid.Line 88: The property name PREFETCH in RealAudio1 is invalid.Line 89: The property name NOLABELS in RealAudio1 is invalid.Line 90: The property name SRC in RealAudio1 is invalid.Line 91: The property name LOOP in RealAudio1 is invalid.Line 92: The property name NUMLOOP in RealAudio1 is invalid.Line 93: The property name CENTER in RealAudio1 is invalid.

Page 15: Airline Reservation Project

Line 94: The property name MAINTAINASPECT in RealAudio1 is invalid.Line 95: The property name BACKGROUNDCOLOR in RealAudio1 is invalid.

Line 69: Class RealAudioObjectsCtl.RealAudio of control RealAudio1 was not a loaded control class.Line 75: The property name _ExtentX in RealAudio1 is invalid.Line 76: The property name _ExtentY in RealAudio1 is invalid.Line 77: The property name AUTOSTART in RealAudio1 is invalid.Line 78: The property name SHUFFLE in RealAudio1 is invalid.Line 79: The property name PREFETCH in RealAudio1 is invalid.Line 80: The property name NOLABELS in RealAudio1 is invalid.Line 81: The property name LOOP in RealAudio1 is invalid.Line 82: The property name NUMLOOP in RealAudio1 is invalid.Line 83: The property name CENTER in RealAudio1 is invalid.Line 84: The property name MAINTAINASPECT in RealAudio1 is invalid.Line 85: The property name BACKGROUNDCOLOR in RealAudio1 is invalid.Line 75: The property name _ExtentX in RealAudio1 is invalid.Line 76: The property name _ExtentY in RealAudio1 is invalid.Line 77: The property name AUTOSTART in RealAudio1 is invalid.Line 78: The property name SHUFFLE in RealAudio1 is invalid.Line 79: The property name PREFETCH in RealAudio1 is invalid.Line 80: The property name NOLABELS in RealAudio1 is invalid.Line 81: The property name LOOP in RealAudio1 is invalid.Line 82: The property name NUMLOOP in RealAudio1 is invalid.Line 83: The property name CENTER in RealAudio1 is invalid.Line 84: The property name MAINTAINASPECT in RealAudio1 is invalid.Line 85: The property name BACKGROUNDCOLOR in RealAudio1 is invalid.

Can I Call A Form From Any Other Project In My Current Project. Hi fellow programmers,mine is a bit confusing problem. Plz try to follow.I have got a project named Project1, it has got a form named form1. I have another project named Project2, it too has a form named form2, therez a command button on this form. Now when I press the command button, I want the form1 from Project1 to be shown, loaded or whatever. Is this possible, if yes, plz help. If any doubts, post it here.

No VBA Project (Personal.xls) File In VB Project Manager I was trying to copy some macro code from a module on one computer and paste it into a module in the Personal.xls project of another computer. However, when i went to VB in the second computer there was no VBA Project (Personal.xls) available. Any ideas as to how it can be loaded?

 

Page 16: Airline Reservation Project

Grouped Project - Calling Form From Second Project ok i had a webbrowser project and i have added a second project for the history so now i have a grouped project-how do I call a form from the second project?

Oh the only reason I am adding a project is when i added the frms and class modules is this lineCall ShowProgressInStatusBar(True, StatusBar1, ProgressBar1, Me)then becomes undefined?

========================================================

If I were NE Better I'd be Twins

Edited by - planethax.cjb.net on 11/19/2002 4:30:11 AM

How To Import A Dialog Resource From A VB Project To Another VB Project? Basically, I want to reuse a dialog from another VB project in my VB project. How can I achieve that? Thanks for your inputs.

Loading A Form In Another Project In A Project Group Hello there,

How do i call (or) load a form from one project into another one ? Both exists under same project group and are created as "Standard EXE". This is a specific requirement.That is, I ve two projects "Prj1" and "Prj2" under a project group "grp"."Prj1" contains form1, and "Prj2" contains form2. "Prj2" is set as "Start Up Project". Now, all I want is that, access form1 when I am in form2.

Please note that, both or any of the projects are not to be created as executables.

How Do I Choose Which Project To Run In A Project Group? Simple question. I've got a project group consisting to a DLL and two regular .exe projects. I just added the second regular .exe project to the group. Whenever I hit Run, it always runs the first .exe project. How can I tell the IDE to run the second project instead?

It doesn't matter whether I'm looking at an object from either project (e.g. form, module), it always runs the first .exe project.

Thanks,

-Adrian

Page 17: Airline Reservation Project

Can Anyone Help Me Build My Project? A Thesis Project my thesis project is like an survalliance, i have web cam, motion sensor, computer, vb6 program and 2 cellphone.. here is my concept when a motion sensor detect a movement the computer automatic call or text the other cellphone to tell that theres an intruder or the computer send mms to the cellphone with a 3gp video to see the video? can this be possible or i have to buy a GSM/GPRS modem to send mms,text to other cellphone.

one more, in vb 6 what is the code for the output of the web camera. to view it in a form and record,save,send mms to the cellphone.

How To Get Constants In The Other Project In A Project Group? I have a project group called app.vbg. This conststs of two projects -- app.vbp and appsettingsctl.vbp. app.vbp is an exe project. appsettingsctl.vbp is used to build an ocx.

app.vbp defines some constants in a file called Header.bas. appsettingsctl.vbp uses some of these. When I try to build the ocx, I get a "Compile error: variable not defined". Obviously, I am doing something wrong since all these worked for the previous developer in this effort.

I would appreciate suggestions. Thanks.

Is There A Tool To Convert Vb Project To Vb.net Project ? I am wondering if there is any existing tools or softwares that allow me to convert all my vb project codes ... to vb.net project code ?

I want to convert my hard work vb project to vb.net so that it can support unicode and utf8 better. However, if I recode it in vb.net ... I have to rampage all the database calls ... api function ... all the modules ... that will take a few months to code.

please help ... or answer me if there is a vb to vb.net convertor ?

Thanks !!!

Using Forms From An Existing Project In A New Project hi guys

I just finished making a database application using oracle 9i and visual basic 6.i tried creating a different project and added certain forms from the original project. but in the new project(which is a subset of the original project) it doesnt let me update the data. It give me the following message in a dialog box:

Arguments are of the wrong type, are out of acceptable range, or in conflict with one another.

This cant be possible because the same forms worked just fine while they were part of the original project. I copied the selected forms into a different location with the new project file, but the problem persists. Please tell me what I am doing wrong.

Page 18: Airline Reservation Project

rockbold

Reference An AxtiveX Dll Project In Another Project Hi,

I know this sounds crazy but it happened and I have no idea about it. If anyone can give me some hint I really appreciate it.

I have several ActiveX Dll projects which I reference in other projects. They are all in the same group. At the beginning when I set these up, perfect, no problem. Everytime I compile the project group, I just do it. If I modified the source of the dlls, I can compile them with no problem.

After several days using the project group, Suddenly this annoying "permission denied drive:pathanything.dll" pops up. So I thought I might reference the dll by the dll name, not the vbp name. So I checked the settings but they are right. The rediculous thing is It only happens if I want to compile one particular dll. Other dll projects are good as before. More funny thing is, if I close the project group and reopen it, it let me compile again. Then I make changes then the annoying thing pops up. Then I have to close the project group and reopen.

Any one has any ideas? Tons of thanks.

What's The Difference Between Project And Project Group? Hmm....the title indicates what I want to ask...

What's the difference between Project and Project Group?

Thanks

Open Another Project From Current Project HiI wonder, can we open another project from a current project and keep both projects running at the same time. Both projects can also interact with one another. Please advice

Can VB Exe Project Have Share Memory With VC++ Exe Project Hello:I have an VB program,which call an VC++ exe program inside it's code, The VC++ program get parameter from a dialog normally. Now I want the EXE auto start and pass the parameter to the C++ program and it is not an console program which mean it cannot pass to the main(). Have anybody have this experience can share with me. Can they use share memory to read the parameter or VC have method to read the parameter which pass by Shellexcute command from VB.Thank you for help

wky086

Page 19: Airline Reservation Project

Project And Visio API (VBA)- Using Milestones In Project To Create A Visio Timeline I have a problem here and I hope someone will be able to assist me.

I have a bunch of milestones in project and I would like to select a few of the milestones and create a visio timeline for it. I know 2007 has an option to import the whole project file to create a timeline but I just want the selected milestones to appear. Is there a way?

I got a feedback from someone and I'd like to share it with you guys to see if it works.

"This sounds like it would require some custom code using the Project and Visio APIs, perhaps in VBA. I don't think it would be terribly complicated- get the selected milestones in Project, copy their attributes, drop a timeline shape in Visio, drop some milestones on it, and configure the milestones using the Project milestones' attributes."

Is anyone able to write it since I am VB illiterate (Well I have some knowledge).

Adding Project To A Project I've added a project to a project, but how do I call upon that project in my code?

Group Project From Others Two Different Project? Hi everyone,i'm currently a students who doing research on my final project and i download some source code for my reference. I found one of the source code is using "Visual Basic Group Project". When i double-click on it the project will be loading.Conditions: Folder Main = Group ProjectSubfolder 1 in Folder Main = A.vbp + module1 + class module1Subfolder 2 in Folder Main = B.vbp + form1I found that the Group Project combine the others two project in one group project where the others two project was keep in different folders. The first folders contain A.vbp(Visual basic project), visual basic project workspace and 1 modules, 1 class modules. I wonder why A.vbp don't have Form......???The second folders contain only B.vbp and FormMain(visual basic form file) and visual basic project workspace.When i click on the group project icon in the folder main, it will loading and combine the A.vbp and B.vbp together. But when i press "F8" to run step by step, 1 Error Message occur which is "Permission Denied". Let's skip out this error first. I would like to know why the group project can load both of the module1+classmodule1 and form1 together? The problems i also face with is can't click at the "View Code" on the form. The form contain 1 combo box and 4 list box. I try to double click on the form to see whether can have (Private Sub Form_Load().....End Sub) or not but also failed. The same things also happened when i double click on the combo box or list box. Any ideas from you all? Thanks first.

bananatreeAlways learning...

Adding A Project Ot A Project I've got 4 separate programs that I'd like to join in one suite.

Page 20: Airline Reservation Project

The obvious answer would be to add them as projects to a main menu project and run.

Unfortunately, I can't get the form for the first project to set focus.

What do I need to do?

Convert Vb 3.0 Project To 6.0 Project Is it possible to convert a 3.0 project to a 6.0 project? If so how?