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

    How to exctract numeric from string

    Hi How can I extract numberic digits from a Alphanumeric field as shown in image. I want to extract it and generate the index on it. Thanks Saif
  2. abbasaif

    Filter in Value

    Hi How can I filter the amount between 0.01 to 0.99 and -0.10 to -0.99. Thanks Abbasaif
  3. abbasaif

    How to calculate time difference

    Hi, I want to calculate time difference in minutes as follows: a=DATETIME() && {13/01/2020 02:38:15PM} b={13/01/2020 02:19:15PM} c=a-b The answer is 20 minutes, and the value of "c" is 1116. Please suggest. Thanks Abbassaif
  4. abbasaif

    Average Calculation

    Hi, How can I calculate the moving average value of a particular item which purchased multiple times. Please let me have some idea how to calculate the figure in Red. The Arrow mark shows the field name. Thanks Abbassaif I want to attach excel file. How can I do so?
  5. abbasaif

    Create New Records if Not Exist

    Hi, Can I generate auto increment in alphabets as shown in image of the combo box. These Roll no. generates on the basis of Job Order No. The Job Order No. starts with 'JO' whereas Roll No. starts with 'RO' plus the rest of the job order no. If I click on (+) sign, it should generate "Roll...
  6. abbasaif

    Send Email with Attachment

    Hi Is it possible to send attachment (if converted into PDF) and send to a fixed email address? Our outdoor sales person are using tablets by doing RDP but they are not able to print directly on WiFi Printer. They save the output into PDF (Using FoxyPreviewer.App). And, then they send it to...
  7. abbasaif

    Two Control in a Grid Column

    Hi, Can I use two controls in a grid column as shown in image. Combo and Textbox for different rows. Please advise. Thanks Abbasaif
  8. abbasaif

    How to bring control on top

    Hi, I am facing a problem in showing the container to the front of all. In one container I placed an image and in click event of it I resize the container according to the grid inside the same container. Everything is working except when I placed this image within another container, it is not...
  9. abbasaif

    How to show deleted Records?

    Hi, While running the following query failed to get the required records. The intention is mentioned in subject. Please guide me. Thanks Abbasaif SELECT Somain.sono, Somain.sodate, Somain.duedate, Somain.pcode,; Customer.full_name, Somain.location, Somain.cashname, Somain.enteredby...
  10. abbasaif

    How to terminate Loop

    Hi, Is it possible to terminate the loop, i.e., Select ViewDo Set Order To Dono Go Top Do While ! Eof() mDono = Dono Seek mDono In ViewDo Do While Dono = mDono And ! Eof() Scatter Memvar Select DoDisp Append Blank Gather Memvar Select ViewDo Skip...
  11. abbasaif

    Check box in Combobox

    Hi, How can I put check box in a combo box?? Please guide abbasaif
  12. abbasaif

    ThemedControl

    Hi All Can I get the step by step procedure, how to create themed control. I downloaded from VFPX but gives a lot of errors. Please consider me as a beginner and let me know, how to implement this theme in my app. Thanks abbasaif
  13. abbasaif

    Line breakup (Separated with comma)

    Hi, I have a long text field say (Inv) PONO DATE INVOICE NOS. === ======= ======================================================================= PO100100 01/02/2019...
  14. abbasaif

    How to get the last transaction record

    Hi, How can I get the last transaction from a table like this; How can I add in this code Sele dist <PCode> from a <table> into cursor xyz where <PCode> = 'CC002' Thanks abbasaif
  15. abbasaif

    How to do grid sort

    Hello, I copied this .prg long time back from a forum. Can I convert this into class, if so how can? I just wanted to drop the class into any grid contain form and it should sort accordingly. Please guide me. Thanks Local loform As Form Use (Home(2) + "Northwind\Customers") loform =...
  16. abbasaif

    How to synchronize with the Time and Attendance Machine.

    Hi, We have fingerTec device relating to the above mentioned subject. Kindly let me know how can I connect with it. I am using the following command. I have downloaded the FingerTec BioBridge SDK for connecting the above mentioned device using the following code: Parameters devModel, i...

Part and Inventory Search

Back
Top