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

    Update Check Befor user go to another page..

    C# and VS 2005 Is there a way to check if a user has unsaved changes before going to another web page or closing the browser...
  2. theogary

    Menu title clickable no Entire Menu Item

    I have a menu using site map in .net 2003. I have a menu named "Reports". This menu only works if the word Reports is clicked on. There is a lot of blank space next to this menu item which the user is clicking on. The user says the menu item does not work if you do not click on the word...
  3. theogary

    hide and show image background for a row menu

    I have a css menu in asp.net. I want define a css for the menu containing a:link's. On hover I want the row backgound image to be visible. When not hover I want the row background to not be visible. .menuPopupItem a:link ,.menuPopupItem a:visited {color: Gray; font-family...
  4. theogary

    how to assign array values C#

    I am defining my array incorrectly what is wrong with this code.I want to assign the array conditionally? string[] FieldsToCheck; switch (TableToUSe) { case "PROGRAM": FieldsToCheck = {"street_address" , "street_number"}...
  5. theogary

    How events fire in .net

    I have a aspx page with a grideview. Whe a user click the gridview a usercontrol is loaded. When a user clicks on the run button nothing happens. When the user click on the button again the the button responds and runs the job. Why won't the button respond the first time it is clicked? What...
  6. theogary

    Only showing last row in report services

    I have a report in 2005.net using report services. It is only showing the last row in dataset. The method retrieves 1000 rows but only one row is visible. I know this is a simple newbie mistake but I need help.
  7. theogary

    Pass set af params using paramenter obj C#

    I want to pass three parameters to a report services report in .net. I want to put the parameters in parameter object. Then set the parameter object to the report dynamically.
  8. theogary

    Dydnamically change panel

    I a have page with a grid that has a list of reports and a panel which has a user control to input report arguments. When the user clicks on the list or reports, the panel below should change and show the appropriate arguments in the panel. each argument group is a user control. example: when...
  9. theogary

    Goto Specific Flash Page

    I want to send my clients a newletter link. I want this email link to start the flash website and goto the newsletter part of the flash website. Can this be done.
  10. theogary

    FLV playback controls dissapear on Web

    I am using flash 8. When I test the FLV playback it works on my machine. When I publish to the web the FLV playback control disappear. Please Help.....
  11. theogary

    Print Job Not Doing The Job

    This print job function looks good in theory but is not printing a 2 page document correctly. It print 2 pages of 45 lines. Page 1 is printing lines 1 to 45. PAge 2 is printing line 24 to the end of the document. dont this the vPosition is working. Here is trhe code: // set scaleMode to...
  12. theogary

    Moving xml connect to another page it wont work.

    why wont a xml connector work if you move it from one page to another. I created movie clips and instance variables for the xms & data set. I thought I could call them from anywhere.
  13. theogary

    why can's you debug with dynamic HTML

    I want to debug my website but the flash swf will only retrieve the XML through IE. When I try to debug the XMl does not work at all.do I have to set a property
  14. theogary

    swap scroller with swf's

    I want ot dynamically load swf into a fixed dimension scrollpane when my combo changes I want to load a different swf do I use contentpath or attachmovie I need sample code thank you in advance
  15. theogary

    Combo box is just blank

    I create a 1 frame swf that loads a combo box with other swf names and loads these swf's in the loader object without a problem. The swf's are newsletters for the month. The combo box reporesents the given month. All the code is in the first frame. The problem is when I transfer this code &...
  16. theogary

    including a HTML page in a flash template

    my clent creates a monthly html news lettrer. I want to incorporate each month into my flash template(7963). how do I call this html file at runtime. Do you use a include statement
  17. theogary

    HTML email

    Does anyone know how to send a html email using MAILMESSAGE.MESSAGETYPE or anything else. I want to change the message type to html format not plain text. Developers want to know. Please help. I want my mail receipients to to see my HTML brochure not a html attachment when they open their mail.
  18. theogary

    date field importing problems

    Our informix database has a date format(MM/DD/YYYY) in all tables. We are trying to import into MySQl. MySQl requires YYYY-MM-DD format. Is there a way to configure Mysql to accept the informix(MM/DD/YYYY)date format.
  19. theogary

    Non Expanded Treeview PB8

    My treeview will not expand in my compile application. But if I run the application from PB8 the treeview will expand. Am I missing a a runtime library that controls the treeview. I placed all the necessary runtile libraries according to PB*
  20. theogary

    how to clear dddw column when data is rejected

    how do you clear dddw column data when the data is rejected in the itemchanged event. I have race field I validate using the itemchanged event and when I reject the data the column data is still visible until I tab off the field. I want the column cleared when the data is rejected. The user...

Part and Inventory Search

Back
Top