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: 229257
  • Content: Threads
  • Order by date
  1. 229257

    DetailsView use DynamicField instead of BoundField

    Hi, When adding a DetailsView and configuring the datasource Visual Studio automatically generates fields for each column in the datasource which is great. Here's the but... We would like to alter this so Visual Studio uses a DynamicField instead without having to alter the ASP mark up. E.g...
  2. 229257

    Pervasive to MS SQL migration

    Hi! I've been given the task of migrating an old Pervasive DB (version 9.10) into MS SQL. My background is .net and MS SQL so my pervasive knowledge is limited. I'm going to use Pervasive.Data.SqlClient provider for .net to read the data in and migrate to similar structures in MS SQL. This...
  3. 229257

    Job Scheduler

    Hi All, We're developing a scheduler for our new .net application to control reporting / update programs / month end procedures etc. and we were discussing the best way to achieve this... The main requirement is that we need to execute any method in the BLL layer that could be in different...
  4. 229257

    Samba Working Directory

    Hi All, We are using SourceSafe 2005 and would like to use a samba share as the working directory. We got it setup but have encountered a problem when we check an item back in it doesn't apply the read only flag as it would on a windows share. I have tried going into a file on the samba share...
  5. 229257

    CASE Statement

    Hi! I'm pretty new to tsql programming and was wondering if the following is possible with a CASE statement. Depending on the parameters sent to a SP I want to retrieve different product codes. The tidiest way to do would be have a statement like:- WHERE [Product].Type IN CASE WHEN...
  6. 229257

    Active Directory Authentication SQL 2000 SP4

    Hi, We are currently experiencing a problem with SQL 2000 SP4 whereby access is denied to an Active Directory group but not an AD user. We gave the AD group an SQL login and granted the relevant permissions to the database. When we try to create an ODBC connection as a user of this group the...
  7. 229257

    Career Direction JDE World 7.3

    Hi, I have been offered a position within a company that plans to implement JDE World 7.3 during the next year. One reservation I have with the role is that I have been told is that the system is now quite old. Is this true? How widely used is JDE World 7.3? In terms of the technology on which...
  8. 229257

    Creating a user without sysdba privilege within a procedure?

    Hi, I have heard it is possible to create a user within a procedure then you can grant access to this procedure to a normal user allowing them to create users. How could this be done? I tried always to do it but no joy, any ideas? This would be a big help, Thanks 229257
  9. 229257

    What if RMAN backup fails?

    Hi, I have recently setup an RMAN backup that is scheduled via windows scheduler, i must admit this is pretty new to me. How will i know if the backup has failed? I would also like to know how long the backup has taken? I would like to be able to run something every morning in Oracle (via script...
  10. 229257

    Adding print server to solaris 8

    Hi, Due to a printer problem we have been given a loan replacement but unfortunately it has an external network card which we are unfamiliar with. Could someone please help me to get this configured? The print server is a netgear PS113 it has been given an IP address and hostname, the server...
  11. 229257

    Outlook 2002 UK Holidays

    Hi, When adding the UK holidays to my calendar it only displays them up until the end of 2005? Meaning no bank holidays for 2006 onwards. How can i resolve this issue? Where does Outlook pick up the holiday information from? Is there a download from Microsoft? Many Thanks 229257
  12. 229257

    MouseListener problem

    I need to change properties of JButton when right clicked, need a Image change on the button, seem to have tryed mouselisteners and event listeners. Any help would be great..
  13. 229257

    Problem with brackets using shell_exec

    Hi, Was wondering if someone could help with the following problem? I want to execute a shell command but i think there is a problem with the brackets because i get a parse error. The command works from the command line but not through PHP. Any ideas? $output = shell_exec('ypcat passwd | awk...
  14. 229257

    Searching text file for a string in a fixed position

    Hi, I was wondering if someone could help me? I want to search through a text file looking for a certain string just like you would with 'grep' but i only want to return results if the string pattern appears in a fixed position on the file. E.g. i want to searh for a username in the passwd file...
  15. 229257

    How to display < > brackets from MySQL data?

    I am writing a simple PHP page to display some data I retrieve from MySQL but the problem is some of the data contains pointy brackets < >. When displaying this in HTML this prematurely closes some of the HTML tags meaning the data is not displaying correctly. Does anyone have a solution to...
  16. 229257

    How to manipulate time in VB?

    Hi, I'm querying some time values from an Access DB in VB, the format that the time is in looks like is 12:21:20, hh:mm:ss. I would like to simply add or subtract a minute on the time meeting a certain conidition e.g. 12:21:20 + 00:01:00 but all i get is a mismatch message. I think it would...
  17. 229257

    How can i display a varible in table cell?

    New to DHTML, so could someone please help? I have a drawings search on a company intranet, i want to display a variable that has been assigned in javascript to display this certain table cell. I have given this cell an id and i can display the variable in alert window. instead of this window...
  18. 229257

    Uploading Macros to HP Laser Jet Printers

    A bit of background; We currently upload Macros to the printers, these are *.prn files created from Word. These are templates for sales orders, purchase orders, invoices etc. The print file created by the business system will have the PCL code to call up the correct Macro. We currently use HP...
  19. 229257

    Showprinter common dialog box still prints though cancel is pressed

    In my latest project i have a print routine in which i use the .showprinter common dialog box. The only trouble is if the user pushes the cancel button on the .showprinter dialog box it will still print! I have tried the following line without any success: If cdbPrint.CancelError = True Then...
  20. 229257

    Having trouble printing out Dbgrid to printer

    I am creating a print routine to print out certain items on a form. when i use the following command; Printer.Print DBGrid1 It only prints out the first column of the first row. I would like to print the contents of the whole grid. Is this possible? Any suggestions would be greatly...

Part and Inventory Search

Back
Top