Google Answers Logo
View Question
 
Q: Centura to C# conversion ( No Answer,   0 Comments )
Question  
Subject: Centura to C# conversion
Category: Computers > Programming
Asked by: epelo849-ga
List Price: $10.00
Posted: 30 Jan 2004 10:47 PST
Expires: 29 Feb 2004 10:47 PST
Question ID: 301848
Hi, I'm trying to convert a program written in Centura to C#.I?ve run
into a function I could use some help with. I?ve never seen the
SalTblFindNextRow function. Do you know how I could convert this into
c#?

I really appreciate your help, whenever you can find the time :)
 
Here is the Function:
 
Function: fnFindHoldOuts
       Description: Searches for OUT or ADDOUT books for the SRRO violators.
       Returns
              Boolean:
       Parameters
       Static Variables
       Local variables
              Number: nRow_FHA
              Boolean: bDone_FHA
       Actions
              Set nRow_FHA = TBL_MinRow
              Set bDone_FHA = FALSE
              While SalTblFindNextRow(tblStudentInfo_205, nRow_FHA,
ROW_New, 0) AND NOT bDone_FHA
                     Call SalTblSetFocusRow(tblStudentInfo_205, nRow_FHA)
                     If tblStudentInfo_205.colsStatus = sOutStatus_205
                           Set bDone_FHA = TRUE
              Return bDone_FHA
 
I?m using DataSets, so any reference to tables that it may be making
would have to be made to work with datasets. Is this do-able? If so,
Please provide a conversion into c#
Answer  
There is no answer at this time.

Comments  
There are no comments at this time.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy