I've declared
class TlogRecord
{
int theValue;
};
list<TlogRecord> theLog;
now I want to traverse the list with
for_each(theLog.begin(); theLog.end(); fn() );
my question is - how does th...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10130963.html
Zones:
C++Date Answered: 02/22/1999 Rating: 9.2 Views: 0
I have a database that has about 130 reports in it. I need to have a function that goes through each one of these reports, finds any control with a specific recordsource, (let's say "ABC") and set ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10184547.html
Zones:
MS AccessDate Answered: 07/21/1999 Rating: 7.2 Views: 0
I have the need to delete all queries in an MDB. I am doing the deletion from within an MDE frontend. My problem is that the "For Each ... Next" is exited before all queries are deleted! Here is...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10287975.html
Zones:
MS AccessDate Answered: 02/01/2000 Rating: 7.6 Views: 0
I have a database that tracks music (cd's, mp3's, cassettes). I have the tracks of each in a subform and the Main title/artist in the main form. I would like to have the track number automaticall...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20080882.html
Zones:
MS AccessDate Answered: 02/27/2001 Rating: 8.8 Views: 0
how can i get total of numric field's for each page only.
l want to display the pages footer like this :-
total of page 1 is 400 30 430
total of page 2 is 200 10 210
Remark: I hav...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20084618.html
Zones:
MS AccessDate Answered: 03/04/2001 Rating: 6.8 Views: 0
I have a report that I want to show the top n items within each group. Right now I have about 12 groups with more then 20,000 items total. I only want to show a small portion of the items in each...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20249374.html
Zones:
MS AccessDate Answered: 12/28/2001 Rating: 7.6 Views: 0
I have two columns in a spreadsheet. One is a date and the other is money, they represent transactions.
The number of transactions varies on each day between 0 and 50. When there are 0 transacti...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_202...
Zones:
MS OfficeDate Answered: 01/27/2002 Rating: 8.2 Views: 0
I am using ASP 3.0 and IIS 5.0 on Windows XP. I am running a select query on multiple tables. From the resulting recordset, each record is populated in a form which is like one page in length. At ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20394522.htm...
Zones:
ASPDate Answered: 08/01/2003 Rating: 8.2 Views: 0
Hi,
Can we get a sample of how (in VB6) loop through the xls files in a directory, inserting the contents of each (only 1 sheet per file) into a "Master" xls Workbook?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_204...
Zones:
MS OfficeDate Answered: 01/13/2003 Rating: 6.2 Views: 0
Since switching to notes, several people outside the company have reported that it was very difficult to read email sent to them from notes. The formatting of emails sent outside the company is bro...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 06/09/2003 Rating: 9.0 Views: 0