Search results

  1. jose.lopes

    Report Error

    Hi i 'm wearing the report nodata event to cancel the report load when i have no data. I´m using the code below, Howhever after display the msgbox it gives a error msg (image). Some help please Private Sub Report_NoData(Cancel As Integer) MsgBox "XXXXXXXXXXXXXXXX", vbInformation + vbOKOnly...
  2. jose.lopes

    Resample images

    hi i'm building an app with Ms access over oracle. in some tables i need to upload a image to a blob there are some way to generate a thumbnail from the original image, using vb? thanks
  3. jose.lopes

    Display a message with mouse hover

    hi using javascript we can make a tipscreen... like the image above. i would like to know if there are some way, for create a box that shows some elements in a form, according the control under the mouse. something like the ControlTipText, but bigger...and personalized. thanks
  4. jose.lopes

    ListView back color accordance with criteria

    hi it's possible give diferent colours to each row of the listview, according to a select expression? thenk you
Back
Top Bottom