derek wrote:

Perhaps do it something like this then.
The bigger question is if you have multiple same strings, then how do you know which one you should be choosing?
Derek.

Thanks derek! I hope that MVD will have an update soon that includes native implementation of searchable EditBox like the ComboBox. Thanks!

The script works when the searched string is unique but I'm having a problem when I have multiple same strings. The search does not work when it has more than 1 entry in the database.
Thanks!

derek wrote:

Hi
Maybe try something like this (see attached).
Derek.

Thank you derek!

Hi! I want my TextBox not ComboBox to use autocomplete or atleast searchable based on it's TableName and FieldName.
Thanks!

5

(1 replies, posted in General)

I have two combo box. The first is the parent and the second is the child.
I want the child to be able to show all the items if the selected parent item is the first empty item since FirstEmptyItem = true

Thanks!

6

(7 replies, posted in Reports)

Oww.. got it working though. Haha my bad. Thanks again Dmitry!

More power!

7

(7 replies, posted in Reports)

DriveSoft wrote:

You should create an event OnAfterData for the memo

example:

procedure Memo12OnAfterData(Sender: TfrxComponent);
var
       i: integer;
       s: string;                              
begin
       s := Memo12.Text;
       s := ReplaceStr(s, #13#10, '');                                                                     
       if ValidInt(s) then
       begin
           i:= StrToInt(s);
           if (i=1) or (i=21) or (i=31) then Memo12.Text := s + 'st'
           else if (i=2) or (i=22) then Memo12.Text := s + 'nd'
           else if (i=3) or (i=23) then Memo12.Text := s + 'rd'
           else if ((i>=4) and (i<=20)) or ((i>=24) and (i<=30)) then Memo12.Text := s + 'th';                                                                              
       end;
end;

Thank you. I think I can't use this since I'm just pulling day of the date using [Now] (Pulled from expression editor of Fast Report Designer)

8

(7 replies, posted in Reports)

domebil wrote:

but in a report?

Yes. On FastReport.

9

(7 replies, posted in Reports)

Anyone? hmm Pleasee sad

10

(7 replies, posted in Reports)

I'm using [Now #dd] to reflect current day in number.
I want to add an ordinal suffix to it like 1st, 2nd, 3rd to 31st of the month.

How should I do it? Thanks!

Bulk input attendance system on grid table with add date feature

1. Names are from a table
2. Can add more dates
3. Grid table content can be edited directly(Present/Absent)
4. Can be saved. Ofcourse.

Thanks big_smile

12

(3 replies, posted in Reports)

Wowwwww! You're amazing! Thank you very much!

13

(3 replies, posted in Reports)

Anyone? sad

14

(3 replies, posted in Reports)

Hi! I'm having another problem.
I really need your help guys. sad
The order of the queuing number will be based on the specific Inquiry type on a daily basis.
Attached is the source ^^
Ps. Thanks to sir Dmitry for helping me in my previous problem big_smile
https://image.ibb.co/nNf05H/Window.jpg

15

(5 replies, posted in Reports)

Wooahh! Thank you very much sir! Thank you!

16

(5 replies, posted in Reports)

Please sad

17

(5 replies, posted in Reports)

Actually, I am using the unregistered version of My Visual Database.
Is there any way you can help me? sad

18

(5 replies, posted in Reports)

Hi! I really need help in my current project.
I need a line chart report based on the GridTable.
Please see the image below big_smile

I also attached the source below.

Thanks! ^_^

https://image.ibb.co/fCbo7x/Help_Chart.jpg