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

    Non modal form accessible from modal forms

    Hi all, I am updating an existing application. The current situation is that the user can open a modal form (form1) from the main app window. From this form, they can open another modal form (form2). On the form1 I have added a button that opens a non modal form (form3). form1 and form3 are...
  2. sarahnice

    Count duplicate rows once

    Hi all, I have a table that I need to count the records, grouping them by proj_id and date_entry. This is fine until I try to only count duplicate record once. The table is as follows Management: proj_id, date_entry, name What I want to do is to have a count of all projects grouped by year...
  3. sarahnice

    Printing from Quick Reports Preview Screen not working

    Hi all, I am using Quick Reports with elphi 2005. I can preview a report fine but if I click on the print button on the preview screen, the report won't print. I get a small progress window, which stays at 0%, then disappears after about 3 seconds and the report doesn't print. If I print via...
  4. sarahnice

    Crystal for Win32 (Delphi 2005 Architect Edition)

    Does anyone know a way to get crystal working with win32. I am using Delphi 2005 Architect Edition and my project is Win32. I am using Quickreports but would like to start using Crystal Reports. If I create a new .NET project, then I can use Crystal but I can't in my existing Win32 project. Is...
  5. sarahnice

    Referencing user control within user control from web form

    Hi all, I have an aspx page (main.aspx), which contains a user control menu.ascx, which in turn contains another user control poll.ascx. The code behind for the poll.ascx file works fine to a point. I want to call a function in this file depending on which of two buttons has fired the...
  6. sarahnice

    Access user control elements from code behind?

    Hi all, I am having major difficulty with the following. I have an aspx page with a reference to an ascx user control. The code for the control is as follows: <%@ Control Language="vb" Inherits="myUserControl" Src="../../codeBehind/test.aspx.vb" %> <%@ Register TagPrefix="MM"...
  7. sarahnice

    Find utility not working

    Hi all, I am using Delphi 2005 Architect edition. Recently, the find utility has stopped working. I can find local references but when I try to find references to method, the find dialog shows 'finding candidate files' but no results are shown. Any ideas? Thanks
  8. sarahnice

    Compiler error

    Hi all, When I run my asp.net app, I get the following error in ie: "vbc : Command line error BC2010 : compilation failed : 'Unable to load DLL 'alink.dll': System Error &H80070006&'" I can run the exact same website on another pc and it works fine. Here is the full compiler output...
  9. sarahnice

    Select Defaults if row is empty

    Hi all, Here's the deal. I have one table(ItemList) with the following structure: registration_number varchar(10) PK progression_id int PK item_id int PK subscription_key char(2) date_of_incidence datetime status char(1) Here is a sample of the data: BD0005 1 1 AC 1994-02-16 00:00:00.0...
  10. sarahnice

    &quot;Open With&quot; always opens notepad

    Hi all, Whenever I right-click on a file and select "Open with..", I get no dialog box to choose the application I want, the file automatically opens with notepad. Any ideas?
  11. sarahnice

    URGENT - USER CAL SETUP

    Hi all, This is a really urgent request for some info. I can't seem to find details on this particular problem even though i can find so much general info. I am installing SQL Server Enterprise Edition. I want to license it with 100 USER CALS. When i get to the 'Choose licensing mode' screen...
  12. sarahnice

    Problems promoting secondary server during role reversal

    Hi, I have a server log shipping to a second server. Whenever i try to perform a role reversal, the promote secondary jobs fails 90% of the time. It gives the error that exclusive access to the database cannot be obtained. When i get this error, I check the current activity and there is no...
  13. sarahnice

    Password typed in agent job steps?

    Hi all, This is a log shipping question. I have created a job to transfer the logins of a database to the secondary server (for role changes). Two of the steps in this job are Operating System Commands. In these steps, i have specified the username and password of the login used to transfer the...
  14. sarahnice

    Move &quot;Docs and Settings&quot; folder

    Hi and apologies if this has been answered before. Is there any way to move the Documents and Settings folder. I want to move the entire folder to the D: drive, not just the My Documents folder. I want tot move the whole thing. Any ideas?
  15. sarahnice

    Partition sizes for clean install

    Hi all, Firstly, I must apologise if this has been answered before. I've searched but can't seem to find anything. I recently had to format my laptop's hard disk (virus related) and now i've decided to install Windows XP. I have a 10GB hard disk and 128MB RAM. Can someone recommend what...
  16. sarahnice

    Report RecordsetClone

    Hi all, Is there an equivalent to the form method 'RecordsetClone' that i can use in the module of my report??
  17. sarahnice

    Some DTS jobs fail but not all

    Hi, I am using SQL Server 2000. I have crated some DTS packages to transfer the logins of databases between servers. I then created jobs to run these packages using the DTSRun command. All of the jobs, apart from one, are running successfully. The one job that fails gives the following error...
  18. sarahnice

    Form Events Firing Twice

    Hi all, I posted this same problem before but got no response. I was hoping someone could help me this time cause it's still causing a problem with my forms. I have a form with numerous controls that do different things. When i click on the control it seems to fire the event twice. I have...
  19. sarahnice

    Report for all data not in a table

    Hi, I have a table that contains date information. This is a table of bookings for an individual. The table also has a field for the hour that the task is due to start and also a field for the number of hours the task will take. I am trying to create a report that will display all the free...
  20. sarahnice

    Multiple autonumbers in same column

    Hi, One of the fields in my table is populated by a field entered in a form by a user. Is there a way to add an incrementing value to the end of this value. The autonumber should reset evry time a new value is entered into the field. The values are like this: 45354 34545 23478 45354 45354...

Part and Inventory Search

Back
Top