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

    Supressing Vertical Scrollbars on listbox

    Hi - I have two listboxes next to each other and a combobox on a form. The combo box adds items to the list boxes, the value in the combobox being spilt between the 2 list boxes (i.e. The value 'John Smith - 34567' would be in the combo box, and would be spilt so that 'John Smith' goes into 1st...
  2. Bloobird

    Closing Form with CauseValidation = true

    Hi - I've just started using vb.net from vb6 - I have a form with a text box which I am not letting the user exit from unless a valid value is entered (By using the Validating event and having the CausesValidation property on all all other controls = true). However, I want the user to be able to...
  3. Bloobird

    Problem Using vbSendMail.dll

    Hi - I've got an App written in VB6 which automatically emails people when a user changes a record relating to them. A grid with the days of the week is held in a form, then clicking on one of these days bring up another form. If the details for the user change, an email is automatically sent...
  4. Bloobird

    Locking Records

    Hi - I have a form with a MSHFlexGrid, which holds a sequence of dates and other details - double clicking on a date brings up a new form, with details which can be amended for that date. The grid is not actually linked to a data source, just filled in initially from a ADODB.recordset. I want...
  5. Bloobird

    Capture size of data in Datagrid

    Hi - I have a quick maintenance form using an Adodc and Datagrid. Basically, if I update the text in a grid, if it exceeds the size of the field in ther database, I get 'Multiple -step operation generated errors. Check each status value'. Is there a way I can either limit the datagrid to allow...
  6. Bloobird

    Changing button labels using Msgbox

    Hi - I want to pop-up a msgbox, but want to use something other than standard 'Yes/No/Cancel' or 'Abort/Retry/Cancel' buttons, for example, 'Yes/Yes to All/No to All' - can this be done by changing msgbox buttons, or will I have to create a new form ? Thanks
  7. Bloobird

    Writing to Log File from Reports in 11i Applications

    Hi - I want to output text from a Report, run through the concurrent manager in 11i Applications. I can get a message to appear using srw.message, hwoever, this is prefixed by a message number (e.g. MSG-00001 - This is the text). I want only the text to appear - does anyone know how this can be...
  8. Bloobird

    Writing to Log File From Oracle Report Concurrent Request in 11i

    Hi - Does anybody know how I can output to the log file generated from a concurrent request to run an Oracle Report, from within the Report. Basically, I run the report as a request, and when certain criteria happens within the report, I want to output to the Log file. I have read that...
  9. Bloobird

    Visual Basic for Mac

    Hi - I have an application written in VB 6 and using a SQL Server database. Someone has asked me if the application can be used on an Apple Mac - doesn't anybody know if this is feasible, or impossible ? Thanks
  10. Bloobird

    11i Oracle HRMS API's

    Hi - I'm trying to load some Application Utilities Lookup data (Such as lists of Nationalities and Absence Codes) - is this possible via an API or is there another method I should be using ? Thanks Bloobird
  11. Bloobird

    Deleting files over 15 days old

    Hi - Is there any easy way of deleting files that are over 15 days old from the system ? If necessary, I can use the day the files were created as the extension - e.g. <filename>.20020520 Thanks
  12. Bloobird

    Dynamic Datacombo default to first item in list

    Hi, I have a datacombo created dynamically at run time from an ADO. I wish for the DataCombo to default to the first row in the list on entering a form - is there an easy way of doing this ? Thanks Bloo
  13. Bloobird

    Oracle Apps DBA

    Hi - I have to prepare some questions to test an Oracle Apps DBA by next week - Could anyone recommend a site that contains some example questions ? Or if anyone has some prepared and could email them to me, that would be great ... Thanks
  14. Bloobird

    Default Mail Client in Excel

    Hi - I use Lotus Notes for emailing - however, when in Excel I try to send an email, it defaults to Outlook Express - is it possible to override this, and tell it to use Notes instead ? Thanks
  15. Bloobird

    Calling an app using shell (With spaces in directory path)

    Hi - I want to use the shell command to call an application, however the path to the app had a directory with 2 words seperated by spaces, which shell does not like. Is there a way of getting around this, other than using an environment variable ? Thanks
  16. Bloobird

    Executing VB app when shutting down

    Hi - I want to be able to run a timesheet application when a user logs off or shutdown down their machine (To remind them to enter details if they forgot) - Is this possible ? Thanks
  17. Bloobird

    Launching app when logging off/shutting down

    Hi - I have a timesheet application that I want to run when a user shuts down or logs off windows (To enter their final times for the day) - any idea how I could go about doing this ? Thanks
  18. Bloobird

    Calling a .exe from within a VB program

    Hi - Probably simple this one, but I have an application .exe that I want to call from within another VB program - how do I go about doing this ? Thanks
  19. Bloobird

    Updating registry values, then applying

    Hi - I'm updating registry values via VB (For example the Desktop Wallpaper), but these changes are not actually applied until the user reboots the machine - is there a way of applying these changes without the user having to reboot ? Thanks
  20. Bloobird

    Editing Registry using VB

    Hi - What is the best way to edit a registry key using VB? Thanks Chris

Part and Inventory Search

Back
Top