Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: tushar
  Where is tushar?
 Panaji
 India
 tushar
 To: Blair Lawrence
  Where is Blair Lawrence?
 London
 Canada
 Blair Lawrence
 Tags
Subject: RE: Excel to VFP to SQL Task
Thread ID: 225062 Message ID: 225091 # Views: 66 # Ratings: 0
Version: Visual FoxPro 9 Category: Databases, Tables and SQL Server
Date: Saturday, April 18, 2009 7:16:39 AM         
   


How many of all these points can you do successfully? If the answer is none, then I would suggest you search this site for "books" and "videos"

Regards
Tushar

> This is the task:
> *)-------------------------------------------------------------
> *)Add a button to Parent form called 'Import Detail'.
> *) Button will only enable if STATUS (txtStatus) box = 'Started'.
> *) When Clicked popup box - user to confirm import of excel data to header record.
> *) If 'Yes'- invoke file lookup with new Child dialog Window.
> *) Lookup defaults to last used path based on program UserID.
> *) Disk file path will be saved to the Program UTUSER user memo whenever function is envoked.
> *) If new user - current path is Program system path to the Program folder.
> *) When spreadsheet is selected - import each row.
> *) Import from spreadsheet until blank line is found in Account# (Column A).
>
> *) CCA - Validate Account# as valid current GL account (GLMAST).
> *) CCB - If not Valid GL Account 'Error Message - Row will be skipped'.
> *) CCD - Remove any dashes from importing Account#.
> *) CCE - If column Account#(column A) evaluates as number convert to string.
> *) CCF - [Transaction Description] (Column B) must not be blank and must evaluate to string.
> *) CCG - Debit & Credit (Column C & D) must be numeric and one column must be >0 with no value >0 in both.
>
> *) Check Code from CCA to CCG before inserting row into SQL dbo.GLITEM table via document automation.
>
> *) Entries in Debit & Credit (Column C & D) must match. IF NOT EQUAL the VFP Parent Form will require additional line item or change to existing lines to achieve balance before transaction is posted.
> *) Decimal precison is !> M2M currency decimal.
> *) Display MsgBox with a Line count and Credit & Debit sum.
> *)-------------------------------------------------------------
>



COMPLETE THREAD
Excel to VFP to SQL Task Posted by Blair Lawrence @ 4/17/2009 9:13:43 PM
RE: Excel to VFP to SQL Task Posted by tushar @ 4/18/2009 7:16:39 AM
RE: Excel to VFP to SQL Task Posted by Blair Lawrence @ 5/4/2009 3:12:26 PM
RE: Excel to VFP to SQL Task Posted by shi yangyang @ 10/23/2009 8:27:53 AM
RE: Excel to VFP to SQL Task Posted by Blair Lawrence @ 10/23/2009 2:59:29 PM
RE: Excel to VFP to SQL Task Posted by shi yangyang @ 10/26/2009 2:00:04 AM