Project settings:
Frame size- 720x576 (5:4)
Square pixel 1.0
25 fps
48000 Hz stereo
and the settings for the 3 parts:
Image size: 640x480
Frame rate: 30
Pixel Aspect Ratio:1
and I want to save the whole movie with this settings:
640x480
25 fps
I created a 3 parts movie in 3DS Max and exported them as *.mov files.In Premiere Pro I wanted to put them together and add some music for a presentation.
The problem is that the movie exported by Premiere looks awfull (blurry) - I tried all the formats, none is so goodlooking like those from...
In a table column I have in 1..n records each amount per product.How can I add those amounts so in a chart to display only the total amount?
Do I have to build another table with a column in which to put these total amount and from here to build the chart?
Works fine.I'm ashamed, but I have another question:
The message box have 2 buttons: Yes + No
What kind of code do I give to each button to perform what they display:
Yes - then go on (I agree with those 5 objects)
No - then stop and return to form to select another number from the spinner
MESSAGEBOX("You choose ?thisform.spinner1.value? objects", 4+48, "ATTENTION")
What I must place instead of ? to obtain the number selected from spinner?
What approach do I have to do for a chart.I have a table(called tblSell):
CurrentDate Amount
01.03.2003 100
01.03.2003 40
I need a chart something like:
0y: Amount (total in a month)
0x: Date (in characters: jan,feb...)
1.As you can see, the Date is numeric, I need character...
I have a table with 2 columns:
CurrentDate Amount
01.03.2003 30
01.03.2003 100
....
How can I use the CurrentDate in a chart since the type of this field is Date and in a chart I can put only Numeric?
I have a table with 2 columns:
Date Amount
01.03.2003 30
01.03.2003 100
....
01 from Date isn't the first day of March, this number is put there by code, because I only need the month & the year (only the monthly sell).
Q: How can I use those 2 columns in a chart,on the...
Hurray, problem solved.I insert the photos manually (the entire database will have about 50 records) using:
select mytable
go2... and it works.Thank you, you're the 5 stars MAN, finally I can go further.
By the way, is there a way to have the image control in 3D?
I want the photo to be raised...
Isn't a simple way to add pictures to each record?
I add a photo to the first record (thanks to your code).Maybe you give me a way to add another photo to the second record, the third.. from the Command Window
Understand.
But in my database I have 10 records (a record means ProductName, price, wheight,etc).When I click on Next button, another product with his characteristic appeared on the form, and so on.I need the pictures of all the products from the database (in Access they have a sample database...
Halleluiah, it works.I put the photo into the memo field and bring it directly to image control (your code I wrote directly into the form's Refresh event).
But, because I wrote the code (to put the photo in the memo) in the Command Window, this photo was place at the bottom of the records.I...
OK!
I adapted the command line to my database:
Append Memo Photo From <File> Overwrite
I have a table with 8 columns:
ID ProductName Weight Dimensions Price Photo Producer Tel
1 Something 0,8 120x350 100$ memo John Doe 12
As you can see, I have records in every field of the...
Why this code didn't work? (I take it from a site):
Many developers choose General fields because they don't want to have the files separate from the table. The user shouldn't be able to break the application by accidentally deleting the image files.
In this situation, use a binary memo field...
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.