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?
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...
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...
From an example I use:
Append Memo Picture From G:\Album\canada1.jpg Overwrite
to put a picture into a binary memo field.I have 10 records in the table, the column memo name is Picture.In those 10 records appear MEMO into the cells below title PICTURE.
When I put this command line (to see if it...
In designer mode for click command, the first line is:
_date = CTOD(STR(1)+MONTH(DATE())+YEAR(DATE()))
When I select this line, right-click and Execute Selection, I receive the message:
Operator/operand type mismatch
???Thanks
What code I must assign to a command button to add a new record into a "DATE" column, date give by the computer clock (I need only the month & year)
Thank you for the answer.Now another question:
I need a chart of the sales made in every month of the year.Which is the code for a command button for saving the item name, price and the date (date given by the computer, the same with that from tray icon)of a sale made, so I can use them in that...
I have a table with products, prices and I want to assign a photo to each product from this table.I saw an answer where someone give the idea to use memo instead of general.The photo bring from general is a tiny one, so I tried the memo type. What kind of control do I have to use to see this...
In the rows column of my table I have the numbers of some products.
In a sell form I have a textbox who shows step by step one of those numbers.From the spinner I select a number from 1 to 9.
What I want to do is to decrease one of those numbers with the number selected from the spinner...
I use a spinner control to select numbers from 1 to 9.
Please tell me how can I "call" a value from this spinner to use it into a math formula.
Thanks
I have a database with products.On the sell form i can pick one product(whose name appear in a textbox and his quantity in another textbox).I need a control to operate on that quantity (let's say i sell 5 pieces).You gave me the idea to use a spinner button from whom i can select(let's say from...
I use the Add and Delete buttons from VFP7 Wizard classes. So, through my form in can add records, but there is a problem to delete them, because the record i want to delete doesn't appeared in the form, but it still be present in the table.Please tell me how can i delete from table too.
Thanks
I have a form with a product name view in a textbox and product pieces view in another textbox.I need a combobox with a column with numbers from 1 to 9, so when i select 5 for example, automatically the pieces of that product to decrease by 5(changes to be made in the table).Also, if i select a...
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.