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 SkipVought 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: *

  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.
  16. i12hvfun

    how to alter Indexes expression using code

    Hi All, how can I alter the CDX indexes Expression after indexing? example use dbf index on field1 tag tag1 I want to change the field1 to field2 still keeping the tag intact. Thanks
  17. i12hvfun

    HOW DO I DISABLE THE START BUTTON OF WINDOWS FROM VFP

    Hi All, the codes work. Did I missed out anything as when I pressed the window button, the start menu appears although the taskbar is disabled. thanks!
  18. i12hvfun

    2 or more detail group within report form

    actually, Ramani's codes is the answer (only after reading a few time). The modification I needed is to concatenate the different fields of the different files (structure) as childfield1. select '1' as childno, field1A+field1B....as childfield1 from fileA union select all '2' as childno...
  19. i12hvfun

    2 or more detail group within report form

    Thanks Ramani, I have left out that all files (A - n) are having different file structure. Any solutions?
  20. i12hvfun

    2 or more detail group within report form

    Hi All, can any one help to suggest how to create a report using report wizard for the following scenario, 1. in detail portion, will print all record/s from File A 2. File A EOF() encountered, next line print all record/s from File B 3. continue step 2 until File n thanks!

Part and Inventory Search

Back
Top