1
Answer

Printing invoices from VFP database.

Shani

Shani

16y
3.9k
1
    Hello All,

I am new to database development. I am working on a pre-existing database application in VFP generates invoices for various templates and then print them. Once you click on the issue button, invoices get generated for the specified templates and then they are automatically printed out. What is happening is that when you issue the invoices...process gets slow and it takes time for the invoices to get printed out. I was thinking of creating another service that only prints the invoices. What should happen is that when i issue the invoices, they should automatically send to another application which just print these invoices. So, i can perform another job in the pre-existing VFP application instead of waiting for the whole process to complete. It slows down the performance.

What is the best and most efficient way of doing that? I really need help on this one since I am very new to programming. The sort of service i need...it should be like when i start the database application..the service runs in the background without slowing down the database and all it does print the jobs that are automatically send to it once the invoices are issued...

Waiting eagerly for your response..

Thanks  in advance
Answers (1)
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 15y
its not recommended to change size in % it may not work on every controls becuase Asp.net standard control only can have width in pixels :)

you can manage the size and Look and Feel of controls by

CSS+ Skin File feature to control all page Style manage From one place   .


if my answer helps you please check "Do you like this answer" :)


0
Anand Uchagawkar

Anand Uchagawkar

NA 2 0 15y
Hey dude,

there is no an easy way so that u can just change the width of all controls to % you will have to manually go on each form & adjust the pixel value according to the corresponding % value. Also just ctrl + h won't help
0
Dipa Ahuja

Dipa Ahuja

NA 4.1k 612.6k 15y
hi..

i also use % in my website first.. then i changed to pixel

bt according to me the pixel setting is better and more flexible than %


0
Pankaj Singh

Pankaj Singh

NA 69 0 15y

Hi,

Have you tried it? Do you know waht is the mean of it?

All the controls will spread out.

Pankaj
0
Gaurish Kumar

Gaurish Kumar

NA 912 0 15y
Hi

U can use find and replace.

press ctrl + h

and replace px to %

it will replace all.