Search results

  1. jose.lopes

    Report Error

    the report works under a query. and when it open it avaliate if there're data, case else he undestand's that the report was cancelled i think there are not special requirements to use the event Bv Help NoData Event See AlsoApplies ToExampleSpecificsThe NoData event occurs after Microsoft...
  2. jose.lopes

    Report Error

    yap i agree... and when i'm working only with vba, recordsets, ans sql instructions...it's easyer. But this apllication is a School Work and is not suposed that the student know all that. i'm trying to simplify!!! yes, it's open from a form
  3. jose.lopes

    Report Error

    runtime error "2501" the action 'openreport' was cancelled i think is a system msg... is there any way to stop it thanks
  4. 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...
  5. jose.lopes

    Resample images

    imagemagik i have found a toll for the effect. it's o simple like install an litle free program called imagemagik and use the dll tha he provides. we call the functions from vb! who needs contact me tnaks
  6. 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
  7. jose.lopes

    Display a message with mouse hover

    YAp... there is something like this that i was lookinf for thanks
  8. 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
  9. 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