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

    report to ms Excel

    Hello! Can anyone tell me on how to send report to ms Excel? I have a report which when send to printer will result the ff: _______________________________________________ NAME: AMOUNT ORDERED: PAYMENT: BALANCE: ------------------------------------------------ Alain 1,000...
  2. channelmaster

    generate number list in report

    Hi! How can I generate a number list in a report? this number list does not have a field in a table, for example, when I make a list of customer in a report, it should automatically generate a number list: 1 Mr. Alpha 2 Mr. Foxpro 3 Mr. USA | | and so on... Is this possible...
  3. channelmaster

    send report form as email

    HI! Can anyone tell me on how to send my report form as an email? The idea is when I send the report form as an email, my email client(outlook express 5) will pop up and the report is written within the email client window. Is this possible? Thanks in advance Channel
  4. channelmaster

    how to auto change text fields to upper case

    Hi! Can anyone tell me on how to automatically change the text fields to upper case? For example, when I input on a text fields, like name, when I type the letters it will automatically change to upper case. I hope you got my point. Thanks in advance Channelmaster
  5. channelmaster

    disabledbackcolor of checkbox

    Hi! I was wondering if it is possible to change the disabledbackcolor of a checkbox. I tried to manipulate on the properties window but i still get the same boring grayscale disabledbackcolor. How can we do this? thanks
  6. channelmaster

    how to zap all tables but retaining one table intact

    good day! How can I zap all tables but retaing one table intact. The scenario is this: I have 5 tables; table1, table2, table3, table4 and table5. I want to zap table2 to table5 but retain table1 intact. Thanks in advance.
  7. channelmaster

    tableupdate and tablerevert(help)

    HI! Can someone help me with my problem? How can I tableupdate() and tablerevert() multiple related tables? ex: table1 has a field "customer_id" and table2 has a fields "customer_id" and "record_id" and table2.customer_id is related with table1.customer_id, table3...
  8. channelmaster

    addbobjects

    how can I zap all table records using "=addbobjects" without zapping a particular table records. The scenario is this: login.dbf table1.dbf table2.dbf : : : table10.dbf &&and so on I want to zap all table records but retain the records of login.dbf thanks
  9. channelmaster

    text in menu bar

    Can anybody give me some tips on how to place text without padding on the menu bar.What I have in mind is to place the login name of the person on the menu bar. Thanks
  10. channelmaster

    diskspace

    How can you check if the disk has sufficient free space for back up purposes. Thanks again.
  11. channelmaster

    detect folder empty

    Hello! How do we know if the folder is empty. I used the code below to get the directory and i want to prompt the user that the folder chosen is empty. mSelectdir = GETDIR("","Select Directory") thanks for any help.
  12. channelmaster

    wait window message

    How can you put the files you are copying in a wait window? I used RUN XCOPY for my backup and I want to know on how to place a code in the WAIT WINDOW the files that are copying. HELP, PLEASE! thanks, Rene
  13. channelmaster

    progressbar with copy files

    How can I make a progressbar to work with copy file to? An example of this is using copy files mysource to mydestination. What value will I place at the progress bar. thanks
  14. channelmaster

    create progressbar with active x

    How can i create progressbar using active x controls. Example for this is copying files from one directory to another. What value will I place for the progressbar? thanks rene
  15. channelmaster

    how do i know if fields are edited or not

    How can i know if fields on the table are edited. My problem is this: I want to prompt the user to save the changes he has done or have edited the record made on the record. Do I have to use getfldstate function? How do I use it? thanks in advance Rene
  16. channelmaster

    counting record no

    How can you count or create a random nos.in grid. Example, when I append a new record the no is created "1" and another appended record will be "2" and so on. I tried this code: count to nItemno nItemno=nItemno+1 this works alright but the problem is when you delete a...
  17. channelmaster

    mark check in click event

    Hello! Can anyone help with this problem? How can I check mark records when I click a button "cancel orders" when orders are expired or not redeem? My table is ORDER.DBF and the fields are: date_order---date date_cancel---date cancel----logical I used the variable; lCancel=date_order +...
  18. channelmaster

    how to get version no

    Hello! How can I get the version no of my .exe application? I am using VFP 5.0, I tried to follow the examples of VFP 5 using getfileversion(), it works in the first place but when i build my exe, an error occurs " getfileversion" with an extension of ".prg" cannot be found...
  19. channelmaster

    appending data

    How can i append data without destroying the related tables, example when I want to append all records from a diskette. thanks in advance
  20. channelmaster

    combo box in a grid

    How can you place a combo box on a grid?

Part and Inventory Search

Back
Top