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 Chriss Miller 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: NasibKalsi
  • Content: Threads
  • Order by date
  1. NasibKalsi

    Form and Class

    Hi all: is there exist a user defined class local to the form ? As we have user defined methods local to the form. my best nasib
  2. NasibKalsi

    Why create database

    Hi All: I am not sure if it has benefits of using database instead of free tables. I see that it is good for documentation. I could use any table of the database without opening the database. I am currently working on a small application and trying to start using database. Any hints...
  3. NasibKalsi

    Data file damaged (AP)

    Hi All: I have Accpac 6.5A. Just recently the pc froze during AP update. The operator shutdown the software. But when he goes back to AP, it shows the last time accessed date and then he press enter, message appears that 'data damaged'. Any help appreciated. I can use debug to fix anyfile if i...
  4. NasibKalsi

    MultiUser Environment, Best Practices

    Dear All: I wish to collect some ideologies and thoughts regarding MultiUser environment. What are the best parctices in your openion for rlock(), use file again shared nomodify, etc. ? Regards Nasib Kalsi
  5. NasibKalsi

    Wait window time() + "String"

    I just realised that wait window time() + "String" * spits error but wait windows "String" + time() * works fine my best Nasib Kalsi
  6. NasibKalsi

    Windows 7 64-Bit

    Hi All: I got in a situation where I need to run foxpro 2.6 dos version on a Windows 7 64-bit. Anyone has any help or clues. Any comments appreciated. my best Nasib Kalsi
  7. NasibKalsi

    Memo field still BLOATING ? No

    Hello all I found by accident that when I replace Memo field in a table it does not bloat anymore. I tried many replace statements but the size remain the same. I want to compress my *.scx forms so that compiler will produle smaller .exe file. It turned out that when the table is open in...
  8. NasibKalsi

    Craig Boyd vfpCompressin

    Hi All Any one tried to use Mr. Craig's vfpCompression. Does it have file size limit ? I mean can it create files bigger thn 2GB ? Any side effects ? Any help will be appreciatd. My best
  9. NasibKalsi

    Copy and Paste 'Code'

    When I copy/paste the example "Code" from this forum, I have to manually add the Cr/Lf. The paste is a one continous line without any Cr/Lf. For example: Public oForm oForm = CreateObject("MyForm") After pasting, the result will look like Public oFormoForm = CreateObject("MyForm") Anyone...
  10. NasibKalsi

    ? chr(7) produce no sound on newer machines

    Hi All: I have a small application where I produce different bell sound based on the input. It has been working for years and still work on he older machines. But on newer computers, for example Toshiba Netbook 10" or Dell notebook, no sound comes out. I do not think it is windows problem...
  11. NasibKalsi

    Dbf is open in Shared or Exclusive mode

    Hi All: Is there any function to find out if the dbf is open in Shared or Exclusive mode ? My Best
  12. NasibKalsi

    Timer does not respond at set intervals

    Hello All: I wonder, if possible that the timer will update during indexing. Full Story: I am indexing many large files. I created another form with the timer on it. I run this form just before the indexing. The timer is not responding at intervals(500), but between index files. Is this a...
  13. NasibKalsi

    Difficulty to print header at specific angle(rotate)

    Hi All: I installed VFP9, SP2 on a sepate laptop. I want to test the rotate function on the report headers, etc. Somehow, when I preview the report the header does not show rotated. I tried setting many different angles, but with no luck. Any one tried, what am I missing ? Regards Nasib
  14. NasibKalsi

    How to tell if set deleted is ON/OFF

    Hello All: Is there any function which can return the current value of SET DELETED ??. My Best
  15. NasibKalsi

    Synchronise Master Contacts to Local Contacts

    Hi All: I applogise, if the answer has already been posted. is there any utility, or bulit in function to synchronise the public folder contacts to Local Contacts. I want to update the local contacts as the Master Contacts list is updated. any help will be appreciated. My Best
  16. NasibKalsi

    Java DB in C++, or FoxPro 9

    Hi: Can anyone provide some pointer on using JAVA DB in c++ or FoxPro 9.0. Any comment, help appreciated ...
  17. NasibKalsi

    How to update MYSQL Blob from VFP 9 ?

    Hi: I am trying to update the blob field through odbc driver but gives 'Data type mismatch' error. I could use replace statement for the other fields and does work fine. For testing purposes I tried .t., 1. 0h, 0x, 'a' all gives the same error. ? vartype(blobfield) reports G I tried...
  18. NasibKalsi

    Add Curvature property to TextBox, etc.

    Is it fair to ask MS to add CURVATURE property to the TextBox, EditBox and some other rectangular controls ? I assume it does not exist or is hard to implement. My Best Nasib Kalsi
  19. NasibKalsi

    RUN UDF at Design Time ?

    Dear All: Is there a way to execute a user defined Method of a user defined class at DESIGN TIME (not at run time), when the class(control) is dragged to the Form ?
  20. NasibKalsi

    Damaged Data Files

    Dear All: I have some knowledge of AccPac 6.5 DOS Version. My OE file is damaged and do not let me continue. The message i get is "Day end processing was not completed. Data may be damaged. Recover from Backup" The backup is 2 months old. Is there any software available to fix the damaged...

Part and Inventory Search

Back
Top