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

    path of database in a variable

    Hi, I have to start some reports with my VB-application. I use 2 different databases. One is on the local machine the other's on the server. One of this reports needs the connection to both databases. The path to the server-database is saved in the registry. Is it possible to start this report...
  2. mimiotoko

    Count of lines

    Hi all, how can I count the lines of a details-field. I allowed the field to grow as much as needed. But if there are too many lines it will destroy my layout. In the area-assistant I marked "new page after" with this formular: not onlastrecord and (#lfdsumme) in [10,20,30...] It...
  3. mimiotoko

    Length of area

    Hi, I created a report who has to change the page after 10,20... records. It works fine. But if the detail-fields are longer than one row, I have a problem with my layout. So is it possible to get the lenght of an area? For the moment I use: {#lfdSumme} in [10,20,30,40,50,60,70,80,90,100 ]...
  4. mimiotoko

    Next page after 10 details

    Hi, after writing 10 details my report has to change to the next page. Now I need a formula to do this in area-assistant. I can't handle it with my layout. The only way is to use a formula. It's urgent. Who has a tip? regards Rainer
  5. mimiotoko

    CR and Visual Basic 6

    Hey, my programm has to print some reports. It works fine on my laptop. If I make a setup from my program and install it on another computer I got the message that Crystal32.OCX is missing or defect. So I tried a little tool named dependancy walker to find the wrong DLL. This tool shows me the...
  6. mimiotoko

    Datafields in one row

    Hello, it is necessary in my ticket programm that about 10 datafields are placed in 1 row. It is grouped by the attribute LINE and the SEATS have to appear in the same row. Like this: Line 1 Seat 5, 6, 7, 8 ... Line 2 Seat 5, 6 Line 3 Seat 12, 13... I tried it with three formulars. First...

Part and Inventory Search

Back
Top