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 TouchToneTommy 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: billyng
  • Content: Threads
  • Order by date
  1. billyng

    Passign array to a method

    Hi folks, I am trying to pass an array to a user define method with the following code In the command button's click event SELECT firstname, lastname ; FROM users ; WHERE id=123 ; INTO ARRAY aUser THISFORM.runautofill(@aUser) In the form's runautofile method LPARAMETERS...
  2. billyng

    Save Report As HTML

    Hi folks, I am using VFP 8. I notice there is a "Save As HTML" option in the File menu. I look at some other people posted the related questions here. Most of the suggestions were using frx2word. Is it impossible to programmically save the report to HTML with this built-in festure? If it...
  3. billyng

    Color code the items in the List Box

    Hi folks, I have a ListBox that list all the items in different categores. Since there are too many, I want the items to be color coded base on their categories. Is it possible? Thanks! Billy
  4. billyng

    How to find out a page is selected?

    Hi folks, Is there an easy way to find out a page in the pageframe is selected? Thanks! Billy
  5. billyng

    Shows .F. in the ListBox

    Hi folks, I run a query and store the result into an array for the list box. If there is no result from the query, the list list box will show a line with .F.. How can I display an empty list instead of one line of .F. when the result is empty? Thanks! Billy
  6. billyng

    synchronized method

    Hi folks, In VFP, is there any way to synchronize a method (like C and Java) in order to make the threads to access a function one at a time. Thanks in advance! Billy
  7. billyng

    UNLOCK a record in the reopen table

    Hi folks If I do the following in the init() SELECT table1 LOCATE for key=10 IF RLOCK() && do something ..... USE IN table1 ENFIF Can I just do SELECT table1 UNLOCK IN table1 to release the record lock later in the destory()? Thanks!
  8. billyng

    How can I make the form's size unchangeable

    Hi folks, Would anybody please tell me how to make the form's size unchnageable? Thanks!
  9. billyng

    user a function

    Hi folks, I want to create a util program that can be accessed anywhere in the program. Is there a way to access the program's any functions without calling DO <program name> first? Thanks! Billy Ng
  10. billyng

    Is PUBLIC var per session?

    Hi folks, Does the public variable only exist per session? Thanks in advance!
  11. billyng

    Recommendations for VFP 8 books

    I did a pretty project with VFP 5 before. Lately, I have just accepted a project that requires VFP 8 to write. Would anybody please recommned me any books to let me up to speed, thanks! Billy Ng

Part and Inventory Search

Back
Top