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!

Recent content by jerold

  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

    variable as parameter in cursorsetprop

    thanks guys
  4. 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?
  5. jerold

    Maximum number of fields in a table

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

    maximum number of fields

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

    variable as parameter in cursorsetprop

    *mytable is a variable (e.g. mytable = "temp") *open table method of data environment has this code sele 1 use table2 sele 2 use &mytable how will i set a relation on the field1 of mytable into field1 of table2? Help me again.thanks
  8. jerold

    variable as parameter in cursorsetprop

    thanks for the help. I have another problem. How will i use the variable mytable when i want to access its fields (e.g idno)? please help men
  9. 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
  10. 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.
  11. jerold

    Copy and Paste in Grid

    Is there a way to enable copy and paste within cells of a grid? Please help me.
  12. 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!
  13. 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...
  14. 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
  15. jerold

    Report

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

Part and Inventory Search

Back
Top