Search:

Type: Posts; User: ManjuPillae; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    10
    Views
    6,641

    Oracle Re: How to add values to other columns

    The solution to your problem is using update command, as you know how to use update command no problem to find solution, just identify the unique row that is to be altered and update that column. ...
  2. Answers
    6
    Views
    6,244

    Re: update Object Repositorhy at Runtime

    We can update the values of Object at runtime using SetROProperty

    Browser().Page().Webedit().SetROProperty("name").Value = "abc"

    We can get runtime object values using getROProperty();

    If...
  3. Re: How can we use nested For-Each in a function??

    'Do you really need For Each .. Next loop?
    'If no need we can slove using Single For .. Next loop

    a=array("editBox1","editBox2","editBox3")
    b=array("4","5","6")
    aCnt = UBound(a)
    For i = 0 to...
  4. Answers
    7
    Views
    6,117

    Re: How can we parameter a Web link

    'Assume that the names of WebLinks present in the page are stored in 'LnkName' unser LocalSheet
    'As we can identify the Weblink Using its 'name' property

    set Lnk = Description.Create...
Results 1 to 4 of 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact