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 Wanet Telecoms Ltd 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: angelleynes
  • Content: Threads
  • Order by date
  1. angelleynes

    Help on TreeView

    Hello, I need help on how to expand a node with the item selected? basically, i have a treeview populated by the records and I'm using a record number as a key converted to a string, but what i want to do is have the item or node expanded based on what was selected. thanks!
  2. angelleynes

    Need help on treeview control

    Hello, anyone has a sample of treeview control? thanks!
  3. angelleynes

    how to pass a string

    Hello, i have the following code from foxpro and sql, basically i need to know if i'm passing a string properly to my stored procedure in SQL, i'm trying to pass lcWhichWay variable which is a string and i don't get results but when i put "AND kbenen.abene=1" directly i get results...
  4. angelleynes

    help on cursor

    Hello, I need help on how create a cursor base on values example: table1.record has 4 records and i want to create a cursor to have fields names based on the records, like record1 becomes a field name on the new cursor then record2 being the second field name on the new cursor and so on. thanks!
  5. angelleynes

    Help on calculating available lines to print on legal size

    help anyone on how to calculate available lines to print on legal size, basically we're using the @say command to print documents on legal size and letter size and need a solution on how to start printing to the next page when it is needed. thanks!
  6. angelleynes

    need help on pageframe

    Hello, is there any way to use hot keys on a pageframe, basically i have a form with pageframe and with multiple pages, and i have underlined 'P' for first page as print,then 'D' for download on the second page and 'V' for View on the third page, what happens is, if i'm in a first page which is...
  7. angelleynes

    Executing a stand alone executable

    Hello, I have a small executable and it's just like a reminder, it's pretty small, but my question is how can i execute this executable when it reach a certain time, i.e. will remind that my oil change is due... thanks!
  8. angelleynes

    How to run an executable at a certain time

    I need help on how to run an executable at a certain time without using a scheduler, basically, i have a small executable that i need to run when it some point it reach my criteria to just pop up with just a simple message, kind of like a reminder in OUTLOOK. THANKS IN ADVANCE!
  9. angelleynes

    net send command

    is there any dos command to give me a list of computer names and who's logged in to that computer? thanks!
  10. angelleynes

    How to identify the object that has the focus

    I need help on identifying which object has the focus while i'm stepping through the form... thanks in advance
  11. angelleynes

    how to locate for a blank data

    I need help on how to locate for a blank data, the field is text datatype... thanks in advance!
  12. angelleynes

    how to retreve messages or to review messages

    need help on how to somehow review messages received thru NET SEND? thanks in advance!
  13. angelleynes

    Help on how to locate for corrupted Memo fields

    I need help on how to quickly find a corrupted memo field, like a weird character inside the memo field... thanks in advance!
  14. angelleynes

    ms word document to Visual Fox Pro report form

    is there any way to convert MS Word document into Visual Fox Pro report form? thanks in Advance
  15. angelleynes

    string parsing with comma

    Hello, I need help on how to split strings? example: "PAYOFF DEPARTMENT, 8001 N. Stemmons Fwy, Dallas, TX 75247" what I want to do is to split them so that "PAYOFF DEPARTMENT" being the name, "8001 N. Stemmons Fwy" being the address, "Dallas" being the...
  16. angelleynes

    How to highlight text box when it gets the focus

    How to highlight text box when it gets the focus even if it's empty? format "K" doesn't work! thanks!
  17. angelleynes

    how to mark and unmark a file read only

    how can i mark a file to read only and how to unmark it. thanks!
  18. angelleynes

    ERROR MESSAGE ('CANNOT PRINT; FILE IS ALREADY IN USE OR LOCKED)

    I need help to resolve error message 'Cannot print; file is already in use or locked' I created a program thru Visual FoxPro to write to the registry to control my PDF, it writes to registry fine but I get this error. when I go to Acrobat PDFWriter Properties the following is checked: port =...
  19. angelleynes

    How can I tell if a certain software is installed

    How can I tell if a particular software is installed programmatically in either windows 95 or 98 or windows 2000 workstation? thanks!
  20. angelleynes

    not saving the file name

    I have the following procedure written in Visual Foxpro but it's not saving the file name. can anyone please help. thanks in advace! *************************************** PROCEDURE SetPDFReg *************************************** LPARAMETERS tcsize DECLARE Integer RegOpenKeyEx IN Win32API...

Part and Inventory Search

Back
Top