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

  • Users: shahatul
  • Order by date
  1. shahatul

    How to figure out decimals?

    Thanks Ramani and Rick for your great help. Dear Ramani, If you run "IF n # INT(n/1)" return false. But next statement "LEN(SUBSTR(TRANSFORM(n),AT(".",transform(n))+1))" definately works for me. Thanks with warm regards Shah AV
  2. shahatul

    How to figure out decimals?

    I have some numbers. How to figure out each number has how many decimal points?. Suppose user has entered following numbers: 100.01 100.001 100.0001 Thanks in advance. Shah AV
  3. shahatul

    Projectfile in VSS

    Did you created Shadow folder?
  4. shahatul

    Printing Page Header

    Sorry, I mean, I have already page setup the print area as whole page. It does not work.
  5. shahatul

    Printing Page Header

    Yes, I did.
  6. shahatul

    Printing Page Header

    Dears I am trying to print Invoice# on top of page. It is located at .5" scale of page header. I am using VFP 6.0. Invoice# does not display on screen or print on paper. I am using pre-printed stationery and dot matrix printer. I have already set top margin 0. Any idea? Thanks in Advance.
  7. shahatul

    Display the first 10 records

    Thank you very much Brian Warm regards Shah AV
  8. shahatul

    Display the first 10 records

    I have a query which has more 100 records. I want to display only first 10 records. For example: Select Customer.Company_Name, Max(Orders.Order_Date) AS dMostRecent From Customer ; Left Join Orders ; On Customer.Customer_ID = Orders.Customer_ID ; Group By 1 ; Into Cursor MostRecentOrder Any...
  9. shahatul

    VFP 8 Report Problem

    Dear Gurvinder, Thanks for reply. I did just created same report again in VFP 8.0 and it works fine with both versions (6&8). But, still I am not happy with solution. We need to find out exactly what it causes the problem. Regards Atul
  10. shahatul

    VFP 8 Report Problem

    Dear GSRAJPUT, I 'm having same problem in Foxpro 8 report. It is throwing an extra page in Version 8. Did you found any solution? Thanks
  11. shahatul

    Trouble with Label Caption

    Well, I found solution, if you can put space before and after quote, it works ok. For e.g, = ' = '. Thanks for reply.
  12. shahatul

    Trouble with Label Caption

    I want an equal sign. In VFP 8.0, when you open a form, it gives me a Syntax error warning message. So Thisform.Label1.Caption ='=' does not work.
  13. shahatul

    Trouble with Label Caption

    Hello, In VFP 6.0 Caption property of label has ='=' was worked very well but in VFP 8.0 it does not work. Any idea? Thanks in advance.
  14. shahatul

    Edit Box does not handle KeyPress Event()

    The users hit the Alt+Z keys for zooming Edit box. The KeyPress Event() does not give me Alt+Z keys values. What am I missing, guys? Thanks
  15. shahatul

    How to change a text box's Input mask dynamically?

    Dear AirCon, Thanks for your great help. Regards
  16. shahatul

    How to change a text box's Input mask dynamically?

    I have a text box which shows price/unit. I want to display, if price Per Unit to be 4 decimal positions when necessary. Math on this: 15.40 X 22.08 = $340.0320 340.03 / 15.40 = 22.0799 If Units are 1.00 and Total $ are $100.00 It should print price/unit as $100.00 (2 decimal positions). I...
  17. shahatul

    sys(5) gives different result?

    I have a following code which gives me a different drive name in Window XP Professional or XP Home Edition. It works fine with Window 2000 or Win - 98. for e.g., Window 2000 - &quot;F:\data\<filename> Window XP - &quot;\\fs1\sys\data\&quot; << code start >> Local cDocLocation, cDataDir...
  18. shahatul

    How to retain file name UPPER/lower case

    Sorry, I forgot to mention that Thanks Everybody for their sharing expertise. AVS
  19. shahatul

    How to retain file name UPPER/lower case

    Thanks Rick So much. I appreciate your great help and salute to your expertise. AVS
  20. shahatul

    How to retain file name UPPER/lower case

    Dear Friends, On my form, I have created a list box to look a specific directory which contains thousands of files. I want to see file name exactly UPPER/lower case (Originally stored) on a specific drive. I am using adir() function which is converting file name into UPPER case. Is there any...

Part and Inventory Search

Back
Top