User Profile

Collapse

Profile Sidebar

Collapse
Taftheman
Taftheman
Last Activity: Aug 14 '09, 10:18 AM
Joined: Nov 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Taftheman
    started a topic Regex\Replace

    Regex\Replace

    Hi, I have a web form in a database which needs to be rendered. Problem is it needs to be XHTML compliant. The tag names are in capital letters. I need a way to turn the HTML tags to lowercase. I have looked over the internet and found and example. Problem is it is in C not VB. I pressume you would use a regular rexprssion to find the tags but how and how do you turn them into lowercase.

    Any help would be appretiated.

    ...
    See more | Go to post

  • How is this done i was looking at using javascript to make a div visible or not, how would this be done
    See more | Go to post

    Leave a comment:


  • How to run a store procedure and show users somthing is happening

    Hi, I am running a store procedure, which takes a long time so i need some way of telling the user somthing is happening. Any one have a sample code of how to do this?
    See more | Go to post

  • 'Create popup and return value' code working for one button but not another

    Hi, I have created a pop up using js and returns a value for me to process. I have got it working. I now need to do it again for another button. The value return will be processed differently. But as i need to get the value out the same way i decide to use whats already there. The problem is it works for the original one and breaks for the new one. My code is bellow. It seems to break on theform.element s[id].value. it does not like id i think.Like...
    See more | Go to post
    Last edited by acoder; Oct 20 '08, 11:00 AM. Reason: Added [code] tags

  • Taftheman
    replied to How to pass a value to a hidden field
    Hi thanks for you replies. I have got most of it working however, i can't seem to pass a hidden field value to the js function the code is bellow

    Code:

    this.form.hdnSt ructureID.value

    can someone tell me whats wrong with this as this is the only place where it does not pass a value through. the hdnStructure is a hidden filed
    See more | Go to post

    Leave a comment:


  • Taftheman
    started a topic How to pass a value to a hidden field

    How to pass a value to a hidden field

    Hi, i have an asp.net and vb.net web page i am opening a popup window where the user can select somthing. When the user presses select it is suppose to go back to the original form closing the pop up and processing the value the user has chosen. To do this i am using javascript. The problem is how to you tell the pop up to close and pass the value back to the hidden field in the oiginal form where i can do more processing.

    Sorry if...
    See more | Go to post

  • Taftheman
    started a topic A problem with datatable
    in .NET

    A problem with datatable

    Hi, I am trying to do some data checking before commiting the data back to the database. I have a datagrid in this data grid i have textboxes. The user can edit what they like. The first row in the datagrid is a phantom row. This is so users can add a row into the grid. I have then used VB.NET to manually get the data from the grid into a datatable. What i need to do is check that the Start date of a record is after the end date of the previouse...
    See more | Go to post

  • Taftheman
    started a topic Message box problem
    in .NET

    Message box problem

    Hi, I want to have an alert message box after a routine i run. I have the code as follows:
    Response.write( "<SCRIPT LANGUAGE=JavaSc ript>alert('the routine ran successfully')</Script>")

    but for some reason after the users clicks OK my style sheet gets messed up. does any one have a reason.

    Thanks
    See more | Go to post

  • Taftheman
    started a topic Columns

    Columns

    Hi, I have imported data. One of the fileds have data needs to be split into three. Example title forename surname is in one column. I need to split this into 3 columns. Can somebody help. I was thing of doing this in a query but i don't know where to start.
    See more | Go to post

  • Taftheman
    started a topic How to split data.

    How to split data.

    Hi, I have imported an excel document in access. One of the fileds have data which i need to split into three. Example title forename surname is in one column. I need to split this into 3 columns. Can somebody help. I was thing of doing this in a query but i don't know where to start.
    See more | Go to post

  • Taftheman
    started a topic Link button and CSS
    in .NET

    Link button and CSS

    Hi i have changed the style of a link button in CSS. Origanlly I changed the linkbutton colour to dark green and hover to red. This worked great. But now i have changed the linkbutton colour to violate blue. The problem I am having is that even tho this works fine, once the link has been visited it changes back to dark green. I have also messed around with using the visited attribute for the link buttons, but then my hover doesn't work once the link...
    See more | Go to post

  • Taftheman
    started a topic Div Centered

    Div Centered

    Hi,

    I want to allign a div block in the center of the screen. The text i this div should be text alligned left. However I am not sure how to do this. I am also using CSS to achive this.

    I thought I could have a Div the width of 100% then allign that Center. Have another div in this where I text allign to the Left.

    However this does not work and help would be appreciated. Thanks in advance
    See more | Go to post

  • Taftheman
    started a topic Find control in a control
    in .NET

    Find control in a control

    Hi, I am having probling in the vb.net i am using visual studio .net 2005. I am trying to use the FindControl how ever the control i want it to find is in another control the wizard control. I am trying the following without any luck

    Code:
    me.findcontrol( "ControlIWa nt")

    However this will not work as it is in another control, what will i have to do next.

    Hope somebody can help
    ...
    See more | Go to post

  • Taftheman
    started a topic Two problems

    Two problems

    Hi i want to know how to talk to the register so i can find out a value of the windows produt name in VB6.

    My other problem is that for some reason the system info in the about box does not seem to work i always get system unavaliable at this time. I have looked in the code and it is a manual error so i havn't got a clue why it is comming up.

    Can annyone hel;p cheers
    See more | Go to post

  • How to find out which operating system is the system on

    Hi, i have a system done in VB6 i was wondering is there a way i can find out what operating system is being used. I need this for drive mapping. Would i need to use the file system object at all.

    Thanks in advance
    See more | Go to post

  • Taftheman
    replied to Force page breaks in word via VB6
    Yes thats correct it is via VB6...
    See more | Go to post

    Leave a comment:


  • Taftheman
    started a topic Force page breaks in word via VB6

    Force page breaks in word via VB6

    Hi, i have a problem forceing page breaks in word via a vb6 application i have the following code but it does not seem to like it , can any body help

    .Tables(1).Spli t.AllowPageBrea ks = True
    See more | Go to post

  • Taftheman
    started a topic VB and word

    VB and word

    Hi i want to add data from a select statement into word. However i do not want to mail merge it.

    it is suppose to be a data report, so is there a way i can just plonk data to a blank word document with out having a template.

    If it is not possible then it is possible to some how reapeat the template in word.
    See more | Go to post

  • Taftheman
    started a topic Crystal reports

    Crystal reports

    Hi, i am using crystal reports 6.0, I have a reports however i only want to display data according to what the user chooses. I pressume you creat a parameter, and then in the sql you some how reference the parameter in the where clause. Does anyone know how to do this. as i can't seem to get it working.
    See more | Go to post

  • Taftheman
    started a topic Urgent Problem
    in .NET

    Urgent Problem

    Hi i have a problem which is urgen to sort out. I have data in a grid, I export the data into a CSV file. It all seems to work fine, however every date filed has #### all over it. (in the CSV file). I looked in the code and i noticed the download was failing at the following point

    WebForm.Respons e.End()

    the error message is 'Thread being aborted' Does anyuone know why this could be.
    See more | Go to post
No activity results to display
Show More
Working...