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 wOOdy-Soft 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: jerold
  • Content: Threads
  • Order by date
  1. jerold

    Computing Time Difference

    Does anybody know a code on how to get the difference of the system time in batch? e.g. ACCEPT WS-START-TIME FROM TIME. ACCEPT WS-END-TIME FROM TIME. Then I want to get the difference of the end and start time and put it the difference in hh:mm:ss format. thanks a lot!
  2. jerold

    *mytable is a variable *cmdfind.cl

    *mytable is a variable *cmdfind.click has this code sele &mytable index on lastname + firstname to l locate all for ATCLINE(allt(thisform.txtname.value), allt(lastname)) != 0 *im receiving syntax error *i guess its in the lastname parameter pls help me.. thanks
  3. jerold

    Foxpro as front end

    Does anybody know how to setup odbc where in mysql is the back end and foxpro is the front end?
  4. jerold

    Maximum number of fields in a table

    What is the maximum number of fields a table can hold? thanks
  5. jerold

    maximum number of fields

    May I know the maximum number of fields a table cah hold?
  6. jerold

    variable as parameter in cursorsetprop

    when i use cursorsetprop("buffering",3,&mytable), there is an error mytable is a variable for table name. i need to use a variable in table name because in my form, it will use a table depending on the input. how do i go about this problem. pls hel me thanks
  7. jerold

    Exporting tables with memo as one of the fields

    Why is it that when i exported the table with a memo field, it does not appear in the exported excel file? By the way, I used to open the excel file in staroffice.
  8. jerold

    Copy and Paste in Grid

    Is there a way to enable copy and paste within cells of a grid? Please help me.
  9. jerold

    Printing only desired page on reports

    Is there a way to provide the user on printing specific page(s) on a report in a compiled program? Thank you!
  10. jerold

    combo box

    Controls: Form1 (data environment>code: use table1) > combo1 (source: fields of table1) button1 click: opens report close data sele table1 form1.refresh Question: How can I make the value of combo1 to be the last...
  11. jerold

    Making close button at my application work

    Please help me make the close button on my compiled/bulit executable application work. When I click on it, it displays Cannot quit fox pro... thank you
  12. jerold

    Report

    Is there a way on how to get the total number of pages that will be generated by a report??? thank you
  13. jerold

    Printing Forms

    How would I provide a function that would print the running form in my application?
  14. jerold

    Setup Error

    Setupr Error: ***************************** Setup Error 280 Object 9 Setup files may be damaged. Try restarting setup program. ***************************** Though I tried to repeat my setup process (wizard), after running the setup, this error always occur. Please give me an idea about this...
  15. jerold

    Shortcut Key

    Setup: My form1 contains: textboxes, comboxes, grids inside pages, etc... Problem: Is there a way to create a shortcut key (for a control) on how to move from a grid to other controls (e.g. textbox, combox) Thank you
  16. jerold

    Getting back the focus

    I have grid1 with column1, column2..etc In column1>text1>lostfocus, it has a checking code for the input. After selecting other objects in the form, how can I return the focus to that column1 or text1. Please help me Thank you.
  17. jerold

    Counting Filtered Records

    Could somebody help me how to count records that are 1) filtered ; 2)deleted
  18. jerold

    Disabling Columns in Grid

    I have Grid 1 with 2 columns. Could you help me setup this condition: If a column1 contains a value >0, column2 will be disabled. But if the column1 has a value =0, column2 wil be enabled. Same thing with column2, if it contains a value >0, column1 will be disabled.If column2 has a value=0...
  19. jerold

    Combo in Grid

    Please help me how to remove combo box inside a grid. Thanks
  20. jerold

    SCT Files

    After saving a form (e.g. form1), these files are created -form1.scx -form1.sct The problem is the form1.sct is converted into window script component. Its icon changes too. Why is it like that? Im quit unsure whether this would affect my foxpro files. Please help me.

Part and Inventory Search

Back
Top