Jump to content

Acda

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Acda

  1. Thx, it works !
  2. Hi there, I've got a little problem, but I think there's an easy solution. I'm working with a database with different addresses. I've made a layout with several records (adresses) on 1 page. However, when a new street begins I would like him to start a new page. So, for example if I can put 30 records on 1 page and the first street only has 10 records, the other should stay empty and on the second page should begin the new street. I think it has something to do with layout parts, but just can't find it. Thx in advance
  3. Thx for the answer Ray, problem however is that the data is coming from an antenna. The antenna scans a chip and puts the data from the chip in the field. When I set the field to text, he also puts an enter in the field. And when I export the data, I get a little square (the enter) behind the 10 digits. Maybe I should find a way to delete the enter ? Is it possible to delete it automatticaly ? Thx in advance, greetz.
  4. Hi there, I have a numeric field in my dbase, that contains hexadecimal numbers. I have to insert new numbers but they have to be 10 digits long. If not I have to get a warning. I cant use the option- range because it's hexadecimal. I've tried Length(NumtoText(Field)) = 10 but that didn't work either. (Because when your field is text, you can set the length) I hope there's some one who cann help me, Thx in advance, greetz.
  5. Thx, It worked. Now I just have to change my forms a little and we're there. Thx
  6. Hi, Maybe some more information to explain problem. I have a dbase with addresses. Every address has a layout nr (1, 2 or 3). Every layout nr corresponds with a different A4 lettre. I also have an empty column that has to contain data (sorry, not date). On my mouseport i have a scanner. The goal is that I can go to my tableview and go to an address. I have some keychains(chips) that contain a number (data). When I put the chip on the scanner, he reads the data an enters (i can see that in excel). What i want the script to do is automaticcaly select and print the correct layout and go to the next address. The problem is I know nothing about scripts in filemaker (usually work on pc and access). Don't know how loop works etc. My script would be If ["layout = 1"] Go to layout ["layout_lettre1"] Print [] end if If ["layout = 2"] .... Thats about everything i got so far. If you could give me some more advice, that would be very kind. Thx in advance.
  7. Hi there, Don't know if you can help me but i'm trying to make a script. I have a dbase with addresses and 3 different layouts. On my keyboard-port i have a chipscanner. After i scan a chip, i want to save the date(9 numbers), and then print one of the layouts (depending on data in dbase). And if it's possible with only one confirmation max to print the active record. Then program should go to the next record. Scan new chip and print layout. Don't know if you understand what i'm talking about but thx in advance if you can help. Siegbert
  8. Hi there, I'm using a barcode scanner from God Bm but it's connected to the mouse port. This works but I don't know about serial port. Good luck
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.