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 Wanet Telecoms Ltd 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: jockey
  • Content: Threads
  • Order by date
  1. jockey

    report not refreshing

    Hi I am using crystal 10 and am calling my report from an asp.net web page. Info is entered on the asp.net page and then stored on a sql database. The report is call from a button that passes the report 2 parameters. All the report has to is get the data written to the sql database and...
  2. jockey

    report doesn't refresh

    Hi I am using crystal 10 and am calling my report from an asp.net web page. Info is entered on the asp.net page and then stored on a sql database. The report is call from a button that passes the report 2 parameters. All the report has to is get the data written to the sql database and...
  3. jockey

    .net framework problem

    Hopefully this is a simple config problem. I have a web app that runs fine when it is hosted on my local pc using localhost to display the pages in my browser. Ehen I move this app to the intranet server I get errors. I have pinned down the error to be caused by the <sessionState> tag in my...
  4. jockey

    report prints in adobe

    I am using crystal 10 from a ASP.NET page. The report is fine displays as expected. What I dont want is that when I want to print the report it does not print off straight away. What it does is open the report in an ADOBE window and you then have to print from there. How do can I stop the ADOBE...
  5. jockey

    report prints in adobe

    I am using crystal 10 from a ASP.NET page. The report is fine displays as expected. What I dont want is that when I want to print the report it does not print off straight away. What it does is open the report in an ADOBE window and you then have to print from there. How do can I stop the ADOBE...
  6. jockey

    creating a view over 2 different sql servers

    Hi All I am not sure if this can be done but I hope it can. Currently we are running 2 sql servers. What I want to ba able to do is refrence table off ! of the servers in a voew on the other server. So firstly can this be done. If it can what does it involve and how do you do it. I have tried...
  7. jockey

    Setting drop down list value

    I have a datagrid that I have set up with edit templates. When edit is pressed the selected row displays the required drop down list and thedse lists are populated with the required value. The problem I am having is that I am unable to set the selectedvalue for the drop down lists so they...
  8. jockey

    button click not responding

    Hi All This is a wierd one or at least i think it is. I have a ASP:Button on a form that when it is clicked saves the current form data to an SQL data base. The data on the form is loaded from different customer details database. The save work fine the first time but when you change the data...
  9. jockey

    Change parent window url

    Is there a way that when a popup window is closed you can cange the url of the parent that opened it??
  10. jockey

    cant get frame src to change

    I have a page with 2 frame in it I want a button on the top frame to change the src page in the bottom frame. I have looked at other threads and tried examples but cant get it to work can some 1 help me. I keep getting an this error error mainframe is not defined. Mainframe being...
  11. jockey

    close window

    Can anyone tell me how to close a asp.net page using vbscript Many thanx jamie
  12. jockey

    selcecting from a grid

    Hi I have looked at several post in here yet I am still unable to get this to work. I have a grid that is populated with a list of customers. What I want to be able to do is to click on the grid and retrieve the information stored in that row. This data would then be displayed in textboxes...
  13. jockey

    Populating textboxes from dropdownlist selection

    Hi All I have a drop down list that is populated from a dataset and contains customer names. On load all fine as the first customer is displayed in the list and the details for that customer populate several textboxes this like address, telphon ect. What I can't get to work is that when I...
  14. jockey

    change frame src dynamically

    Hi I have a page with 2 frames. How do I change the page loaded into the second frame from a Asp button on the first frame. Jamie
  15. jockey

    frame refresh

    Hello I have a asp.net page that is split into two frame a top + bottom. When I use the command button I have set up in the top frame I cant get the bottom frame to refresh to reflect the changes made. Can anyone tell me how to do this Cheers Jamie
  16. jockey

    panels

    I'm not sure exactly what a panel is opr what it can do. Can you use it like a frame. I have a page with a navigation bar I want to use like tabs. can I set a panel up to display a page within it so the page will change depending on the nav bar selection?? If not can someone suggest the best...
  17. jockey

    asp.net tags in frames not displaying

    I have a page that i wish to display in a frmae. When displayed outside the frame the page is fine and all the tags display as expected. But when I place the page into the frame most of the tags are ok but the ASP.Net tags do not display. Does anyone know why this is is??
  18. jockey

    Trailing invisiable characters

    I have a database table storing product information. The table is kept up to date from excell spreadsheets that are imported into SQL then Placed onto the Database table. For some reason invisible characters are on the end of some field data and this is causing my sql statement to fail. eg...
  19. jockey

    Unable to backup after using Copy Wizard

    I recently used the Database copy wizard to copy a few databases from one SQl server to another. Since doing this the scheduled backup jobs on both severs are not working. can anyone shed some light on this for me
  20. jockey

    DTS execute has stopped working

    I have created several DTS pacages to convert imported spreadsheets into a generic table for sales analysis. I was executing the DTS packages from within my VB program with no problems at all using the code below :- strShell = &quot;dtsrun /BTLSQL /sa /sqlservice /&quot; & PackageName &...

Part and Inventory Search

Back
Top