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 Chriss Miller 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: Bri123456
  • Content: Threads
  • Order by date
  1. Bri123456

    Full text search ignore words

    Hey, We have a requirement for a search but the phrase exists in all emails For example We want to search for "test", but every email has "test" in the signature. The pattern in the signature is something like test t. 555.555.5555 so I want to ignore test @newline t. (or remove spaces and...
  2. Bri123456

    I need to find the most occurances

    Hi I have a field and this field contains numbers. I want to find the number in these fields the occurs the most, row1 12 row2 100 row3 12 I want to write a query to get the result of 12. Any help with this will be graetly appreciated
  3. Bri123456

    Opensheet with parms in a Citrix environment

    Hi I am trying to open a window on the click event of a button on another window. This is all contained in an mdi app. I have a OpenSheetWithParm to open the seecond window it works fine in the exe version but once i bring it into the citrix environment it crapsout just as the second window...
  4. Bri123456

    not allowing user to edit data

    Hi I want the option for the user to enter data but not edit the data displayed in my datawindow. Is there a property that I can use (something lik in access for a form form.allowedits()) thanks for any help with this
  5. Bri123456

    OLE displaying a picture

    Hi I am trying to display a picture in my OLE Custom Control. I can't see to find out how to load the picture. I need to do this in code, any help will be greatly appreciated
  6. Bri123456

    determining browser text size

    Hi I am trying to determine the text size (i.e. small, large, or largest) set on the user's browser. Is there a way to do this? Thanks for any help
  7. Bri123456

    I am stuck...Submit help please

    Hi everyone, I am trying to pass a valu when a user clicks the button on my form. Is there any option on a button that I can set so i can retrieve a value besides "value".
  8. Bri123456

    size of an image

    Hi I've been looking everywhere but I cannot find out how to get the dimensions of an image. Is there some script that I can write to return the width and height of an image. (i.e. w = pic.width; h = pic.height;) thanks for any help with this.
  9. Bri123456

    inserting a few lines in middle of pdf page

    Hi, I have a pdf page and I need to insert a seperate pdf doc in tke middle of the pdf page. I know I can insert page but I can't find anything to tell me how to insert this small bit of text in the middle of a page. Any help asap would be greatly appreciated
  10. Bri123456

    SQL query help

    Hi, I have 3 tables involed in my query. Table1 Table2 Table 3 fk_1 m ---------- 1 pk_2 pk_3 field m --------- 1 field filed is niether the foriegn key nor the primary key but each one is distinct I want information from all...
  11. Bri123456

    trying to get the User name, user's last name and user's first name

    Hi, I'm trying to get the userid, last name, and first name of the user who is logged into the oracle system, can someone help me with this. thanks
  12. Bri123456

    TreeView help please

    Hi, I have a tree view and I want to find the label of the parent that I select. For instance, I want to select a child Item in tv_tree and once this is selected I need to find out what The parent of this item is. The children are created dynamically, so it is not hard coded. Any help will be...
  13. Bri123456

    Need SQL Help please

    Hi, I have 2 tables both have a field that is Number(11) and I am trying to devise a list of rows in table 2 that do not have a matching field in table 1. Table 1 Table 2 Field_x field_y I need all field_y's that do not appear in field_x if field_x has 3 values 221,223,222 and...
  14. Bri123456

    module not showing up in mde file

    Hi, I have a module that runs at the beginning of my application. I can run it whe I'm logged in as administrator and in the mdb file but when i convert it to an mde file an error message appears sying that the module cannot be found. This module is called from a macro. Any help would be...
  15. Bri123456

    module not showing up

    Hi, I have a module that runs at the beginning of my application. I can run it whe I'm logged in as administrator but when a user logs in an error message appears sying that the module cannot be found. This module is called from a macro. Any help would be appreciated
  16. Bri123456

    sql help

    Hi everyone i have a table (say tableA) that has employee id in it which references an employee table(TableE). And in tableA i have 3 fields that also contain employee id's from tableE that are involved with this subject, what I need is to print out the names of all of the employees i.e...
  17. Bri123456

    Dynamic forms

    Hi I'm trying to create a form from a table in code. the table will be changing every few months and i want to create a control for this filed on the form. any ideas
  18. Bri123456

    Dynamic forms

    Hi I'm trying to create a for through vba code. the table i want thi form based on is going to change everycouple of months and i need a way to get the names of each field and crete a contriol for it on the form? Any ideas
  19. Bri123456

    Recordsets and variables

    Hi, I am trying to use a variable that contains a field name to access the field in a table i.e rst is a record set and the variable fld_name holds the name of the field that i want to access I tried rst!fld_name but Access thinks that fld_name is the name of the field it doesn't take what's...
  20. Bri123456

    ASP need some help talking to the db

    Hi everyone, just wanted to ask a simple question on asp. I'm trying to display a list of values in a drop down box on my web page. this list is taken from a table in my database (let's call it dbtest) I have the PWS setup with the names that I have chosen. I can't get the list populated...

Part and Inventory Search

Back
Top