Search results

  1. B

    What should I do with the Hebrew problems I have?

    I can't show Hebrew string on form and I don't want to change the region language, beause the users will not be all from the same region I rather do it from VBA but I don't know how. Here is a saving record click event that has a msgbox with Hebrew saying that Saves succesfully Private Sub...
  2. B

    I get blank form with VBA Why?

    I'm doing a really simple task and have no idea why I get blank form when I try to open it from another form. Here is the form when I open it not from another form: The record source of this form is: SELECT tblChidush.ChidushId, tblChidush.LoaziDate, tblChidush.HebDate, tblChidush.PasukId...
  3. B

    I type Hebrew letters in vba and get gibeerish on form label

    Hi everyone. I type Hebrew letters in vba and get gibeerish on form label. Here is the vba code: 'Show results on labaels Me.lblKoteret1.Caption = "יש" Me.lblKamutChidushim.Caption = SoferReshumot Me.lblKoteret2.Caption = "חידושים לפסוק " & Me.cmbPasuk and this is what I get on...
  4. B

    I can't select value from a combobox why?

    I have a form (Hebrew) with few comboboxes all of them working good except one that not letting me selecting a value and I can't understand the problem Here are 2 screen shuts the first one is where I want to select and the second one is after I selected 1. 2. It give me just the first one...
  5. B

    How to deploy my Ms Access the right way?

    Hi After I finished my project that has 2 files (splitted) .... how do I deploy it to customers with no chance to make chenges and to be able to install it in any computer (even if they don't have Access ... runtime)?
  6. B

    Reading an Hebrew text file cause gibberish when saving to table

    Hi everyone Reading an Hebrew text file cause gibberish when saving to table. I attached screen shot and the vba code ==> Public Function KraPirsomotMeKovetzMekomi() Dim objFSO As Object Dim objTextStream As Object Dim strTextLine As String Dim strInputFileName As String 'On Error GoTo...
  7. B

    Hello from Israel

    Hi My name is Ami from Israel. Happy to join the forum. I'm a vb.net programmer and Ms Access too. Good to be here
Top Bottom