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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by i12hvfun

  1. i12hvfun

    unable to create temporary work files

    HI All, I encountered this problem and I suspect that the problem lies with the file format (8.3). Please share your experiences and solution/s. Vfox 9.0 on Novell 4.11 with only short file name (8.3, DOS). I created a dbf table on WinXp and on a Novell 6.5 with long file name. I have no...
  2. i12hvfun

    import from multiple worksheets

    Thanks Mike. The code is really a great help.
  3. i12hvfun

    import from multiple worksheets

    Thanks Brian, the problem is that the worksheet name will vary according to user's liking. I will need to know how many worksheet is in there and the name for these worksheets. The number of column in each worksheet will varies and I will need to capture all these columns.
  4. i12hvfun

    import from multiple worksheets

    HI, the search is under maintenance and hence I have to start a new thread, which most probably someone would have started it before. I am looking for ways of importing multiple worksheets with a EXCEL file. Please advise.
  5. i12hvfun

    Restructure column

    thanks Mike!
  6. i12hvfun

    Restructure column

    Hi All, how can I transform the structure of T1 to T2? T1 date custid qty && these are the field name 01/01/01 123 5 01/01/01 234 6 01/01/01 345 7 .... .... 12/01/01 123 51 12/01/01 234 61 T2 date 123 234 345 ..... ..... ...
  7. i12hvfun

    Outlook item sort

    thanks mike
  8. i12hvfun

    Outlook item sort

    Hi, how can I sort the email in Outlook2000 by receive date, or sender? Thanks!
  9. i12hvfun

    Copy message/s within Outlook

    Mike, thanks for the coding.
  10. i12hvfun

    Copy message/s within Outlook

    Thanks Mike. Can I reference the folder by it's name instead of the folder number? That might be instances where this user's folder is 12th but 13th for another.
  11. i12hvfun

    Copy message/s within Outlook

    Hi All, can anyone assist me on how to code moving or copying the message in Outlook between folder, eg, from 'Inbox' to 'Seen'. Thanks.
  12. i12hvfun

    how to alter Indexes expression using code

    Rick, I guess have to compromise on the interface. Thanks All! Bon011 maybe you should consider opening a new thread. The response might be better.
  13. i12hvfun

    how to alter Indexes expression using code

    thanks 738262. It didn't help as the function does not run in index on statement.
  14. i12hvfun

    how to alter Indexes expression using code

    Accept my apologises if I have confuse all of you. Let me explain what I am trying to do. I am using a index progress bar function use myTable index on progressbar(field1) tag tag1 function progressbar lparameters cField1 wait window at 10,10 'indexing '+transform(recno())+' of...
  15. i12hvfun

    how to alter Indexes expression using code

    Thanks Eric, I bet my question sounds silly. The thing is, I do not want to re-generate the index again. I just need to run index with field1 once but change it to field2 without indexing again. I am not sure whether by deleting tag and perform index on field2 will run index again.

Part and Inventory Search

Back
Top