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 strongm 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: *

  1. sergiogove

    Showing Label on top of a progressbar

    Thanks wtrueman I think that's the only way around it. thanks again sergio
  2. sergiogove

    Showing Label on top of a progressbar

    Hi I am using the standard progressbar. I want to show a label with the progress in the middle of the progressbar (like in many installation packages), showing for example 10% however, the label does not show on top. it seems as though the progressbar takes precedence over it or something. I...
  3. sergiogove

    Show tooltip of textbox without moving mouse over it

    Ok thanks. I will take your advice and find a better way (possibly easier) cheers sergio
  4. sergiogove

    Show tooltip of textbox without moving mouse over it

    Guys How can i make an object show on top of all the other objects at runtime. I do not have this object atdesign time so i cannot do it through the layout window thanks sergio.
  5. sergiogove

    Show tooltip of textbox without moving mouse over it

    It could be a good idea. but can it be done ?
  6. sergiogove

    Show tooltip of textbox without moving mouse over it

    Thanks guys that was helpful. I was thinking of having sort of a tooltip class and instatnstiate an object of it on each form. then i would have some parameters and pass it to it to show it. i thought there was an easier way. no probs. cheers sergio.
  7. sergiogove

    Show tooltip of textbox without moving mouse over it

    Hi I want to show the tooltip of a textbox programatically (without moving the mouse over it). Can that be done ? cheers sergio.
  8. sergiogove

    Sub Report - please help

    Ok i will try and i'll tell you what happened. cheers
  9. sergiogove

    Sub Report - please help

    I have a report in which I want to show data from 4 tables. Can i do that without using a sub report ? thanks sergio.
  10. sergiogove

    Sub Report - please help

    Hi I want to create a sub report in a main report of Employees. Now I want the data in the sub report to show only the data of that particular Employee which is in the main report, ie i want it to be linked. Could someone tell me how this can be done please coz i have no idea . thanks sergio.
  11. sergiogove

    "Start position is less than 1" Error

    You were right !!! The first digit was infact a zero and so it was crashing. I did the formulas programmatically and everything worked out fine. Thank you for your invaluable help Mr. Hamady Sergio.
  12. sergiogove

    "Start position is less than 1" Error

    The report is intended to print cheques and I have this formula to extract the hundreds figure from a net value and convert it to words: UpperCase(ToWords (val(Mid (ToText ({cPayslip.NET},0 ),length(ToText ({cPayslip.NET},0 )) -2, 1)),0)) Like this I have others for the Tens and Units. Do you...
  13. sergiogove

    "Start position is less than 1" Error

    Yep. Why what difference does it make ?
  14. sergiogove

    "Start position is less than 1" Error

    I have several reports, some with formulas and some without. They all run fine. It's only this one report that does not. sergio.
  15. sergiogove

    "Start position is less than 1" Error

    hi I have a report in Crystal 8.5 When i open this report from crystal itself, it's fine but when i call it from my application, it gives me an error "Start position is less than 1" ANy ideas why this happens ? Thanks sergio.
  16. sergiogove

    Printing on a dot matrix printer with custom page size

    Hi Justine and thanks for your response, I am doing as you say (and i was doing it before) but i still cannot see the paper. Regarding the size, i sized my paper like a standard fanfold 8 x 12" and i still cannot see it. the printer allows me to change the size of the fanfold but when i...
  17. sergiogove

    Printing on a dot matrix printer with custom page size

    Hi. I don't know if this is the right place to post such a question, so please if it's not right tell me where i should post it. I have a report in Crystal 8.5 I want it to be 36 cm wide becasue i want to print it on a wide carriage dot matrix printer. The problem is that crystal reports...
  18. sergiogove

    POS Programming info. and innards...

    Hi I have checked out UPOS and also got the manual for it. However, I'm still a bit shaky about it. Could anyone please suggest me a simple version of how you would go about to print text to a POSPrinter from start to finish. Please try to include the code (Any language will do but...
  19. sergiogove

    I'm new to Fox. What do you suggest ?

    Hi ! I just started foxpro two days ago. I hav no idea what to do in order to learn it well. Do you have any suggestions ?? Thanks.

Part and Inventory Search

Back
Top