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

    Getting HDD partitions for multiple HDD in system

    I have a problem with linking the partition to the HDD that it belongs. So if I have 2 HDD I get a lot of "letters" and I would like to know how to retrieve them by HDD. It must work in Win98 .... I need it to be sure I get the correct HDD serial number that I want to use as key for...
  2. dafi

    Query that runs in Access but is not working in VB

    the query looks like this: SELECT calls_listing.dialnumber FROM calls_listing WHERE (Len(Trim(calls_listing!dialnumber)) In (10,11)) And ((calls_listing!dialnumber) Like ('072*')); in Access where i wrote the query it executes fine. in VB where i have to use it returns no rows !!!!
  3. dafi

    Access query works fine unless is executed from VB application

    the query looks like this: SELECT calls_listing.dialnumber FROM calls_listing WHERE (Len(Trim(calls_listing!dialnumber)) In (10,11)) And ((calls_listing!dialnumber) Like ('072*')); in Access where i wrote the query it executes fine. in VB where i have to use it returns no rows !!!!
  4. dafi

    SMDR record format needed for kx TD,TA 1232,616,816 etc

    My employer asked me to make an application that reads the SMDR logs from multiple Panasonic Systems (not all at the same time:) ) The problem is that i have only an old model EASA 616 that I was able to read and parse without problems. So I surfed the web and finally i found the installation...
  5. dafi

    Getting the new height of a textbox in CR(8) needed

    I have a section in my report that needs to have at least 12 lines(graphically) drawn. if the text that I superpose on the lines exceeds 12 lines I have to increase the number of drawn lines to create the "look". Ex: test test test ... .... ... test...
  6. dafi

    BERMUDA TRIANGLE IN MY REPORT - Executing 3 times a Format Section Sub

    Can anyone explain me why a sub that formats a section in the detail part is running three times per recorset or per row, i'm confused ? ? I needeed to do something like sub format_blahblah if field_in_db_mapped_on_a_field_inreport.Value = true other_field_in_report.SetText "ok it's...
  7. dafi

    This field name is not known ????

    Hi, I have a problem CR keep saying me This field name is not known I use a query that can return null fields ... datcmd1.CommandText = "SELECT Meci_Program.ID, Meci_Program.ID_Meci, Meci_Program.ID_Etapa, Meci_Program.Pozitie_in_etapa, Meci_Program.Jucat, Meci_Program.Data_Meci...
  8. dafi

    HELP :) Counting group records for changing color of sections properly

    I have 2 sections with 2 different background colors (actually I drew 2 boxes with different colors) so it like the same thing ...) I grouped the information and now the problem is: there are odd number of records for each group and my "formula" for surpressing the section that I don't...
  9. dafi

    CreateObject("MSComDlg.CommonDialog") problem

    I have a strange problem: here is a little code: set dialogul = Server.CreateObject("MSComDlg.CommonDialog") dialogul.Dialogtitle = "Atasare fisier" dialogul.filter = "Toate (*.*)|*.*|Excel (*.xls)|*.xls|Word (*.doc)|*.doc|Text (*.txt)|*.txt" dialogul.filterindex =...
  10. dafi

    working with Reports

    I want to know if there is any way to create iinteractive-reports without using an existing report. What I mean: I have multiple tables into an .mdb with are corelated. I want to let the user to create his own reports depending on what he needs. The .mdb contains a structure that hold an...
  11. dafi

    How can I insert a image into a CRichEditCrl ?

    I want to make a Chat interface and I want to insert some "faces" into a Richedit control. I found some code that loads the bitmap from a file something like smiley.bmp. I also know how to save a resource bitmap to a file. BUT, I want an easier way to load a bitmap into a richedit...

Part and Inventory Search

Back
Top