User Profile

Collapse

Profile Sidebar

Collapse
kkshansid
kkshansid
Last Activity: Oct 14 '17, 07:09 PM
Joined: Oct 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • create a new variable with concatenation from the value of previous variable

    I want to create a new variable with concatenation from the value of previous variable with use of concatenation
    Code:
    Sub test()
    v1 = "2"
    ''create new variable v12 whose value is 3
    v1.[&v1] = "3"
    Debug.Print v12
    '' above should print 3
    End Sub
    error is invalid or unqualified reference
    please help
    See more | Go to post

  • kkshansid
    replied to recover mysql deleted rows
    i think there should be permanent solution to this problem.
    i was of luck that it was simple data entry with 4 data entry operators within company and i re entered them as i had hard copy data of same.
    what if it happened to a real time dynamic server hosted data?
    from where we could recover data?
    its almost impossible to take backup every minute.
    See more | Go to post

    Leave a comment:


  • kkshansid
    replied to recover mysql deleted rows
    no backup.
    what about bin or mysqldump or .ibd file
    sql also has rollback which recovers all
    See more | Go to post

    Leave a comment:


  • kkshansid
    started a topic recover mysql deleted rows

    recover mysql deleted rows

    I am working on localhost LAN network
    Accidentally deleted selected rows from mysql table
    i wanted to execute
    select * from mytable where remark='C'
    but accidentally executed
    delete from mytable where remark='C'
    because my previous command was delete command

    all my updated records got deleted
    Please help if there is any method to recover this data

    delete is DML command
    I read...
    See more | Go to post
    Last edited by kkshansid; Jul 25 '17, 04:01 PM. Reason: environment

  • kkshansid
    replied to get span html in javascript
    Code:
    	$.ajax({
    				url: "chksub.php",
    				type: "POST",
    				data:'vchksub='+editableObj.value,
    				success: function(text){
    				 msg=text;
    				 if(msg=='NO' && $("#STATUS"+vid).html()=='' && editableObj.value!="")
    				 {$("#STATUS"+vid).html('<font color="red">*xx!</font>');}}
    				 
    				});
    results *xx! on...
    See more | Go to post

    Leave a comment:


  • kkshansid
    started a topic get span html in javascript

    get span html in javascript

    Code:
    <span id="STATUSCNAME"></span>
    javascript
    Code:
    if((editableObj.value=="" || editableObj.value.length>32 || regexname.test(editableObj.value)==false))
    	{$("#STATUSCNAME").html('<font color="red">*Required alphabets upto 32 characters!</font>');}
    	else{$("#STATUSCNAME").html('');}
    	}
    both working but on submit i want to check validation...
    See more | Go to post

  • i tried index then
    run method -1 that is bulk update method
    but browser still browser hangs
    See more | Go to post

    Leave a comment:


  • kkshansid
    started a topic Mysql update large table too much long time
    in PHP

    Mysql update large table too much long time

    I have two tables in database
    table1 consisting of student data 4,00,000 records
    table2 consisting of student examination center with roll nos range-800 records
    I have to search roll no in range and then allocate center to it
    i tried all methods but failed
    first I tried to update by join it took infinite time to execute and resulted in browser hang
    then I tried to go to student data through center allocation...
    See more | Go to post

  • on upload file it get submitted.and submit button show no reaction

    i require following steps
    • browse file
    • click upload button to display csv file
    • then if user finds csv correct he may submit form for update of mysql data

    i want to update mysql with csv file but on upload file it get submitted.and submit button show no reaction on click
    Code:
    <?php
    $db = mysql_connect("localhost", "root", "") or die("Could not connect.");
    if(!$db) 
    die("no
    ...
    See more | Go to post

  • calling a sub from another sub and assigning value

    on calling a sub from another sub and assigning value
    it gives error
    compile error:
    expected function or variable
    Please help as I tried many methods but failed

    Code:
    Sub MRKGRD(ByVal XX)
    If XX = "TR" Then
    MRKGRD = 444.4
    ElseIf XX = "IM" Then
    MRKGRD = 555.5
    ElseIf XX = "AB" Then
    MRKGRD = 666.6
    ElseIf XX = "TC" Then
    ...
    See more | Go to post

  • kkshansid
    started a topic chain select error undefined index
    in PHP

    chain select error undefined index

    i am trying to use chain select on a form
    i am facing two problems
    1. dept is fetching branch but branch is not fetching designations.
    2. same form is not posting all three dropdowns and therefore insert not possible as it is showing error.
      Notice: Undefined index: branch in C:\xampp\htdocs \w.php on line 35

      Notice: Undefined index: desg in C:\xampp\htdocs \w.php on line 36
      2---------------------------/-------------------------------------------/----------------
    ...
    See more | Go to post

  • kkshansid
    started a topic permanent delete in linked table

    permanent delete in linked table

    i have a dbf file which i linked in access and running sql query through vba but delete query only marks for deletion.is there any method to delete this record permanently as in foxpro after deletion we use pack to permanently delete a record.every time after running vba program i have to open foxpro use file and then pack to delete record permanently.
    See more | Go to post

  • kkshansid
    started a topic ADD/EDIT/DELETE ALL RUNNING at same time
    in PHP

    ADD/EDIT/DELETE ALL RUNNING at same time

    this is just a simple form
    department log in
    a page displays employees
    on this page you may add edit delete employee
    but the problem is that my add/edit/delete all option are running at same time even after passing correct variables
    please help
    homedisp.php
    Code:
    <HTML>
    <HEAD>
    <TITLE="cccc SALARY">
    <?php 
    SESSION_START();
    include ("conn.php");
    ...
    See more | Go to post

  • kkshansid
    started a topic php send bulk mail from local computer
    in PHP

    php send bulk mail from local computer

    is it possible to send bulk mail about 300 per day from local computer by gmail? If possible please guide.I already have have dot net application which do as above but i need to develop it in php
    See more | Go to post

  • kkshansid
    replied to barcode font not work on vertical yes
    i have to print on pre printed stationary.So can not change orientation.ple ase help...
    See more | Go to post

    Leave a comment:


  • kkshansid
    replied to barcode font not work on vertical yes
    is there any way to print it on label and rotate that label to downside up?
    See more | Go to post

    Leave a comment:


  • kkshansid
    started a topic barcode font not work on vertical yes

    barcode font not work on vertical yes

    barcode font not work on vertical yes please help
    access 2007 report
    windows 7
    font name free 3 of 9
    See more | Go to post

  • need wamp version support dbf and 2009 supported functions

    Respected members
    please help
    i worked on php wamp server till 2009 then after 4 year gap i want to work again on php to make online easy user inter phase for normal users who are not supposed to be programmers but i find a lot of change since then and i am unable to run my own code.
    It is also to mention that now all file we get is in dbf(dbase) format so have to put import code there. so that user can easily import dbf and...
    See more | Go to post

  • kkshansid
    replied to Notice: Undefined variable
    in PHP
    $PDF is supposed to be string
    See more | Go to post

    Leave a comment:


  • kkshansid
    started a topic Notice: Undefined variable
    in PHP

    Notice: Undefined variable

    I again started working on php after 4 years but now when i run any php project it gives following error which was fine 4 years back.I am using wamp 2.2

    ( ! ) Notice: Undefined variable: PDF in C:\wamp\www\Rec ruitment Management System\mamook.p hp on line 37
    Call Stack
    # Time Memory Function Location
    1 0.0216 830216 {main}( ) ..\mamook.php:0
    include(misc/release_constan ts.inc) [function.includ e]: failed...
    See more | Go to post
No activity results to display
Show More
Working...