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...
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 !!!!
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 !!!!
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...
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...
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...
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...
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...
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 =...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.