Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bascy

  1. bascy

    UpdateResource on a .res file

    There is no error, the BeginUpdate just doesnt return a handle. And the res file belongs to a different project, not running or open at the time Bascy Software developer at www.sg-partners.nl
  2. bascy

    UpdateResource on a .res file

    Hi all, we're trying to update the version info that is contained in a .res file from an external application. I've tried opening the .res file with BeginUpdateResource but this always gives 0 in return, indicating the file wasnt opened. Getlasterror gfives a 0 too! What are we doing wrong...
  3. bascy

    Using DBaware control without a dataset?

    Thanks for the tip, but the non dbaware control is using a property from an object in memory. Bascy Software developer at www.sg-partners.nl
  4. bascy

    Using DBaware control without a dataset?

    Thanks for the suggestion, but that would mean implementing a lot of the events and functionality that a db-aware control has ... I've solved it at the moment by placing both controls on the frame and letting a property decide which one is visible and active. Because they are both derived from...
  5. bascy

    Using DBaware control without a dataset?

    I'm using the Synedit controls in a frame to edit a memo-field in several situatons. Some of those situations the memofield is part of a dataset, and in some situations it is not part of a memofield. If i try to use the DB-aware Synedit control on a non-dataset value, it doesnt work (as i was...
  6. bascy

    Averaging group totals

    Thanks, that worked! Bascy Network manager at www.alarmgroep-meldnet.nl
  7. bascy

    Averaging group totals

    Reading my own post back .. i see i'm not telling the whole story... In de detail-lines there are two variables actually, and they are both max'ed at GF2 level. These are a starttime and an endtime, which are subtracted to yield a duration. At GF2 there is a variable @b which calculates...
  8. bascy

    Averaging group totals

    I tried creating a running total on the @a variable ..but i can't select it :-( Bascy Network manager at www.alarmgroep-meldnet.nl
  9. bascy

    Averaging group totals

    Oh, by the way, i'm using Crystal Reports 11 Bascy Network manager at www.alarmgroep-meldnet.nl
  10. bascy

    Averaging group totals

    I have a report where in the detail lines a variable is set when a line with a certain line comes by. The first groupfooter contains a max-variable of this one. in the outer group footer i want an average of the different values from group1 GH1: Customer 1 GH2: order 1 (hidden) D...
  11. bascy

    Show detail from spec detailline in footer

    lbass, i'v gone with your sollution, and it was pretty simple to get it working. thanks! Bascy Network manager at www.alarmgroep-meldnet.nl
  12. bascy

    Show detail from spec detailline in footer

    Thanks for the suggestions! I'm having a partial success with another way of solving this, and i don't understand why it's only partial! I'v defined 2 formula fields for startime: Starttime: whileprintingrecords; if (Instr({v_log_form_line.log_f_text}, 'startime') > 0) then timevar...
  13. bascy

    Show detail from spec detailline in footer

    Hello, Im using a table with multiple textlines, grouped by a reportnumber. I would like to extract the starttime (which is always in one of the textlines of a report) and show it in the groupfooter. Anybody know how? Example: Records: Rprt Line text 1002 1 This is the firstline...
  14. bascy

    More than 16 static routes in HP4108

    Hi all, As part of our network a HP 4108GL switch is used. On the main VLAN there are a lot of client-dedicated routers (ISDN/ADSL) and for each one a static route has to be defined in the main switch. The majority of desktops that use these routes are also on the same VLAN. The HP switch...
  15. bascy

    Showing outlook form from within VB

    I want to create a button in a VB application that shows a standard Appointmentform from Outlook with a few of the needed data inserted from the VB application, like date, subject and text. I do know how to create a new appointment in Outlook from VB (thanks to tek-tips) but that is not what i...

Part and Inventory Search

Back
Top