There is now a version of VB 6.0 Example 4 converted for use with VB.net 2005 in the files section for this group. The name of the file is Example4ForVBnet2005. Example 4 shows how quarterly sales and earnings per share can be retrieved from the Quotes Plus Database. When you run this example Enter a Symbol. Click on "Display Data" to display the most recent results. To get the results for an older quarter click on the drop down list and then click on the date for the quarter you are interested in.
Note to non programmers. You need VB.net 2005 or later to run this example. Howard. ly0y wrote: > > I'm the original poster. When I declare an instance of RevEPS, which > function do I call to get quarterly EPS? Note that I'm looking for the > equivalent to the scan function QTREPS(#qtrnum), not earnings. > > Object Browser tells me the functions in QuotesPlus.RevEPS are: > > Earnings(Integer) > EarningsChange12Month(Integer) > QtrDate(Integer) > Revenues(Integer) > SalesChange12Month(Integer) > > I don't see anything for EPS. How can I reproduce the scan function > QTREPS? > > Thanks! > > Eric > > --- In [email protected] > <mailto:quotes-plus%40yahoogroups.com>, "gary" <[EMAIL PROTECTED]> wrote: > > > > Hi Howard - > > > > You should see a RevEps object > > > > This is from vba in Excel: > > > > > > Dim qp_Revs As New QuotesPlus.RevEps > > > > > > You can always go to vba from excel to see what functions are being > called. > > > > Best regards > > > > Gary > >
