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!

Search results for query: *

  • Users: bascy
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. bascy

    Where is TXMLDocument component?

    I installed Delphi 6 some time ago, and are now trying to find the TXMLDocument component that is supposed to be on the internet tab of the pallet.... but its not there!! There are components like ClientSocker, ServerSocker, Webbrowser etc ...but no XML components!! Can anybody tell me in...
  8. bascy

    ranking for multiple columns

    A query in my application return several columns with amounts, Now i need to add a ranking to all those columns seperatly. So the result should be something like this: ID Amount1 Ranking1 Amount2 Ranking2 ---- -------- --------- ------- -------- 135 123.34 4 23.00 3...
  9. bascy

    Can't connect to table on MySQL with OLEDB

    I'm using a MySQL server in conbination with Delhpi6, OLEDB 3.0 drivers from SW-soft and ADO components. When i connect using ODBC everything works fine, when i connect using the OLEDB drivers, i'm getting an error when i try to connect to one of the tables. This all happens in design time...
  10. bascy

    Encrypting entire database

    We're developing an application for a reselling customer. He has requested the database to be fully encrypted so no other applications can access the data. Is there a way to encrypt an entire database in MySQL?
  11. bascy

    Running total in page footer

    Hello, I'm printing an invoice from two dbf-tables. If the report is longer than one page i want a subtotal in the page footer, on the last past i want the grand total. This is what i'v done: I created two page footers, overlaying, one shows when Pagenumber = Totalpagecount (i.e. the end...
  12. bascy

    Running total in page footer

    Hello, I'm printing an invoice from two dbf-tables. If the report is longer than one page i want a subtotal in the page footer, on the last past i want the grand total. This is what i'v done: I created two page footers, overlaying, one shows when Pagenumber = Totalpagecount (i.e. the end...
  13. bascy

    Minimum form-size

    A few days ago I stumbled somewhere the net on a method of preventing users to resize a form below a certain minimum width and height. This method looked a lot better than the normal method of restoring the Height and Width to their minimum values in the Resize event, because this latter method...
  14. bascy

    IE5 options are read only

    Hello all, A year ago all our NT 4 workstations were equiped with IE5 by the system administration department. They've installed it in such a way that you can't change the options. They appear in "read only" - grey. Now i'v got administrator rights on my own workstation, but i still...
  15. bascy

    Changing a User Defined Type easy

    I'm developing a VB application with a SQL-server database All the fields in the database are of a user-defined type (UDT), so i'm sure that i.e. all my fields with telephonenumbers in it are of the same type and size. The drawback of using user-defined types is when you want to change them...
  16. bascy

    Catching check constraint errors from SQL in VB

    Hello all, I have a VB-application using a SQL-server database with various tables, triggers, stored procedures, etc. I want to guard the integrity and consistency of the data with check-contraints and triggers on the tables. With triggers it is possible to raise a user-defined error, which i...
  17. bascy

    Counting non-empty fields in one record

    Hello all, I'v got a table like the following: CREATE TABLE PDPPLS01 ( PLSPLSIDN INT IDENTITY, PLSKNDGD1 datetime NOT NULL, PLSKNDGD2 datetime NOT NULL, PLSKNDGD3 datetime NOT NULL, PLSKNDGD4 datetime NOT NULL, PLSKNDGD5 datetime NOT NULL, PLSKNDGD6 datetime NOT NULL) The datetime...
  18. bascy

    Creating usercontrol in runtime

    I have created an OCX with a usercontrol called PrcDatagrid. It essentially consists of a grid and a toolbar with a few buttons. In my main form one such control is added at design time. I want to be able to create more instances of the usercontrol PrcDatagrid at runtime. I want to use those to...
  19. bascy

    Wrong numerical values from linked dBase tables

    In my Access 97 database i have a link to a dBase III file, which is updated from an other applcation. One of the fields in the dbase file is defined as Numeric 14, decimal 3 When i examine the data from within Access, all the numerical data is converted wrong: the decimal seperator and the...

Part and Inventory Search

Back
Top