Search found 11 matches

by Florentin Lüdeking
Mon Oct 24, 2022 6:26 am
Forum: Visual FoxPro
Topic: Need Help with Datagrid
Replies: 14
Views: 4563

Need Help with Datagrid

Hi Robert,

i tried using DbDataTable but now i can't use DELETE anymore.

Tanks for looking into DbDataSource, i really need it :)

Florentin
by Florentin Lüdeking
Fri Oct 14, 2022 7:57 am
Forum: Visual FoxPro
Topic: Need Help with Datagrid
Replies: 14
Views: 4563

Need Help with Datagrid

Robert,

thank you very much!
by Florentin Lüdeking
Thu Oct 13, 2022 6:06 am
Forum: Visual FoxPro
Topic: Need Help with Datagrid
Replies: 14
Views: 4563

Need Help with Datagrid

<r>Hi Jamal,<br/> <br/> i tried all of your suggestions and sadly none of them work for me.<br/> I am also using <B><s>[b]</s>SET DELETED ON<e>[/b]</e></B> <br/> this is the code i use to set the DataSource: <CODE><s>[code]</s><i> </i>SELECT 0 USE kdstm ALIAS kdstm this:dataGridView1:DataSource = Db...
by Florentin Lüdeking
Wed Oct 12, 2022 12:14 pm
Forum: Visual FoxPro
Topic: Need Help with Datagrid
Replies: 14
Views: 4563

Need Help with Datagrid

Hi Wolfgang,
i would like to use it like the grid in the Visual FoxPro Forms!

Florentin
by Florentin Lüdeking
Wed Oct 12, 2022 11:22 am
Forum: Visual FoxPro
Topic: Need Help with Datagrid
Replies: 14
Views: 4563

Need Help with Datagrid

<r>Hey everyone <E>:)</E><br/> <br/> I need some help with the dataGridView because I don't really understand how to use it in X#<br/> I am currently setting the datasource like this: <CODE><s>[code]</s>this.dataGridView1.DataSource = DbDataSource()<e>[/code]</e></CODE> If i use DELETE with SET DELE...
by Florentin Lüdeking
Tue Oct 11, 2022 11:47 am
Forum: Visual FoxPro
Topic: XSharp Cahors 2.13. Broke my Code
Replies: 6
Views: 2905

XSharp Cahors 2.13. Broke my Code

That worked!

Thank you very much Robert :)
by Florentin Lüdeking
Tue Oct 11, 2022 11:41 am
Forum: Visual FoxPro
Topic: XSharp Cahors 2.13. Broke my Code
Replies: 6
Views: 2905

XSharp Cahors 2.13. Broke my Code

No i dont define PRIVATE anywhere.

There are no occurences other than

Code: Select all

PRIVATE variable AS INT
PRIVATE METHOD method AS VOID
I dont use it in any other context and like i said, it worked before i updated it.

Florentin
by Florentin Lüdeking
Tue Oct 11, 2022 9:44 am
Forum: Visual FoxPro
Topic: XSharp Cahors 2.13. Broke my Code
Replies: 6
Views: 2905

XSharp Cahors 2.13. Broke my Code

<r>That is the whole File (Without Usings for less clutter)<br/> It worked exactly like this before i updated it. <CODE><s>[code]</s>BEGIN NAMESPACE Import FUNCTION Start() AS VOID Application.EnableVisualStyles() Application.SetCompatibleTextRenderingDefault( FALSE ) PRIVATE gcTextfeldvalue AS STRI...
by Florentin Lüdeking
Tue Oct 11, 2022 8:40 am
Forum: Visual FoxPro
Topic: XSharp Cahors 2.13. Broke my Code
Replies: 6
Views: 2905

XSharp Cahors 2.13. Broke my Code

<r>Hey everyone, i really need some help with this!<br/> Before i updated to XSharp Cahors 2.13. this Code worked :<br/> <br/> <CODE><s>[code]</s>PRIVATE gcTextfeldvalue AS STRING gcTextfeldvalue = "Hier könnte Ihre Werbung stehen"<e>[/code]</e></CODE> Now i Get this Error: <B><s>[b]</s>XS9002 Parse...
by Florentin Lüdeking
Thu Sep 29, 2022 12:11 pm
Forum: Visual FoxPro
Topic: Searching for a Solution with "DO &VarName"
Replies: 3
Views: 2649

Searching for a Solution with "DO &VarName"

I tried the solution and it works :)

Thank your Robert!