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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by duckyboyz

  1. duckyboyz

    customize the look of the Report Manager UI

    not looking for any "new" fucntionality. just part of the report specs... the analsyst request certain fonts, font-sizes, of the parameter prompts, etc. just esthetic stuff... Mike Johnson
  2. duckyboyz

    customize the look of the Report Manager UI

    Is it possible to customize the look of the Report Manager UI? Does anyone know of any examples of customized Report Manager UI done with ASP.net? Mike Johnson
  3. duckyboyz

    Click to activate and use this control message...

    How do I get rid of the ActiveX message "Click to activate and use this control"? As you're probably aware it puts a box around my cf page and you have to click the page (twice) to get to the controls on the page. Mike Johnson
  4. duckyboyz

    converting from mysql to ms sql server

    Has anyone had experience converting from mysql to ms sql server and could tell me how difficult is the process. Will alot of the fucnctionality migrate over? I'm trying to see how time consumming this process will be. Mike Johnson
  5. duckyboyz

    what is the purpose of a "target namespace"

    I know what a "default namespace" is, but what is the purpose of a "target namespace". Mike Johnson
  6. duckyboyz

    attaching a function to an click_event

    point taken... sorry, just been looking at this for too long, thanx. Mike Johnson
  7. duckyboyz

    attaching a function to an click_event

    i want both the vb.net click_event and the javascript function to fire. right now only the click_event fires when i hit the update button. got a task where i have to javascript for the form validation. can anyone see why this is'nt working: <%@ Page Language="VB" %> <script runat="server">...
  8. duckyboyz

    trying to check for blanks in textbox using javascript

    no... it was requested that all validation be client-side, i.e. javascript. Mike Johnson
  9. duckyboyz

    trying to check for blanks in textbox using javascript

    i'm using the following code to try to check for blanks in textbox1 (lastname): <%@ Page Language="VB" %> <script runat="server"> ' Insert page code here ' Sub Button1_Click(sender As Object, e As EventArgs) response.redirect("homeApp.aspx") End Sub </script> <html>...
  10. duckyboyz

    vb.net boot camp

    Does anyone know of a good reputatble vb.net certification bootcamp on the east coast. Preferribly Virginia or DC area? Mike Johnson
  11. duckyboyz

    .net certification bootcamp

    Does anyone know of a good vb.net certification (boot camp) training facility on the east coast? Mike Johnson
  12. duckyboyz

    formating a border in Mail-Merge

    I need to be able to format a border in Word based on a value in a merge field... is this possible? Mike Johnson
  13. duckyboyz

    Word Mail-Merge delima

    I have two data files i'm currently running seperately and feeding into a mail-merge. Each file uses its own slightly different letter. Now the user wants both files merged together and sorted by the receipiant's name. How can I tell Word how switch between the 2 form letters. Now I want to...
  14. duckyboyz

    like to get into .Net development.

    I'm a programmer with 17yrs of experience. I'm currently doing VB6 and ASP, but unfortunately have not had the oppourtunity to do and .Net development. Would getting a MS developers certification get my foot in the door? Which cert would be best for obtaining a .Net position? Also, are there...
  15. duckyboyz

    user session has exipred

    when asp page A calls the initiate crystal viiewer page... no problem; but when I added an addtiion asp page B (for additional report params , i get the "user sessions has expired". scenerio 1 works: pageA ---- initiaite view ---- report (works) pageA---- pageB ----- iniitiate viewer ----...

Part and Inventory Search

Back
Top