User Profile

Collapse

Profile Sidebar

Collapse
jirkap
jirkap
Last Activity: Jun 30 '15, 04:25 PM
Joined: Jul 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jirkap
    started a topic Data type error in SQL query (Excel VBA)

    Data type error in SQL query (Excel VBA)

    Hi,

    I have a quite complex UserForm and using SQL queries I retrieve from and also save data to another workbook (unfortunately I cannot use Access db in this case).

    There are three particular textboxes in the form with linked checkboxes. Normally, users enter numbers to the fields and everything saves fine to the external workbook. But when the checkbox is ticked, it changes linked textbox value to "Unknown"...
    See more | Go to post

  • jirkap
    replied to general prototype question
    That's it! Thank you very much!...
    See more | Go to post

    Leave a comment:


  • jirkap
    replied to general prototype question
    Thanks for your reply. I wanted the 'code block' in the initial post to look more like a diagram, not an actual source code (apparently, that was a bad idea). I'll show you the whole code, as it might explain what I really want to know (commented, HTML excluded, there are probably some stupid things, as I learn, but it works):

    Code:
    function Timer(TimerInputID) { 
    	this.HH = '00'; 
    	this.MM = '00';
    	var HH = this.HH,
    ...
    See more | Go to post

    Leave a comment:


  • jirkap
    started a topic general prototype question

    general prototype question

    I'm trying to understand how the prototype property works, but there is one thing I donť get:
    As far as I've got it, when I have one custom object with some methods and properties, all instances of this object point to its definition without copying (as the object was constructed with 'this'). To make it more clear what I mean (simplified):
    Code:
    // obj definition
    myObject  
    myObject.prototype.method
    myObject.prototype.property
    ...
    See more | Go to post

  • THANK YOU, now it works (I tried that workaround before and it did not, funny).

    mrhoo> I did add the button, the HTML is not shown in the example above to make it easier to follow, however I realize it may be confusing.

    I guess modyfing the value through nodeValue is okay, (refering to this: http://developer.mozil la.org/en/docs/DOM:element.nod eValue), as it is a text node. At least it works...

    Thank...
    See more | Go to post

    Leave a comment:


  • Events & running object methods when they happen

    Hello all,
    I am new to JavaScript (having no programming background at all), trying to learn how to script myself. But I guess this is the barrier I will not get over without help :(
    I did a lot of searching and tried everything I possibly could with no real results.
    Let's get to the point: I understand, that when an event is fired, the 'this' keyword points to the element that triggered the event, in my case to a button. Now...
    See more | Go to post
No activity results to display
Show More
Working...