Link to home
Create AccountLog in
Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Avatar of Wilder1626
Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

VB6 - Copy to clipboard all MSFlexgrid 1 cells
Hi all

I would like to copy to clipboard just by double clicking in the grid all cells.

Is there a way to do this? can i also copy to clip board so that when i past it, it as borders for all cells value?

Thanks again

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

Do you want a picture of the grid or do you want the data? If you want the data, does it matter to you how it is stored?

Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

I was already using the picture as below:

Clipboard.clear
Clipboard.SetData CaptureForm(Me)

Open in new window


But i would like to have it as DATA.

If i can keep the same look as in the grid, that would be the best way.

Just like a spreadsheet look.

Is that possible?

Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

No, I don't believe that that is possible. You can store the data as, say, a CSV file but you would have to use code to bring the data back into the grid (if that's what you want to do). Actually it would help if you could describe exactly what you want to accomplish. I know you said "it as borders for all cells value" but I'm not sure what that means.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

What i wanted to do is something like this:

Let say that in the grid, i have:
User generated image
so when i would click inside the grid, it would be able to copy the content of the grid in the same look and format to past it in an email for example:
User generated image

Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

OK now I understand. What was wrong with using a picture?

Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

i need the email receiver to be able to copy paste the data of the email so that they don't type it manually in a request form, and at the same time have the risk of any typo that could create system error.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

I don't believe you can do that but let me ask you one more question. What does the user paste the data into? Another flexgrid? Or Excel? Or?

Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

They past it into an Excel form

ASKER CERTIFIED SOLUTION
Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

Let me think here a little more.

I'm also thinking that i can use a List box with the information's

Ex:
  List1.AddItem "Rate already in TMS"
    List1.AddItem ""
    List1.AddItem "Carrier ID: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 0)
    List1.AddItem "From origin: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 1)
    List1.AddItem "To destination: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 3)
    List1.AddItem "Effective date: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 5)
    List1.AddItem "Service com.: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 6)
    List1.AddItem "Invalid date: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 14)
    List1.AddItem "Rate group: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 15)
    List1.AddItem "Radial rate: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 16)
    List1.AddItem "Radial rate max stop(s): " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 17)
    List1.AddItem "Variable rate: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 22)
    List1.AddItem "Rate type: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 23)
    List1.AddItem "Fix charge: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 24)
    List1.AddItem "Unload rate: " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 27)
    List1.AddItem "Max stop(s): " & MSHFlexGrid_effective_rates.TextMatrix(MSHFlexGrid_effective_rates.Row, 28)
    List1.AddItem ""
    List1.AddItem "-------------------------------------------"

Open in new window


Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

OK, I'm a bit confused about how that helps but let me know if I can do anything more for you.

Avatar of Wilder1626Wilder1626๐Ÿ‡จ๐Ÿ‡ฆ

ASKER

Thanks a lot for your help. I will get both options. Yours with the sheet as an attachment if i have multiple records in the grid and if i only have 1 row of data, i will use the list box details that would give me a result like this as an examp:

Carrier ID: H&RTRAN
From origin: BRANDON
To destination: T3J 4X7
Effective date: 20130521
Service com.: SINGLE
Invalid date: 20150422
Rate group: 004-19-1977
Radial rate:
Radial rate max stop(s): 5
Variable rate: 2.24
Rate type: Per mile
Fix charge: .00
Unload rate: 2.24
Max stop(s): 7



Thanks again for all your help.

Avatar of Martin LissMartin Liss๐Ÿ‡บ๐Ÿ‡ธ

You're welcome.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.

Visual Basic Classic

Visual Basic Classic

--

Questions

--

Followers

Top Experts

Visual Basic is Microsoftโ€™s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.