Re: Multiple Entry Form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Murali.L (muralil_at_olamtanzania.com)
Date: 06/17/04


Date: Thu, 17 Jun 2004 13:06:01 +0300

I really don't want the code, rather u guide me how to do and what to do, i
will pickup.

Yes my combo box are working fine..

I have only one combo box for all the columns and it is working fine. one of
my problem is when i show the msgbox if the user enters wrong code then it
is not moving back to the same column even though i specified the row and
col same.

when click the scroll bar then the combo box still appear on the grid for
which the columns u move will be smaller or bigger, i think i have to make
invisible.

Murali L

"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
news:i2o2d0tohpo28kuncphnlocl75n3b71737@4ax.com...
> "Murali.L" <muralil@olamtanzania.com>'s wild thoughts were
> released on Thu, 17 Jun 2004 09:24:23 +0300 bearing the
> following fruit:
>
> >Rick,
> >
> >whether it is Home work or application Development, Do u have solution
for
> >this.
> >
> >Murali.
>
> If it's homework then we will help, but rather than give you
> the code we will help you in a way which leads you to
> finding the colution yourself.
>
> How far have you got? Have you got the combo boxes working?
>
>
>
> >
> >"Rick Rothstein" <rickNOSPAMnews@NOSPAMcomcast.net> wrote in message
> >news:uM87dZ6UEHA.1764@TK2MSFTNGP10.phx.gbl...
> >> Is this a homework assignment?
> >>
> >> Rick - MVP
> >>
> >>
> >> "Murali.L" <muralil@olamtanzania.com> wrote in message
> >> news:%23iDK$P6UEHA.808@tk2msftngp13.phx.gbl...
> >> > Hi Jan,
> >> >
> >> > I have gone through the articles, but i don't find sol for my
problem.
> >> See
> >> > my FlexGrid is like this.
> >> >
> >> > E.X
> >>
> ----------------------------------------------------------------------
> >> ------
> >> > ----------------------------------
> >> > Br Code Br Name Pr Code Pr Name CC code
> >> > CC name Debit Credit
> >>
> ----------------------------------------------------------------------
> >> ------
> >> > ----------------------------------
> >> >
> >> >
> >> > All the Code and Name columns are ComboBox populated with respective
> >> Values
> >> > from the Table.
> >> >
> >> > 1. If the user enters the Code then is should find the respective
name
> >> and
> >> > Display it in the name column.
> >> >
> >> > 2. User can also able select the code from the Dropdown List, then i
> >> have to
> >> > find the name.
> >> >
> >> > 3. User can select the Name instead of Code, in that case i should be
> >> able
> >> > to find the Code and display it.
> >> >
> >> > 4. If the user Enters Wrong Code, then i should show the error
message
> >> then
> >> > place the focus to the same Code ( It Should not Skip ).
> >> >
> >> > If u can post me the Code or any sample form will be Appriciated and
> >> For
> >> > doing this What are the events i should use and for what purpose.
> >> >
> >> > Thanks in Advance.
> >> > Murali.
> >> >
> >> >
> >> >
> >> >
> >> > "Murali.L" <muralil@olamtanzania.com> wrote in message
> >> > news:unSZwr5UEHA.484@TK2MSFTNGP10.phx.gbl...
> >> > > Jan,
> >> > >
> >> > > Thanks i will give a try.
> >> > >
> >> > > Murali
> >> > >
> >> > > "Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
> >> > > news:d280d0dj41s8cjgj3j6s6iuptijqtg66d1@4ax.com...
> >> > > > "Murali.L" <muralil@olamtanzania.com>'s wild thoughts were
> >> > > > released on Wed, 16 Jun 2004 11:59:42 +0300 bearing the
> >> > > > following fruit:
> >> > > >
> >> > > > >Hi Jan,
> >> > > > >
> >> > > > >I have to use only MSFlexGrid. Any tutorial or code examples
with
> >> my
> >> > > > >requirement will be helpfull.
> >> > > > >
> >> > > > >Murali.
> >> > > > >
> >> > > > >"Jan Hyde" <StellaDrinker@REMOVE.ME.uboot.com> wrote in message
> >> > > > >news:5gdtc0po2p3t1op86e40a8k1iov2j2tlet@4ax.com...
> >> > > > >> "Murali.L" <muralil@olamtanzania.com>'s wild thoughts were
> >> > > > >> released on Tue, 15 Jun 2004 10:27:10 +0300 bearing the
> >> > > > >> following fruit:
> >> > > > >>
> >> > > > >> >Hi All,
> >> > > > >> >
> >> > > > >> >I am new to VB6 and i am using Access Database. I want to
> >> create One
> >> > > > >> >Multiple Entry Form Like INVOICE ENTRY. Invoice Details and
in
> >> > Detail
> >> > > No
> >> > > > >of
> >> > > > >> >products, qty, values etc...
> >> > > > >> >
> >> > > > >> >1. How can i create this kind of forms in VB6.
> >> > > > >> >
> >> > > > >> >2. I was trying with MSFlexGrid, But I don't know how to do
> >> that.
> >> > > > >> >
> >> > > > >> >3. I want the user to enter the product code or able to
select
> >> from
> >> > > the
> >> > > > >> >combo box,etc.. and Some validation will be doing after
> >> entering or
> >> > > > >> >Selecting the product.
> >> > > > >> >
> >> > > > >>
> >> > > > >> I seem to recall that one of the demo projects for the
> >> > > > >> VSFlexgrid was an invoice. Try componentone to see if you
> >> > > > >> can still download a demo.
> >> > > > >>
> >> > > > >> While the MSFlexgrid is great for a free control, I
> >> > > > >> recommend buying a good 3rd party one.
> >> > > > >>
> >> > > > >>
> >> > > > >> >The Table format is like this.
> >> > > > >> >1. Invoice_hd ( Invoice Hd will contains the details abt the
> >> > invoice
> >> > > and
> >> > > > >> >party...)
> >> > > > >> >2. Invoice_dt. ( Invoice Dt will contains the Product, qty,
> >> price,
> >> > > > >> >values... ( Mulitiple entry will be there ) ).
> >> > > > >> >
> >> > > > >> >Any Help or Sample forms will be appreciated.
> >> > > > >>
> >> > > >
> >> > > > Well, to start with how about looking at the archives
> >> > > >
> >> > > > (Watch for wrapping)
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
>
>http://groups.google.com/groups?as_q=msflexgrid%20invoice&safe=images&ie=UT
F
> >> > > -8&lr=&num=30&hl=en
> >> > > >
> >> > > > (http://tinyurl.com/2ayn3)
> >> > > >
> >> > > >
> >> > > >
> >> > > > Jan Hyde
> >> > > >
> >> > > > --
> >> > > > Many a women who thinks she has purchased a dress for the
> >> ridiculous
> >> > > > price has actually bought it for an absurd figure.
> >> > > >
> >> > > > (Donna Eaker)
> >> > > >
> >> > > > [Abolish the TV Licence - http://www.tvlicensing.biz/]
> >> > > >
> >> > >
> >> > >
> >> >
> >> >
> >>
> >
>
>
> Jan Hyde
>
> --
> Automobile: A machine that runs up hills and down people. (Syman Hirsch)
>
> [Abolish the TV Licence - http://www.tvlicensing.biz/]
>



Relevant Pages

  • Re: help in understanding this problem (beginner)
    ... fool writes: ... any one guide me to the related topics that makes me to understand the ... This is not a home work. ...
    (comp.programming)
  • Highest usable Brix for Cabernet
    ... What is the highest BRIX allowable for a fine Cabernet Sauvignon? ... have the chance to pickup some fruit at a 24 Brix, ...
    (rec.crafts.winemaking)
  • Soundhole Pickups
    ... I`ve offered to make a pickup for a friend`s mandolin and just as a guide, ... measured a Seymour Duncan Woody guitar pickup - 1.8k. ...
    (rec.music.makers.builders)