Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sncheong
  • Content: Threads
  • Order by date
  1. sncheong

    what is happening to my laptop

    hi it is a compal CL50 with a intel M cpu and it was running fine at 1.6G. suddenly, the speed drops to 600MHZ. i noticed that the laptop is not as warm as before and the voltage to the cpu is 0.9V i/s 1.4v. can anyone help? tks
  2. sncheong

    i need help on how to update a compal laptop CL50 bios

    hi all i just inherited a compal cl50 laptop and am trying to update its bios. its current version is v1.60. i downloaded the latest file from www.compal.com itself and created a bootable cd. when i run the cd, there is an error message:- insyde dos flash update utility v0.16 (06/12/2003)...
  3. sncheong

    colored image comes out as black&white

    hi gurus from print preview, the image is in color but when i print it, it comes out black and white. i have set my okic5100n to auto color but to no avail. please help. ta
  4. sncheong

    print more copies

    hi there in vfp8 help, there is a print function, and it opens a window where you can select a printer and no of copies to print etc. it is quite close to sys(1037) but it doesn't allow me to select copies to print. to overcome that, i use a spinner with controlsource=_pcopies with the...
  5. sncheong

    combox.select()

    my combobox is working fine. after clicking it, i can store the respective listindex. what i want to know is the listindex preceding the selected listindex. how do i do that? the rowsource of the combobox is select accn_id, accn_name from ledger1 without grouping and its rowsourcetype is 3...
  6. sncheong

    how to use setall for columns in a grid

    my grid has 35 columns. i rename the last 31 column-headers as 1,2,3 etc respectively so that i can change its backcolor to rgb(0,0,255) if the header is a odd number. how do i use setall to solve the problem? ta
  7. sncheong

    email via vfp6

    i was following advice dd oct23,2000 - see below and i must say that your codes work with eudora under winxp. when i tried the codes with outlook express under win98, i got an "0x800401f3 invalid class string" error. is there anything that can done to make it work under win98? ta...
  8. sncheong

    memo field as part of a combobox listitem

    help! the pems of my combobox are:- style=0 dropdown combo rowsourcetype=3 rowsource=select id,city,rate,comments from table1 where city='abc' into curs temp. [comments is a memo field.] columnwidth=50,150,100,0 when i select the listitems, comments contains only the word "Memo". i...
  9. sncheong

    filtering in excel 2000

    hi guys; happy new year. i am running an excel2000 spreadsheet and i am trying to filter data entries for april. my vba code - recorded via macro creation - is as follows. when i run it, it does the job but also includes the first data entry whose date is not april ref E31. Name...
  10. sncheong

    pack a dbc

    merry xmas all i tried to do in a program and at the command window:- clos all open database dbc1 excl pack database validate database but vfp6 just doesn't pack the deleted records. can anyone help pls? ta
  11. sncheong

    set relationship in a form with multiple tables in a dbc

    i need some help on this please. i have 4 tables in a dbc ie sales.dbf cdx custid,prodid and agtid, customers.dbf cdx custid, products.dbf cdx prodid and agents.dbf cdx agtid. i tried setting the relationship in the data environment with select sales set relation to custid into customers set...
  12. sncheong

    highligh particular cells in grid

    in my table named Jobs, i have a field called jsts which monitor the status of each job. it has only three options ie pending, approved, rejected. i can display the table in a grid prefectly but i like to have each option highlighted with a bmp picture. i attach a command button in the...
  13. sncheong

    converting ebcdic to text file

    i am trying a trial copy of vedit [www.vedit.com] to convert ebcdic to text file and haven't much progress. any guru to guide me to evaluate vedit or better still, is that an easier way to convert ebcdic file to text/ascii file? ta
  14. sncheong

    listbox display

    i am using vfp6 and in my listbox, the rowsource is "*.zip" which shows all zipped files. how can i restrict the display to show only 'I*.zip' and 'S**.zip' files? ta

Part and Inventory Search

Back
Top