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 strongm 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: cslawtom
  • Order by date
  1. cslawtom

    About "COPY FILE"

    Thanks Rob
  2. cslawtom

    About "COPY FILE"

    Dear All, I met the following situation: Using COPY FILE ABC.DOC TO C:\ABC.DOC The file name of the destination is always in small capital letter that is abc.doc Is it possible to change it to capital letters? or might be this is the problem of the computer? please kindly advise.
  3. cslawtom

    Exe file will not start form

    This should be the problem of missing READ EVENTS and CLOSE EVENTS In the program, DO FORM XXX READ EVENTS In the "UNLOAD" of the form, CLOSE EVENTS
  4. cslawtom

    Problem in alwaysonbottom

    Dear All, Background: If I open more than one programs in Windows, I could click on the image in the task bar to switch between programs. I have a VFP program which auto-generate Outlook email. There is no problem to my computer to generate the Outlook email. The Outlook will place to the top...
  5. cslawtom

    collation and gb18030

    Hi All, I have a web application using charset gb18030 for input Chinese character and use MS SQL Server as backend. On the other hand, the table will be used in Visual Basic application too. I would like to ask for the following questions: 1) What kind of collation suggested in use in MS SQL...
  6. cslawtom

    Store Special Character

    Hi All, I would like to know whether I could store special character (symbol) such as copyright (C), Registrated (R) & etc to the table. As some information require those symbols, please advise any solution in solving the problem. Thanks in advance.
  7. cslawtom

    UTF-8

    Thanks
  8. cslawtom

    UTF-8

    Hi All, I would like to know how to convert data in UTF-8 into double byte characters. Input chinese in Internet (UTF-8). I could only get mess characters in Visual Basic. Many thanks.
  9. cslawtom

    Export code not working properly in runtime

    I have similar problem. i.e. first - print the report then do other action under a same method. I have solved by split into 2 separate commands. On the other hand, may be you could try swap the report action and the export action. i.e. do the export first then report then delete action. I guess...
  10. cslawtom

    Code Page?

    Hi Ramani, I will check the tables. On the other hand, if the program runs in VFP8, no error detected. Error only found in VFP6 and VFP7.
  11. cslawtom

    Code Page?

    Hi All, I met the following problem which I don't know whether it is the code page problem or not. Background: I used VFP6 (English version) to create a program. If running in Windows 2000 - Regional Settings - English, no problem detected. If the Regional Settings - changed the default to...
  12. cslawtom

    Internet Explorer

    Many thanks. It works great.
  13. cslawtom

    Internet Explorer

    Hi All, I don't know when and where infected the following problem: 1. When connected to Internet. No problem found. 2. After started the Internet Explorer for a while, some unwanted sites (including XXX) were shown in other windows. I have checked the registry for suspected settings...
  14. cslawtom

    Spelling Check

    Hi Lee, I have tried your program. It works well. Meanwhile I have used SlightHaze's coding in my program. Thks.
  15. cslawtom

    Spelling Check

    Hi Everyone, It works great. Many thanks.
  16. cslawtom

    Spelling Check

    Hi Slighthaze, I have tried the version 3. But I got a problem as below: Click on the command: IF EMPTY(ThisForm.Edit1.Value) RETURN ENDIF oWord = CreateObject("word.application") With oWord .Documents.add .Selection.TypeText(ThisForm.Edit1.Value) .Visible = .T...
  17. cslawtom

    Spelling Check

    Hi All, Many thanks.
  18. cslawtom

    Spelling Check

    Hi All, I would like to know whether I could include spelling check feature in my program or not. Thanks in advance
  19. cslawtom

    SQL Question

    Thanks. In case, the program is working in multi-users environment. How to make sure that it returns the number of my generated record? Thanks in advance.
  20. cslawtom

    SQL Question

    Hi All, I have created a table in a database inside MS SQL Server. This table contains a data field with type "Int" and it is an autogen number (identity = yes). The question is, once a record inserted into this table, is there any way to get the value of that autogen number easily...

Part and Inventory Search

Back
Top