TroRon
TroRon
About
- Username
- TroRon
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Hi I'm sorry, you've got right. it's not select * from ....., it must be select distinct * from .......... Thank you so much.
-
Hmm, for Me it looks like FastReports ignore the second Part of the SQL Statement. I've tried to Hardcode the Statements in my Application: select * from db_hamapict was correct executed select * from db_hamapict where fld_ablagetyp = 4 was c…
-
Not realy, the Result is the same. When I test the SQL Statement directly in Access with % the Result is 0 Records. When I test this SQL Statement direct in Access: select * from db_hamapict where fld_ablagetyp = 4 and fld_stichworte like '*…
-
Hi Sorry, no, that doesn't work. The same Problem, return Records 0. Strange !?
-
Perfect, Thank you very much
-
Hmmm, one new Problem [img]style_emoticons/<#EMO_DIR#>/dry.gif" style="vertical-align:middle" emoid="<_<" border="0" alt="dry.gif" /> If the Format of the Picture is Portrait the Image was not correct displayed because the Definitio…
-
Hi Works perfect, thank you
-
AlexTZ wrote: » Hello, If you don't need full-size images, you may use thumbnails. To do this, clear the ImageLocation property of the Picture object and create the BeforePrint event handler: private void Picture1_BeforePrint(object sender, E…