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 gkittelson 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. skillo

    Connecting DataView WebParts

    Ok Guys!! I found that as long as I have another connection on the page (in my case from the Task List to a normal Document Library webpart). The connection between the 2 dataview webparts seem to work fine. Too weird, but what ever works, huh??
  2. skillo

    Connecting DataView WebParts

    Anybody have any luck connecting 2 dataview webparts in FrontPage 2003?? I have a Team Member List that has properties that each Team Member can setup default properties on. This has been converted into a DataView webpart and is filtered down to the current user. I have a Task list that has...
  3. skillo

    Exposing Events in Templated Server Control

    Hey Guys!! Is there a way to only expose selected events in a Templated Composite Server Control? I know you can expose the properties without a problem, but was wondering about the events themselves. Anybody ever tried it??
  4. skillo

    INamingContainer - CreateInstance of Composite Control

    Hey Rotsey!! Ok, taking into account your thoughts about creating the controls in CreateChildControls and the thoughts I was thinking about the LifeCycle has gotten me through this!! Thank you so much!!! The controls that we are rendering were going to be dynamically loaded based on what step...
  5. skillo

    INamingContainer - CreateInstance of Composite Control

    Hey Rotsey!! Thanks for the response, I really do appreciate it. Currently, I do have the eventhandlers setup right after I create and add the controls in CreateChildControls. This just seems so simplistic that it's just about to drive me crazy!! The control itself works on it's own as a...
  6. skillo

    INamingContainer - CreateInstance of Composite Control

    Hey Guys, Need some help!! I have numerous composite controls that I need to render based on what step in a wizard that a user is at. These controls will be rendered 1 at a time. I have created my templated composite controls and am using the Activator.CreateInstance to create which ever...
  7. skillo

    Find UNC Name from Commondialog...

    Hey Alan, You may have already answered this, but I just ran into the same brick wall. Here's what I ended up doing. The UNC path was showing in the path of the "DriveListBox.Drive". I just editted it out and added on the Folder & File Name. UNCPath = Mid(driveSet.Drive, InStr(1...
  8. skillo

    Cancel Click from onclick Javascript Function

    Hey GreedyZebra/ShadeDecho!! Thanks so much for the info!! This stuff is slowly sinking in. So, help me out, would this still allow me to hide my database search functions in the 'code-behind' file (related to the Click event of the button), and just validate with the Javascript functions...
  9. skillo

    Cancel Click from onclick Javascript Function

    Hey Guys!! Ok, bare with me, very new to Javascript but a quick learner. I have a couple of server control buttons on a WebForm. One of them is a basic "Next" button, while the other searches a database for a Quote Number that they provide in a text box. I have code in the Click...
  10. skillo

    Ignite Fails - Hangs

    Hey wjhopkins!! Thank you so much for your response!! Here's the deal, we are doing a make_tape_recovery and the NFS isn't enabled. Any other thoughts??
  11. skillo

    Ignite Fails - Hangs

    Hey Need some help with Ignite!! We are trying to make a backup of a 9000 server, using Ignite 11.i. It gets about 75% complete and then just stops or hangs. It isn't writing anything to the logs, just stops. Any ideas/thoughts would be greatly appreciated!!
  12. skillo

    How to: Freeze Column of DataGrid that scrolls horizontally

    Hey!! I have a datagrid built for a screen resolution of 800x600. This datagrid allows updates to a database for email frequencies of reports. The first column is an email address, followed by 15 columns or so of settings for that particular person. Being that the screen is at a small...
  13. skillo

    "Not Supported" - Distributing VB6 Program w/ CR 7

    Ok!!! Will do that. I don't know anything about the window's registry, but am learning a little at a time. I sure appreciate your help!!!
  14. skillo

    "Not Supported" - Distributing VB6 Program w/ CR 7

    Going crazy!! Last night I ended up deleting all the p2sodbc.dll 's off my development computer(which was 2 that had different creation dates - dated here in April) and uninstalled Crystal Reports. I Re-installed, hoping this would fix the dates, but they came back on with 4/5/01 as the...
  15. skillo

    "Not Supported" - Distributing VB6 Program w/ CR 7

    Ok, Here we go again!! Finally got tired of it last night and went home. I have checked the ODBC driver and it's the same version. I did do a search and it's the only version of p2sodbc.dll on the machine. The next question I have, though, is: Does the version date have to match what's in...
  16. skillo

    "Not Supported" - Distributing VB6 Program w/ CR 7

    I did use the Deployment Wizard & as far as I can tell it is including all the u2*.dll's and the p2*.dll's. I have used the dependency walker to view all the files that are depended on and as far as I can tell they are all being included. I have looked through Crystal's Runtime Help Files and...
  17. skillo

    "Not Supported" - Distributing VB6 Program w/ CR 7

    Anybody seen this one before?? Whenever I try to view a report on a client machine that doesn't have Crystal Reports installed, I get this error message. According to crystaldecision.net they said that the p2sodbc.dll was found to be an older version on the client's machine, in other cases. I...
  18. skillo

    Distributing a Program(VB6) that's using CRSmartViewer

    Hey!! Have created a Program(VB6) that uses the CR Smart Viewer. I have packaged the application and installed it on my machine that has Crystal Reports installed. Everything works great! I have installed the program on another person's computer and everything works great, until I try to view...

Part and Inventory Search

Back
Top