search for: id_no

Displaying 5 results from an estimated 5 matches for "id_no".

Did you mean: id_ns
2011 Mar 03
1
sqlFetch (RODBC) question
...ext; sqlFetch would set text within a row of numbers to NA; but if first 5 or 6 rows would be text then all numbers would be read in as NA. con<-odbcConnectExcel("xample.xls") #the file is attached or at http://psych.ut.ee/~nek/ajutine/xample.xls sqlFetch(con, "TT$") # ID_NO Setting_ID #1 NA NA #2 1220000 12203 # 3 1220001 12203 #etc Whereas the same file saved as csv reads in correctly as: read.csv("xample.csv") # ID_NO Setting_ID #1 b a #2 1220000 12203 #3 1220001 12203 #4 1220002 12202 #5 1...
2002 Dec 19
1
Re: Samba problems with Sco Openserver
...- name/password pair in a Tree Connect or Session Setup are Invalid.) So I had a look in the /etc/inetd.conf file and added the following two lines netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd netbios-ns dgram tcp nowait root /usr/local/samba/bin/nmbd nmbd then ran kill -HUP id_no re running the smbclient command above resulted in the same error message, I can connect to the share from a windows client by \\servername\sharename it asks for password and accepts it this time. I'm still confused about the error message above but I seem to be making headway. Any input you...
2008 Oct 01
0
Multiple histograms one graphic device & groupings
...ot;r" "ex_bin" "PriNo" "pri1234" "pri_ex" [21] "sc_ex" "Sc_ex_pri" "sc_recov" "recov_bica" "sc_reco_bica" [26] "sc_ec_p1234" "Pri_No" "id_no" "RecovUnit" "Max_est" [31] "F23" "F24" "F25" "F26" "F27" [36] "F28" "F29" > histogram(~ sc_recov | bbPD, type="count") This opened a device, but n...
2009 Nov 28
1
'Are you sure?' custom dialog not exiting cleanly
...ish to create sample1.rb . Thank you. -Philip =========== asample1.rb ==================================================== require ''wx'' require ''sample1.rb'' class DIA_Frame < DiaFrame def on_init set_affirmative_id(Wx::ID_YES) set_escape_id(Wx::ID_NO) end end class Main_Frame < MainFrame def on_init evt_close { confirm_closure } evt_button(@m_butexit) {self.close} end def confirm_closure dlg = DIA_Frame.new if(dlg.show_modal==Wx::ID_YES) then dlg.end_modal(Wx::ID_YES) self.destroy end end end c...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up