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...
Well i tried with % instead *, . instead ! and is still not working.
Actually on VB i use always . and not !
In fact i cannot get rid of call_listing since the where clause is part of a join-type query on 4 tables.
I suppose it can be a problem with Len and Trim functions.
Plus, there are the...
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...
well, i've noticed that it was no answer for my question so I worked a little on the background and I've finnaly reached th solution.
The solution is based on having an array containing the length of each character for (in may case) Times 12.
How to do it ?
simply make a new form, set font to...
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...
I finnaly I made it work !!!
I still don't know why it executes 3 times the sub, but I passed the problem.
And the answer is NEVER try
field_in_db_mapped_on_a_field_inreport.Value = True
BUT YOU SHOULD
field_in_db_mapped_on_a_field_inreport.Value = "True"
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...
I don't know what to say ...
I have tested the query with Access and it worked smoothly.
I copied the query and it worked ...
I executed the query in VB and it worked...
I know that is necessary only to be the fields in correct order for the CR component to run the report.
It is .... So ,
I...
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...
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.