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 Mike Lewis 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: *

  1. PieMan

    What object should I use to manipulate data in a grid?

    Having worked as a VB developer sometime ago, I used a third party grid control that allowed users to filter data on screen and then amend records. Using Access 2003 (having not programmed for the last 5 years) I am looking for a similar grid control that will let me view a 'Work Schedule' and...
  2. PieMan

    Bitmap displays on report on screen, but prints a black square

    It's currently setup as a Bound Object Frame
  3. PieMan

    Bitmap displays on report on screen, but prints a black square

    I have embedded bitmap files into my Access Database and linked them to a report. When I preview the report on screen everything appears fine. When I try to print the report, a black square is printed on the paper rather than the bitmap image that apears on screen.
  4. PieMan

    Retruning specific records where BOTH criteria 1 and 2 are true

    The Table is structured as so: JobNumber MaterialSupplier MaterialCode 12345 SMITH 54321 12345 JONES 2468 12346 SMITH 54321 What I need to acheive is to list all Jobs where both SMITH and JONES have both supplied materials...
  5. PieMan

    Retruning specific records where BOTH criteria 1 and 2 are true

    I am searching one particular field for all instances of particular values. Therefore I want to return records where the there is a "Value A" and "Value B" all in one field. e.g. Display all jobs where materials were supplied by BOTH Supplier A and Supplier B. Everthing I have tried so...
  6. PieMan

    SQL Server Timeout Message

    I have an app. developed in VB6 connecting to a SQL server 7 back end. There are 12 users entering data into 2 tables constantly and occaisionally, another user runs reports based on data in these tables. It seems that when the reports are being run, all 13 users experience 'Timeout' errors...
  7. PieMan

    Making my VB6 App Thin Client

    Is there an easy way of modifying my current VB6 application (with SQL Server 7/2000 database) into something that can be run through a web browser or something similar? I've tried the Citrix Server/Client solution, but the expense seems to scare people off (when compounded with SQL Server...
  8. PieMan

    Cant Edit Module message prevent project running

    When trying to Run or Compile my project I get a message saying Cant Edit Module. I've followed the help file and it didn't make any difference. The Project has been developed in VB6 and is managed using Source Safe. All Forms & Modules are checked have been checked into Source Safe. This is...
  9. PieMan

    Returning Records by Date Range

    Is there an easy way of automatically assigning a DateTime to a row every time a row is added or amended? I could hard code it using VB, but I'm hoping that SQL Server can do it for me. The reason being is that I would like to query several (200+) tables and return only the records that have...
  10. PieMan

    Writing XML file into SQL Sever table

    Is there an easy way of writing the contents (records/rows) from an XML file into a SQL Server database table?? I could always strip the file down and write back each record using long-hand VB but I expect some bright spark has already done this before Cheers Russ
  11. PieMan

    Writing XML file into SQL Sever table

    I have an XML file that contains the description and contents of a SQL Server Database table. Is there an easy way of importing the contents of this XML file back into a SQL Sever 7 database table (on a completely different server) Cheers PieMan
  12. PieMan

    Adding an ID number to a task in Outlook 2000

    Is it possible to assign a number/code to a Task in Outlook? As a Task is generated, I would like to assign a unique ID number (perhaps from an Access database). So far I have been unable to determine how to bind data to a Form in Outlook. Any suggestions???? Thanks
  13. PieMan

    DateTime Error Following DTS

    I have an application developed in VB6 that uses SQL Server 7. I've copied the DATA from my SQL Server database into another BLANK database on the same SQL Server(7)using the DTS within Enterprise Manager (SQL Server 2000). The application now returns error -2147721913 (invalid datetime to...
  14. PieMan

    Printing on Customer paper size on NT 4 Workstation

    Justine Unfortunately, I cannot access any kind of custom paper size in NT4. The Epson print driver does not have a Paper tab as it does in Win 95 The document you mentioned may be of use though, so here's my e-mail address russ.pimblett@megabyte.co.uk Thanks
  15. PieMan

    Printing on Customer paper size on NT 4 Workstation

    Hi all I've been developing a CR7 report to be output on an Epson fx-2180 dot matrix printer. In Win 95 I can set a custom paper size and out put the report with ease. However, using CR7 on NT4 the customer paper size option is not available. I'ved tried running the Win 95 report on NT 4 but...

Part and Inventory Search

Back
Top