Recent content by ebuabeng

  1. E

    Pass value from fill-in to Varaible Help

    thanks hi friend, it worked. do u have any material , so i can learn progress software development ? thanks again
  2. E

    Pass value from fill-in to Varaible Help

    hi all, I develop in VB, now I have Design a GUI using Appsbuilder with a Fill-in(by name txtStartDate with an initial value = 01/01/2005) in progress, i want to be able to pick the value i put into the fill-in ito a variable (v-StartDate) so i use the following assigment...
  3. E

    Pass value from fill-in to Varaible Help

    hi all, I develop in VB, now I have Design a GUI using Appsbuilder with a Fill-in(by name txtStartDate with an initial value = 01/01/2005) in progress, i want to be able to pick the value i put into the fill-in ito a variable (v-StartDate) so i use the following assigment...
  4. E

    Pass value from fill-in to Varaible Help

    hi all, I develop in VB, now I have Design a GUI using Appsbuilder with a Fill-in(by name txtStartDate with an initial value = 01/01/2005) in progress, i want to be able to pick the value i put into the fill-in ito a variable (v-StartDate) so i use the following assigment statement...
  5. E

    excel import to progress database help

    help hi friends, could you please , help me as to how i can add a new record to the tabe: Ded_formula. detail description of the table is as follows: table name: Ded_formula field names :employee#,start_date,end_date,ded_codes thanks .. I will welcome the syntax as well...
  6. E

    excel import to progress database help

    Hi Again hi friends, could you please , help me as to how i can add a new record to the tabe: Ded_formula. detail description of the table is as follows: table name: Ded_formula field names :employee#,start_date,end_date,ded_codes thanks .. I will welcome the syntax as...
  7. E

    excel import to progress database help

    Thanks so much Hi Friend, Thanks so much for your help.The code you gave me did work by assiging values to the specified fields there by updating which ever records are there .but i will still need some modifications to it and would be happy if you could still help me in this regard...
  8. E

    excel import to progress database help

    RE: help Hi thanks for your reply, My worry now is that, the table ( Ded_Formula ) contains other fields as well by which i can't afford to delete the table first before loading it again. the results in the excel file was as a result of a select query: with this where clause: where...
  9. E

    excel import to progress database help

    Re: Help Hi again thanks for your reply. I'm running a Human Resource and payroll integratate system and i want to import data from excel to a progress database table called Ded_formula with fields : employee#,ded_codes,Fixed_amount,Start_date,End_date the fields appear in the...
  10. E

    excel import to progress database help

    hi I'm new to progress and i would be very grateful if you can give me directions as to how i can import data from excel to progress database using either the data administration tool or using procedure editor. thanks.
Back
Top