Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invoice Form
Message
From
11/02/1999 05:01:15
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00185900
Message ID:
00186410
Views:
17
>I´m new to VFP6. I´m tring to make a small Invoice program, but I´m having a lot of problems with the Grid. I also took a look at the TazTrade demo application that comes with VFP, but it seems to complicated to me. Somebody could share a very easy form with grid or program or code for invoices?
>Please, I need help !!!



Umm, Let's me give some hints for you!

If you want to study Grid problem, you can download my bwtable.zip in File Section!

It provide some special technique:
- Fix IME problem on every non-numerial cell! (VFP5 known bug unless install SP3)
- Fix Column width problem if Really need to change Recordsource in run-time!
Since changing recordsource will remove ALL columns and any coding on column, header, textbox in grid will gone away...

Besides, it also have some good textbox class can be used in other place...
such as txtdate ( Thanks many ppl on giving code to it! )




Sample Invoice Program needs:
InvDatabase 
 (Table)
  + Orders && Master Table
  + Orditems && Detail Table
  + Item && Another Master Table
 (View)
  + InvoiceView && Report View
Remember to set a Master-Detail Join on Database!!

At InvoiceView, generally local view with simply inner join!
You Also can add any calculate field such as rowtotal by:

Select ... Orditems.Qty * Item.SellPrice AS RowTotal ...




well, you need to study hard and work hard!!

Currently, I am working in furniture company on making Pro-INvoice, Invoice, Packing list Application!

I can give any hints if you got GENERAL problem on it!
BUT I will not make an application for you unless... keke $$$_$$$

I suggest you to work hard la.. Learn is by yourself!! ^_^;
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform