Dave Dai
Activity overview
Latest activity by Dave Dai
-
Dave Dai commented,
Hi Keshava, That worked perfectly. thank you so much! Regards, Dave
- View comment
- 0 votes
-
Dave Dai created a post,
double click a UDF to launch SQL report
I have a UDF which is 254 chars long. so double clicking on it, SAP would popup the "Details" window. (see screenshot below, you've probably seen it). What I want to do is, to popup a SQL report ...
- Dave Dai
- 2 followers
- 2 comments
- 0 votes
-
Dave Dai commented,
I later found that you can use a new process to do this. The code for universal function would be like follows. choose-file.exe would be a simple application that displays the choose file dialog ...
- View comment
- 0 votes
-
Dave Dai created a post,
Support ticket status becomes "resolved" as soon as I submit it
I guess this post is for people in boyum support team. This has happened twice, as soon as I've finished submitting a ticket, its status becomes resolved. Then I had to submit a new ticket (thi...
- Dave Dai
- 1 follower
- 0 comments
- 1 vote
-
Dave Dai created a post,
How to do insert with the SQL macro command?
I'm trying to create a Macro type universal function with something like this: SQL(insert into my_table values('test')) It seems the parenthesis within the SQL statement conflicts with the Macro ...
- Dave Dai
- 1 follower
- 0 comments
- 0 votes
-
Dave Dai created a post,
any way to use string interpolation in csharp code?
CSharp string interpolation syntax: string name = "Mark"; var date = DateTime.Now; // Composite formatting: Console.WriteLine("Hello, {0}! Today is {1}, it's {2:HH:mm} now.", name, date.DayOfWeek,...
- Dave Dai
- 2 followers
- 1 comment
- 0 votes
-
Dave Dai commented,
Where do I see this log?
- View comment
- 0 votes
-
Dave Dai commented,
Hi Nadav, Thank you so much. That is a neat feature I did not know of. Thanks Dave
- View comment
- 0 votes
-
Dave Dai created a post,
@MYOWNSTORE as opposed to @STORE1
I was looking at a macro created by someone else. In the macro, there is this line: @STORE1 = @GetARItemMatrix This stores the number of rows in the matrix on the sales order form in @STORE1. I t...
- Dave Dai
- 3 followers
- 2 comments
- 0 votes
-
Dave Dai commented,
never mind, found some template crystal reports over here https://support.boyum-it.com/hc/en-us/articles/360004532418--Crystal-Reports-Template-files
- View comment
- 0 votes