Hello,

Can anyone give me a step by step guide how to add my saved photos to my fast reports. I need the guide in step by step.

What i have done:

1. I already have the photos saved as a link. It is already viewable when I run the program,

2. but when i add it in my fast report they dont appear.

3. I did not do any code, I also did not add any calculations on my main table because I dont know how.

Am i missing something?

4. Can you give a sample project please?

Thanks anyone

2

(15 replies, posted in General)

HI jean.brezhonek,

Can you make this into english? I think i''ll need this
Thank you

3

(1 replies, posted in General)

Hi everyone,

So I need to have a Form 1 inputs and then once the inputs are saved, they should appear in Form 2 and Form 3 and so on...
So when I edit the details in Form 1, the edited details will just follow in all of my other Forms.
How to do this?

Thanks!

Anyone knows how to use Counter field? How to make it work? does it need coding?

Thanks!

5

(7 replies, posted in General)

Derek,

Thank you for the idea!

Anakin

6

(7 replies, posted in General)

Derek,

I need your help in finishing a project that I purchased from MVD website.
I wasn't finished by thier developers and I can't seem to get a response from them, Maybe they are busy?
Can you look at it. I can send it to you via email.

Thanks

Anakin

7

(5 replies, posted in FAQ)

jean.brezhonek,

thank you, will try this out!

Anakin

8

(5 replies, posted in FAQ)

Hi Drivesoft,

I tried this one above in one of my projects and it works, but after 30 days, when the user closes the 'Demo Form' the user can still use the application and the Demo Form just displays 'your trial is over'.

How to make it that after 30 days, the application cannot be opened (or users will be directed to a website) unless they type-in a license key?

Anyone?

Thanks!

Anakin

9

(5 replies, posted in General)

CDB, blackpearl8534, derek,

Thanks for your help, will check your suggestions!


Anakin

10

(5 replies, posted in General)

Hi,

I don't know where to start with your ideas. Not a programmer.
Can anyone post a sample project like this? thanks


Anakin

11

(5 replies, posted in General)

Hi,

1. I need to have a form that will make me enter my store details
2.Then the details should automatically appear on all of my forms (but not on a table grid), just texts (or best if with logo).
3. Then the details should also appear automatically on the fastreport as header.

4. Then if i change the details in the Details Form, so will the data in all the forms and fastreport too.

I'm no programmer. how to do this?

Thanks!


Anakin

Hi CDB,

Thanks for the thought!

My problem is first my 'index.html' results to error everytime i run it in my browser. it says server connection error.
I'm looking for help in a step-by-step procedure how to make my MVD application accessible online.

Anyone?


Anakin

Hello anyone,

Any thoughts on this please?

What are the Steps on How to make my MVD Application On-line?

-I have download the UniServer Zero.
-I have a hosting

Questions in my mind:

1. what are the steps up to Webgrid, mySQL?
2. after making an index.html how to upload it in my website/hosting? which folder in my file manager?
3. I need it in step by step as i am not a programmer

thanks

Hello everyone:

What are the Steps on How to make my MVD Application On-line?

-I have download the UniServer Zero.
-I have a hosting

Questions in my mind:

1. what are the steps up to Webgrid
2. after making an index.html how to upload it in my website/hosting? which folder in my file manager?
3. I need it in step by step as i am not a programmer

thanks

DriveSoft,

Thanks!

How to adjust number of days for trial, I cant seem to tweak/change it in the script in your example:
http://myvisualdatabase.com/forum/viewtopic.php?id=1434

hi,

how to make a a trial-period (ex. 30-days) for a finished mvd application when given to end-user?
thanks!

17

(22 replies, posted in General)

ehwagner,

thank you!

anakin

18

(22 replies, posted in General)

ehwagner,

Thank you. It's fine now.
Regarding this one:

about placing the Payment and Change in the tablegrid. All you have to do is define them in the Sales table, then put the definitions in the object Inspector of the Sales form. Don't forget to include them in the Save action.

i'm still figuring out how to do this. And how to make an entire row in the AllSales be colored red or green once a payment for it has been made (so as to differentiate between paid and not paid items)?

thanks!

19

(22 replies, posted in General)

Hi Derek and ehwagner,

here's the dropbox link to file
https://www.dropbox.com/s/u68fwypt77hk0 … it.7z?dl=0


in addition, in the NewSale and AllSale Forms how to record also the Payment and Change inputs and make it appear in the TableGrid of AllSale for recording purposes.

thanks


Anakin

20

(22 replies, posted in General)

Hi Derek & ehwagner,

I'm lost guys which to look.
I need to add two columns in my AllSales Form: Classification and Variant.
but I cant seem to make data appear on the All Sales Form.
also, in my NewSale form, how to make classfication and variant input appear/copy automatically in the box when I add ProductName (just like its price)
thanks!

https://drive.google.com/open?id=1T-_Ho … lYopsQAAy2

Anakin

21

(22 replies, posted in General)

Hi Derek & ehwagner,

I heeded your advise to check whether my project has good database design. And I found out that what was lacking was to make my other tables (classifiction and variants) linked (relationship) to my sales table. That did the trick.

I learned today that the more simple the database structure is, the better. Simplicity is key to good database?

Thanks for your tips guys. I will study this stuffs and catch up with you. Please send me more links to study.

Thanks to you both!

Anakin

22

(22 replies, posted in General)

ehwagner,

Thanks!

Incidentally, this website that you you gave:  http://www.delphibasics.co.uk/  I just came across this one recently and i'm trying out the tutorials. Thanks for all the tips!

1. I'm trying now, on my All Sales Form, how to make all paid items into color blue. and the unpaid still black. Any idea how to start it?
2. Also, i'm having two lines per Sale Item in my All Sales Form whenever I add a NewSale. I dont know what happened but I just added a Classification and Variant column in it. Any Idea where i could have gone wrong in this?

23

(22 replies, posted in General)

ehwagner,

ah great! that did it. thank you so much!

how come you're so good at this one?
any tips for me to learn this programming language? any reading material? links?
I'm a very beginner. thanks!

anakin

24

(22 replies, posted in General)

ehwagner,

this is already ok. however, i still get an error with regards to my inventory form.
The error says that my product name is not a 'valid integer'. I think this is the code that is causing it.
can you check on this? so that =< zero will turn red and yet will still accept Name of Product.

procedure Inventory_TableGrid1_OnChange (Sender: TObject);
// If Product Units qty is zero or below then change color in the appropriate tablegrid cell to red and bold it
var
  i: Integer;
begin
    For i := 0 to Inventory.TableGrid1.RowCount - 1 do
      Begin
         If StrToInt(Inventory.TableGrid1.Cells[1,i]) < 1 then
           Begin
              Inventory.TableGrid1.Cell[1,i].TextColor := clRed;
              Inventory.TableGrid1.Cell[1,i].FontStyle := fsBold;
           End;
thanks

      End;
end;

25

(22 replies, posted in General)

ehwagner,

one last thing:

In addition to all of the stuffs in my Inventory Form, I wanted to add three more items on it:
1. Capital (my purchase price of my products before selling)
2. Total Capital = Units * Capital
3. Projected Profit =  Price - Capital

I seem to get lost and get errors when i add it on my Product table.
a.Capital is currency
b.Total Capital is calculated field (capital * units)
c. ProjectedProfit is calculated field (price-capital)

I get errors. Can you help me set this up? Thanks

anakin