Search results for query: *

  • Users: bilro
  • Content: Threads
  • Order by date
  1. bilro

    Huge References problem

    I use crystal reports to show the information in my application. no problem with that... but one of the end-users don't have crystal report installed so he can't see the reports. i know some programs don't need the crystall reports to be installed to see the reports. wich references...
  2. bilro

    problem in insert instruction

    i have a table in MS Access 'users' that table have these fields: id (auto-increment) login (text) password (text) type (number) when i try to insert a new row into the table : Dim sql As String sql = "INSERT INTO users (login,password,type) VALUES ('" + Me.txt_name.Text + "','" +...
  3. bilro

    Menu bar

    i want to build a menu bar that could be able to adapt to the language defined by the user, :eek: , have 2 diferent languages so the user can choose between them: EN :->...File........Edit......(...)...Help :confused: SP:_> ...Archivo...Editar...(...)...Ayuda :confused: (...) the error...
Back
Top