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 Wanet Telecoms Ltd 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: pashu
  • Content: Threads
  • Order by date
  1. pashu

    Creating Auto Field

    Hello, I want to create a field in the table using form i.e. not thru create table but thru form,and use the same fields in calculation and in reports automatically.Any one has done this before,please help. Thanks in advance. Pashu.
  2. pashu

    Commiting a table

    Dear Friends, I've developed payroll package in VB6 and backend is oracle 8i.After saving the details of the forms in table the table doesn't get commits immediately,to view the updated changes i had to close the form and again open the same form to see the changes,i want to see the...
  3. pashu

    Creating Field

    Hi friends, I want to create a fields the table has already created thru form on a click of a command button.I'm using oracle 8i and subsequently field should be mapped into report after creation.How do u go about it,seeking help.Thanks in advance. Regards, Pashu.
  4. pashu

    Printing in One row

    Hello Freinds, I've developed the report ,my database is oracle 8i thru view.The report currently printing looks like below- Apr May Eno Ename Paid_days value Gross Paid_days value Gross 1 xyz 30 60 5000...
  5. pashu

    Cursor Help

    Hello Friends, I'm having a table name emp_trn whose structure is below temp_no number(4), tbasic number(14,2), tperpay number(14,2), tda number(14,2), tldpay number(14,2), tspay number(14,2), tsal_pfbase number(20,2), thra number(16,2), tfoodall number(14,2), tconvall...
  6. pashu

    passing parameters

    Hello Freinds, I've passed the parameters for the report it is working fine but when i give the parameters such as from month 03 and year 03 and to month 02 and year 04,it gives the error "The minimum cannot be greater than maximum',i have understood the problem but is there any other way...
  7. pashu

    Passing Parameters

    Hello Freinds, I've passed the parameters for the report it is working fine but when i give the parameters such as from month 03 and year 03 and to month 02 and year 04,it gives the error "The minimum cannot be greater than maximum',i have understood the problem but is there any other way...
  8. pashu

    Executing Crystal report thru VB 6.0

    Hi Friends, I'm not able to connect to my oracle 8i database when executing crystal reports 7.0 thru Vb 6.0. I've written sql in crystal reports. My connection is thru DSN and my code in vb is cr1.discardsavedata=true cr1.action=1 Please help me i'm...
  9. pashu

    Executing Crystal Reports from VB

    Hi friends, I want to execute crystal reports from vb i'm doing thru logon server but i'm getting the error object required,i've given all the arguments i.e. dllname,dsn name,dbname,useid,passwd of which database name is optional.Can any one has done it before or by any other way kindly let...
  10. pashu

    How to store picture in database

    Hi Friends, I'm developing payroll package in which i want to store the photo of an employee against his ticket no..How do i go about it,i'm using oracle 8i and vb 6.0.Please suggest its urgent.Thanks in advance. Regards, Prashant.
  11. pashu

    Hi everybody, I've developed

    Hi everybody, I've developed the reports in cr7.While executing the reports from vb6.0 i get the error database not found. my code is cr1.discardsaveddata cr1.action=1 Also the report dosen't display updated data.Please suggest,its urgent. Thanks in advance Pashu.
  12. pashu

    Function Calling

    Hi Freinds, I've written the function to convert figures into words in vb 6.0 and by passing the amount value to the function i'm getting the figures in words and storing in database and printing on the report. But now i'm desingning one such report by writing the query and executing...
  13. pashu

    Executing Crystal Reports from VB6

    Hi Friends, How to execute crystal reports from vb6,i've given the foll. command cysrepname.action=1 in vb.But it gives the error database not found.I've unchecked the option in cry.reports "save data with report" i.e. whenever the report is executed it will refresh the data.Any...

Part and Inventory Search

Back
Top