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

    first record insert: but, unique constraint error!!

    hi! table_1 has constraint pk_table_1 on columns a,b,c,d,e. am tryin to insert *first* record thro' a form... but, i get an error: ora-00001: unique constraint error - constraint pk_table_1 violated. this beats me..coz this is the first record iam inserting into this table... cud anyone pls...
  2. BlueByte

    Oracle 8.1.7 installation issue: o/s win 2k

    hi all! my project currently has oracle 8.0.5 database on win NT.we need to change o/s to win 2000 advanced server. ora 8.0.5 is incompatible with win 2k.so, we are thinking abt installing ora 8.1.7 on win 2k with compatiblity parameter set to 8.0.5. pls let me know issues & workarounds for...
  3. BlueByte

    to convert vb 5 source code into vb 6...

    hi! this is about forward compatibility... i have a vb 5 application.i want to move to vb 6.what changes do i hav to make in terms of registering dll/ocx & in source code in order to implement this? thnx, blubyte
  4. BlueByte

    Win NT & "Tally" Line printer...page break blues

    hi! Till now we had been using Tally Line printers for printing jobs configured on Unix Sequent Box. But recently due to some technical problem in the Sequent machine we had to shift our printing jobs on to Windows NT machines. While configuring the Tally printers on Windows NT machine, we used...
  5. BlueByte

    missing reference: active resizer

    hi! when i run my vbp,i get a error msg "cannot find path or library" :& the cursor points at String$ in a particular code block. i checked project references... there's a missing flag on "active resizer" am unable to find wot is the dll i require to register. am...
  6. BlueByte

    improper printing of vaSpread....

    hi! am trying to populate a vaSpread form & then print it.the printout prints partial data (first column data only).also, am getting the following error in the log file. Line 16: Property OleObjectBlob in vaSpread1 had an invalid file reference. how do i fix this reference error? thnx, bluebyte
  7. BlueByte

    steps to make ftp share....

    hi! can sumone pls give me the steps ( & installations required) to make a ftp share on my win nt 4.0 machine ? thnx, bluebyte
  8. BlueByte

    how to install IIS on NT 4.0 machine?

    hi! hadn't installed IIS during OS install. NT resides on C:\ drive..but c:\ has just abt 60 mB free space now & i can't remove any folders there. i already have SP6. i tried re installation of option pack for getting IIS.but the IIS defaults to C:\ ...where it requires 188 mB. is there any...
  9. BlueByte

    recordCount blues....

    hi! the problem is as under.. s="select * from emp" rs=new adodb.recordset rs.open s,Conn, adOpenForwardOnly, adLockReadOnly If rs.BOF = False Or rs.EOF = False Then For k = 1 To rs.RecordCount foo foo next k issue: tho the query returns 1 or more than 1 records...
  10. BlueByte

    grouping problem...

    hi all! am enhancing a vb6/ms access/crystal report application used for voting(mdb resides on one machine). the app runs on 2 networked machines. the data entry,therefore will be done in 2 simultaneous batches...A & B.i have a control_no field in the same table. Eg:For batch A, i give starting...
  11. BlueByte

    need contiguous batch entries...

    hi all! am enhancing a vb6/ms access/crystal report application used for voting(mdb resides on one machine). the app runs on 2 networked machines. the data entry,therefore will be done in 2 simultaneous batches...A & B.i have a control_no field in the same table. Eg:For batch A, i give starting...
  12. BlueByte

    how to update access tables?

    hi! i have 2 tables in access. need to update table A depending on the values in table B. any ado functionality that helps me do this?
  13. BlueByte

    Error:DllRegisterServer entry point was not found

    hi! am using inno setup. it is able to register all the dlls & ocxs except crpaig32.dll if i ignore this,when i start the application,i get an error like "Active X component can't create object" i tried removing crpaig32.dll from system32 & registering a new copy.it gives following...
  14. BlueByte

    how to do string comparison using vb6?

    hi all! i have a table 'TAB' as under: ID Name Joint1 Joint2 Joint3 Joint4 ============================================= 01 A P Q R S i have a form that inputs these values into this table. issue: whenever a new entry with the same name ('A') is about to...
  15. BlueByte

    how to deploy vb app on a win xp machine?

    hi! have made a vb app using vb 6.0,MS Access 97 on Win NT 4.0 what should i do in order to make the setup work on a windows XP machine or windows 2000 server?? pls reply... thnx, bluebyte
  16. BlueByte

    how to fix the error *Can not find database dll*?

    hi! am using MS access 97,VB6 & Crystal Reports 4.6.1.0 hav made an exe & sent it to a client site. we are facing the captioned error. referred to similar thread...but problem is persisting. can anyone give some tips on how to get n run distribution expert for my version of crystal?? haffun...

Part and Inventory Search

Back
Top