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

    ArrayStoreException

    Hi All, I have this code that generates an error String[] AdminCustomers = (String[]) mCustomerList.toArray(new String[0]); mCustomerList is a Vector populated by items from a Long[] array.. How can I correct this? I need to return a String[] Thanks!
  2. jaydy

    no gateway address

    Hi all, I need help. I already browsed through the forums and found people with similar problems.. and although i've tried everything (winsock fix, restarting the dsl router, etc.) except reinstall my OS, i still can't make it work. I am running on XP and I have a DSL connection. can somebody...
  3. jaydy

    Javascript in <Style>

    hi, i need help with this, i'm just changing the width of the menu if the resolution is lower.. I was wondering if this would work, or is there another way without using different style sheets because this is the only style i'm putting in... Thanks! <SYTLE> <SCRIPT language="JavaScript"> <!--...
  4. jaydy

    Adding code to an existing sub procedure using another sub procedure

    Hi, is there any way where i can add a specific code to an existing procedure? what i want do is, after i add an item to my combobox (thereby adding that item to the table that combobox is bound to), i want to also add this "new data" to an existing sub procedure that uses the said table. how...
  5. jaydy

    deleting parts of a string contained in a value of a field

    hi! i made one field in my table, wherein the data entry form could take in more than one value at one time and the code would just simply append or concatenate to the content of the field. since i just concatenated, is there anyway for me to reverse this? meaning if i wanted to erase that...
  6. jaydy

    IsVisible Property

    hi guys, is there anything wrong with this simple line of code: If Me!ArtistID.IsVisible Then rs!ArtistID = Me!ArtistID Else... bla bla I just want to check if this control named ArtistID is visible and use that as a condition in my if-else statement. but i keep on getting this run-time...
  7. jaydy

    multiple selection checkbox control

    does anyone here know how to create a checkbox that's inside a listbox (so that i can have a fixed length and width and just scroll the listbox down for more checkbox options)...where i could check multiple items? another question, i actually tried out the code used in the northwind sample...
  8. jaydy

    updating table and requerying

    hi guys, i have this crazy problem about automatically updating my table and my listbox. i have this form, which contains textboxes that are all bound to fields of a table. on this form i have a listbox control. the listbox is bound to that same table also. what i want to happen is, after...
  9. jaydy

    Set Page Size & Set Height

    Hi, I was wondering how do you set a page size not in the usual selection? my report is 8.5 by 7.25. its an invoice. Also I have another question, if anyone has seen the nwind sample invoice. It has a group header with the invoice number, and then it lists the details for the items ordered...
  10. jaydy

    Undoing Changes in Subform

    Hi, I'm currently doing an invoice database. So I have one subform in my invoice form that basically lists all the orders. Each row has the fiels product, quantity and the total amount. My problem here is, I've created a code that after you update the quantity, it automatically deducts from the...
  11. jaydy

    RecordsetClone and Bookmark Problem

    Hi can anyone help me with this? It doesn't return anything. The currentpatient is a global integer variable. The PatientID field is also a number. I don't understand why this doesn't show the currentpatient's record. Can anybody help, please? Private Sub Form_Load() Dim rs As...
  12. jaydy

    Increase form security

    does anyone have any ideas how to increase security in my forms? (not allowing unauthorized users to access the database window as well as edit the form's design) without using the user and group permission options? i do have a login page that checks the status of the user whether they are an...
  13. jaydy

    Global Variables

    I am running an access program on two computers but only one of these computers have access in it, the other computer accesses the database through network sharing of files. i am also using global variables to track logging between users. I inserted a globalvariable currentuser in the module...
  14. jaydy

    How to customize buttons in ms access?

    How do i change color or button style in my forms?

Part and Inventory Search

Back
Top