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

    Undesirable blurry movie

    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...
  2. misulica

    Add amount

    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?
  3. misulica

    messagebox question

    MESSAGEBOX("You choose ?thisform.spinner1.value? objects", 4+48, "ATTENTION") What I must place instead of ? to obtain the number selected from spinner?
  4. misulica

    Building a chart

    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...
  5. misulica

    chart problem

    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?
  6. misulica

    use of chart

    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...
  7. misulica

    Why this code didn't work? (I take

    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...
  8. misulica

    picture in memo

    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...
  9. misulica

    using of a picture

    How can I put a picture into a memo field and then display it on a image control on a form.I'm using VFP 7 Thank you!
  10. misulica

    date problem not solved

    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
  11. misulica

    Assign code to a button

    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)
  12. misulica

    assign picture to memo field

    How can I put a picture into a table memo field? In the properties there's nothing about that
  13. misulica

    Using of chart

    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...
  14. misulica

    memo with picture

    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...
  15. misulica

    again the spinner

    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...
  16. misulica

    call value within 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
  17. misulica

    spinner problem

    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...
  18. misulica

    Properly use of delete button

    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
  19. misulica

    using of combobox with message alert

    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...

Part and Inventory Search

Back
Top