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

  1. AndreasAuer

    Netware 6 server hangs when loading support pack

    I had the same problem. REM all of Java
  2. AndreasAuer

    Error 3020 - Update or Cancelupdate...

    This code should do this: 1st: Update selected Standard-values of all records of one order except the first record, where these standards are saved. The button for setting the standards is only visible if the first record is shown. 2nd: loop through all records. if one record is loaded in the...
  3. AndreasAuer

    Error 3020 - Update or Cancelupdate...

    This is the code: Private Sub cmd_SetStandards_Click() 'set Standardvalues yesno = MsgBox("Are you sure, you want to set these standards for all positions?", vbYesNo + vbQuestion) If yesno = vbYes Then Forms!Auftrag.Fensterposition_Unterformular.edit...
  4. AndreasAuer

    Error 3020 - Update or Cancelupdate...

    Hi my problem is this: I'm using a Form with a subform to add/change records. I have a button which opens a form, where I can update some values for all records of the subform with one click. It takes the values of the 1st record and applies these values to the other records using...
  5. AndreasAuer

    Problem with Oracle Indexes

    Hi I use somw views to calculate a "Status" over some Tables. The explain plan shows one Full Table scan and I tried to make Indexes but I didn't find the correct index. Does anyone know an easy manual on how to make indexes? Andreas p.s.: here's the view CREATE OR REPLACE VIEW...
  6. AndreasAuer

    Positioning Form relative to another

    Hi I have a little Acces-DB to add Customers. I have to Forms which communicate. Now I want to "link" the smaller one to the bigger one: If I move the bigger, the smaller sould also move (like the forms of Winamp). Does anyone has an idea? I do not find any x/y Coordinates and...
  7. AndreasAuer

    Connecting Recordset to MSFlexgrid

    I just want to connect the Flexgrid to the Recordset because of timeouts I get, when I use a Data-Control. The Flexgrid just has to show the DB-Info
  8. AndreasAuer

    Connecting Recordset to MSFlexgrid

    Hi how can I connect a Recordset as Datasource to a MSFlexgrid? hope anyone could help AndreasAuer
  9. AndreasAuer

    Getting Userinfo

    Hi I want to get the Real Username of a Domainuser. I know, how to get the Loginname, but I need the real one. How can I do this?? I hope somebody can help me greetz Andreas
  10. AndreasAuer

    Using bind variables to temporarily store data

    Hi my problem is the following: I have to create a report with Centura Report Builder which is very long. To be able to store the Statements (cause its longe than 2000 chars), I want to store Information in a variable like select column1, column2 into var1,var2 from table. how can I do this??
  11. AndreasAuer

    Generating eMail with Access

    Big Thx!! at visualbasicforum.com i found a working code example Andreas Auer
  12. AndreasAuer

    Generating eMail with Access

    Hi my problem is, that I have to send a daily automatic email out of an access databse. This Database generates a text-file which has to be sent every weekday. I tried to make a mailto-hyperlink, but how can I add the attachment and send it? Is there a way to do this? Please help
  13. AndreasAuer

    Problem with paste

    It happens with LT98 on WinNt 4
  14. AndreasAuer

    Problem with paste

    My problem is that if i copy something in Autocad and paste it into another open Autocad drawing, its pasting some other things too, which i pasted some time before into this drawing. it seems that autocad has an own clipboard for each drawing. where's the mistake?
  15. AndreasAuer

    Which is the best

    I'm using both, Draw and Illustrator cause I need both. I don't know, if it is Corels inability to export files correctly or it is Flash's inability to import, but I have to save Corel10 files as Corel 8, open it with Illustrator and export them wo .wmf or any other vector format. If I export it...
  16. AndreasAuer

    Copy Oracle instance

    My problem with imp/exp is, that the "SYS" objects are not exported and the import of the users don't work correctly. I hav 2 users with tables. 1 user work without errors the other one is imported but his tables are not. Also the grants don't work correctly. Isn't it possible to...
  17. AndreasAuer

    Copy Oracle instance

    I have an Oracle 8.0.5 Server running on Windows NT 4 and I need to make a full copy of an instance to make a new one. How can I do this? With exp80 and imp80 it didn't work correctly. Please help!!
  18. AndreasAuer

    Getting current Username

    Is it possible to get the current loginname with SQL? Its not important, if its the Windows-Loginname or the loginname of Oracle. It would be nice if it would be possible.
  19. AndreasAuer

    Input

    I pasted your complete example into sqlworksheet and got these results (at end of post). Are you sure, that this work? I didn't find "ACCEPT" in the reserved words-list of the Oracle HTML-Manual. Maybe it don't work in my version 8.0.5 or not on NT 4.0? SQLWKS> set serveroutput on...
  20. AndreasAuer

    Input

    Could you please write a full example, I tried it, but it didn't work

Part and Inventory Search

Back
Top